mx35: add flexcan devices
On Fri, May 28, 2010 at 01:42:18PM +0200, Marc Kleine-Budde wrote: Signed-off-by: Marc Kleine-Budde <mkl(a)pengutronix.de> --- arch/arm/mach-mx3/devices.c | 40 ++++++++++++++++++++++++++++++++++++++++ arch/arm/mach-mx3/devices.h | 2 ++ 2 files changed, 42 insertions(+), 0 deletions(-) diff -... 28 May 2010 10:25
[PATCH] MAINTAINERS: some Atmel drivers change maintainer
I take over the maintenance of SPI, USART, Ethernet and USB gadget drivers. Those drivers are found in Atmel microcontrollers, both AT32/AVR32 and AT91/ARM. Signed-off-by: Nicolas Ferre <nicolas.ferre(a)atmel.com> --- Haavard, I finally change the MAINTAINERS entries for all drivers that you were taking care of.... 28 May 2010 09:19
Device tree update for the 460ex DWC SATA
Hello. Rupjyoti Sarmah wrote: Device tree update for the Applied micro processor 460ex on-chip SATA. Signed-off-by: Rupjyoti Sarmah <rsarmah(a)appliedmicro.com> [...] diff --git a/arch/powerpc/boot/dts/canyonlands.dts b/arch/powerpc/boot/dts/canyonlands.dts index cd56bb5..d3b2c99 100644 --- a/a... 28 May 2010 09:19
sys_geteuid() quesion
Hi all, I have a simple question: I need to make a kernel module for a specific character device. But I need to know which uid is reading and writing because the data written and data read should be user specific. So will sys_geteuid() do the job for me. Or simply how can I a module know who is calling its read o... 28 May 2010 09:19
[PATCH 2/4] mx25: Add flexcan devices
From: Sascha Hauer <s.hauer(a)pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer(a)pengutronix.de> Signed-off-by: Marc Kleine-Budde <mkl(a)pengutronix.de> --- arch/arm/mach-mx25/devices.c | 38 ++++++++++++++++++++++++++++++++++++++ arch/arm/mach-mx25/devices.h | 2 ++ 2 files changed, 40 insertions(+), 0 del... 28 May 2010 08:14
[PATCH 3/4] mx35: adjust flexcan clock definition
Signed-off-by: Marc Kleine-Budde <mkl(a)pengutronix.de> --- arch/arm/mach-mx3/clock-imx35.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-mx3/clock-imx35.c b/arch/arm/mach-mx3/clock-imx35.c index 9f3e943..ba4e722 100644 --- a/arch/arm/mach-mx3/clock-imx35.c +++ b/arch/... 28 May 2010 08:14
Drivers for USB,SATA and eMMC
I have a new IOH which is connected to an x86 core through PCIe. This IOH has SATA, USB and eMMC attached to it.. Do I need to write a controller driver (referring the IOH data sheet) for these interfaces, or does Linux provides any std. drivers for these interfaces. I am new to x86 stuffs. Could anyone guide me o... 28 May 2010 20:22
[PATCH] ramoops: add HAS_IOMEM dependency
From: Heiko Carstens <heiko.carstens(a)de.ibm.com> The driver fails to compile on s390: drivers/char/ramoops.c: In function 'ramoops_init': drivers/char/ramoops.c:122: error: implicit declaration of function 'ioremap' Since we won't make use of the driver anyway on s390 just let it depend on HAS_IOMEM. Sign... 28 May 2010 08:14
[PATCH 1/4] mx25: flexcan clock support
From: Sascha Hauer <s.hauer(a)pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer(a)pengutronix.de> Signed-off-by: Marc Kleine-Budde <mkl(a)pengutronix.de> --- arch/arm/mach-mx25/clock.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-mx25/clock.c b/arch/arm/mach-mx25/cloc... 28 May 2010 08:14
[PATCH 4/4] mx35: add flexcan devices
Signed-off-by: Marc Kleine-Budde <mkl(a)pengutronix.de> --- arch/arm/mach-mx3/devices.c | 40 ++++++++++++++++++++++++++++++++++++++++ arch/arm/mach-mx3/devices.h | 2 ++ 2 files changed, 42 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-mx3/devices.c b/arch/arm/mach-mx3/devices.c index db7acd6..0... 28 May 2010 08:14