search for: atmel

Displaying 20 results from an estimated 212 matches for "atmel".

2011 Jul 20
0
ATMEL - GNN Components, Co.Ltd
ATMEL GNN - Components 1. Introduction : Atmel Corporation (http://www.gnn-components.com/Atmel_corporation-22-423.aspx) is a global leader in designing, manufacturing and marketing advanced semiconductorsincluding microcontroller (MCU), programmable logic, and nonvolatile memory. Atmel meets the evol...
2016 Feb 16
2
[PATCH 11/16] drm/atmel-hldcd: removed optional dummy crtc mode_fixup function.
...ha <CARLOS.PALMINHA at synopsys.com> wrote: > This patch set nukes all the dummy crtc mode_fixup implementations. > (made on top of Daniel topic/drm-misc branch) There's 2 typos in the subject line (s/hldcd/hlcdc/ and s/removed/remove/), and you're removing an empty line after atmel_hlcdc_crtc_create() definition (which is correct, but I'm not sure it should be part of the same patch). Otherwise it looks good to me. Once you've fixed those 2 things, you can add my Acked-by: Boris Brezillon <boris.brezillon at free-electrons.com> > > Signed-off-by: Carlos...
2016 Feb 16
2
[PATCH 11/16] drm/atmel-hldcd: removed optional dummy crtc mode_fixup function.
...ha <CARLOS.PALMINHA at synopsys.com> wrote: > This patch set nukes all the dummy crtc mode_fixup implementations. > (made on top of Daniel topic/drm-misc branch) There's 2 typos in the subject line (s/hldcd/hlcdc/ and s/removed/remove/), and you're removing an empty line after atmel_hlcdc_crtc_create() definition (which is correct, but I'm not sure it should be part of the same patch). Otherwise it looks good to me. Once you've fixed those 2 things, you can add my Acked-by: Boris Brezillon <boris.brezillon at free-electrons.com> > > Signed-off-by: Carlos...
2020 Mar 05
0
[PATCH 02/22] drm/atmel-hlcdc: Use simple encoder
The atmel-hlcdc driver uses an empty implementation for its encoder. Replace the code with the generic simple encoder. Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de> --- drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_output.c | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) dif...
2016 Feb 16
0
[PATCH 11/16] drm/atmel-hldcd: removed optional dummy crtc mode_fixup function.
This patch set nukes all the dummy crtc mode_fixup implementations. (made on top of Daniel topic/drm-misc branch) Signed-off-by: Carlos Palminha <palminha at synopsys.com> --- drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c b/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c index 9863291..58c4f78 100644 --- a/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c +++ b/drivers/gpu/drm/atmel-hlcdc/a...
2016 Feb 17
0
[PATCH 11/16] drm/atmel-hldcd: removed optional dummy crtc mode_fixup function.
...s.com> wrote: > >> This patch set nukes all the dummy crtc mode_fixup implementations. >> (made on top of Daniel topic/drm-misc branch) > > There's 2 typos in the subject line (s/hldcd/hlcdc/ and > s/removed/remove/), and you're removing an empty line after > atmel_hlcdc_crtc_create() definition (which is correct, but I'm not > sure it should be part of the same patch). > Otherwise it looks good to me. > Once you've fixed those 2 things, you can add my > > Acked-by: Boris Brezillon <boris.brezillon at free-electrons.com> > &g...
2016 Jun 02
0
[PATCH 03/20] drm: atmel-hlcdc: Rely on the default ->best_encoder() behavior
...relationship between connectors and encoders and the driver is relying on the atomic helpers: we can drop the custom ->best_encoder() and let the core call drm_atomic_helper_best_encoder() for us. Signed-off-by: Boris Brezillon <boris.brezillon at free-electrons.com> --- drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_output.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_output.c b/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_output.c index 39802c0..473a475 100644 --- a/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_output.c +++ b/drivers/gpu/drm/...
2016 Feb 17
1
[PATCH 11/16] drm/atmel-hldcd: removed optional dummy crtc mode_fixup function.
...t;> This patch set nukes all the dummy crtc mode_fixup implementations. > >> (made on top of Daniel topic/drm-misc branch) > > > > There's 2 typos in the subject line (s/hldcd/hlcdc/ and > > s/removed/remove/), and you're removing an empty line after > > atmel_hlcdc_crtc_create() definition (which is correct, but I'm not > > sure it should be part of the same patch). > > Otherwise it looks good to me. > > Once you've fixed those 2 things, you can add my > > > > Acked-by: Boris Brezillon <boris.brezillon at free-e...
2016 Feb 17
1
[PATCH 11/16] drm/atmel-hldcd: removed optional dummy crtc mode_fixup function.
...t;> This patch set nukes all the dummy crtc mode_fixup implementations. > >> (made on top of Daniel topic/drm-misc branch) > > > > There's 2 typos in the subject line (s/hldcd/hlcdc/ and > > s/removed/remove/), and you're removing an empty line after > > atmel_hlcdc_crtc_create() definition (which is correct, but I'm not > > sure it should be part of the same patch). > > Otherwise it looks good to me. > > Once you've fixed those 2 things, you can add my > > > > Acked-by: Boris Brezillon <boris.brezillon at free-e...
2017 Jul 03
1
[Intel-gfx] [PATCH 1/2] drm/atomic: Change drm_atomic_helper_swap_state to return an error.
...s, but I don't really see > how :( Maybe we should split this up: > patch 1: Change to int return type > patches 2-(n-1): Driver conversions > patch n: __must_check addition > > That would at least somewhat make this backportable ... > >> --- >> drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c | 14 ++++++++++++-- >> drivers/gpu/drm/drm_atomic_helper.c | 18 ++++++++++++------ >> drivers/gpu/drm/i915/intel_display.c | 10 +++++++++- >> drivers/gpu/drm/mediatek/mtk_drm_drv.c | 7 ++++++- >> drivers/gpu/drm/msm/msm_atom...
2016 Aug 26
2
Using opus on ATMEL 32-bit RISC microcontroller
Hi, First of all, I'm quite new to opus. I'm trying to use fixed point opus on an ATMEL AT32UC3B0512. I added the opus source into mine sw tree, I trim off code I don't use (eg. arm, x86 folders) It compiles, but the generated image is too big to fit in the flash. Have I any way to reduce the source footprint? (Eg. throw away unecessary files, if there are any..) Thanks, Danie...
2016 Aug 26
0
Using opus on ATMEL 32-bit RISC microcontroller
Hi Daniele, On 26/08/16 10:39 AM, Daniele Barzotti wrote: > Have I any way to reduce the source footprint? > (Eg. throw away unecessary files, if there are any..) Well, the first question is whether you want encoding, decoding, or both. If there's one you don't need then you can remove that (unfortunately, there's no easy way right now). Even if you need both, then you can
2016 Aug 26
0
Using opus on ATMEL 32-bit RISC microcontroller
On 26/08/16 11:40 AM, Daniele Barzotti wrote: > You're right! I forgot to say that I need only the encoder side (and > only for voice). Then you can remove all of the decoder. As for the encoder, it depends on the bitrate and sampling rate you want (more below). > My application have to acquire a 16bit 8KHz PCM stream and save a > compressed audio into a flash. Sounds like a job
2016 Aug 26
0
Using opus on ATMEL 32-bit RISC microcontroller
Hi all, thanks a lot for your replies! Sorry for my typo, the flash size is 8MB (Byte) :-) Unfortunately I cannot use another flash because I'm working on a proprietary board. Jean-Marc, thanks for your suggestions. I thought to use fixed point for convenience, but I can work on floating point too, so I will take in account the codec2 (I didn't know it). Moreover, if you all have
2017 Jul 25
2
[PATCH 4/8] drm: Nuke drm_atomic_helper_crtc_set_property
...<architt at codeaurora.org> Cc: intel-gfx at lists.freedesktop.org Cc: nouveau at lists.freedesktop.org Cc: Philipp Zabel <p.zabel at pengutronix.de> Cc: Maxime Ripard <maxime.ripard at free-electrons.com> Cc: Thomas Hellstrom <thellstrom at vmware.com> --- drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c | 1 - drivers/gpu/drm/drm_atomic_helper.c | 55 ------------------------- drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c | 1 - drivers/gpu/drm/i915/intel_display.c | 1 - drivers/gpu/drm/msm/mdp/mdp4/mdp4_crtc.c | 1 - drivers/gpu/drm/m...
2007 Apr 18
6
[Bridge] bridge wlan-eth
Hi! I have some problems with an bridge between wlan0 and eth0 device... It works and I can from both sides ping the router with the bridge device but I cant ping the devices from other net so I cant ping wlan devs from eth net and other way around the wlan card is an atmel usbw11 from linksys and eth is a intel e100 10/100mbit nic I have configured the bridge according to the how to and dont see any errors in kern.log or somewhere else.... What is wrong? PS: sorry for my english but I hope you can understand what I mean
2005 Dec 18
2
Belkin F5D6050 USB Wireless in CentOS 4.2
Is anyone successfully using a Belkin F5D6050 USB Wireless in CentOS 4.2? If so, what driver are you using? Did you have to do anything special to make it work? At this point, I have downloaded, compiled installed and loaded the latest drivers from http://atmelwlandriver.sourceforge.net but lvnet is unable to find my adapter. I've tried every driver module that it created, and still no luck. Any tips, info or hints would be appreciated. Thanks, Barry
2017 Jun 28
5
[PATCH 1/2] drm/atomic: Change drm_atomic_helper_swap_state to return an error.
...radead.org Cc: linux-mediatek at lists.infradead.org Cc: linux-arm-msm at vger.kernel.org Cc: freedreno at lists.freedesktop.org Cc: nouveau at lists.freedesktop.org Cc: linux-tegra at vger.kernel.org Signed-off-by: Maarten Lankhorst <maarten.lankhorst at linux.intel.com> --- drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c | 14 ++++++++++++-- drivers/gpu/drm/drm_atomic_helper.c | 18 ++++++++++++------ drivers/gpu/drm/i915/intel_display.c | 10 +++++++++- drivers/gpu/drm/mediatek/mtk_drm_drv.c | 7 ++++++- drivers/gpu/drm/msm/msm_atomic.c | 14 +++++++++-----...
2013 Jun 10
3
[LLVMdev] AVR back end
...ired from us to be able to add this work to the LLVM repo? And when do you think would be a good time for us to do that? If this is located somewhere in the docs and I've missed it, pointers would certainly be appreciated. Thanks, Eric Weddington Marketing Manager Open Source & Community Atmel
2003 Aug 19
2
Re: Open source IP phone, maybe?
Hi! I think it is a great idea. The DS80C400 needs external memory, and/or flash. It have the Ethernet integrated, but it is really slow (it is 8051 architecture), and yes, I know it can go up ti 75Mhz, but only gives 18MIPS max. I would use ATmega128 from atmel (16MIPS at only 16Mhz), take a look at: http://www.ethernut.de (project using mega128 with Ethernet, includes schematics). It can, in fact (personal experience) give about 0.7 instructions per clock cycle (media). About 11MIPS @ 16Mhz, or at 14.7456Mhz (for RS-232 standard speeds) 10.3MIPS....