- Sep 12, 2009
-
-
Russell King authored
Conflicts: MAINTAINERS arch/arm/mm/fault.c
-
Russell King authored
-
Russell King authored
Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Linus Walleij authored
This moves the primecell vendor enum definition inside vic.c out to linux/amba/bus.h where it belongs and replace any occurances of specific vendor ID:s with the respective enums instead. Signed-off-by:
Linus Walleij <linus.walleij@stericsson.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Russell King authored
-
- Sep 08, 2009
-
-
git://git.marvell.com/orionRussell King authored
-
Simon Guinot authored
This patch add support for the 2Big Network LaCie boards. Signed-off-by:
Simon Guinot <sguinot@lacie.com> Signed-off-by:
Nicolas Pitre <nico@marvell.com>
-
- Sep 06, 2009
-
-
Nicolas Ferre authored
Board code was wrongly setting up the reset pin for AC97 on at91sam9263ek. Signed-off-by:
Nicolas Ferre <nicolas.ferre@atmel.com> Acked-by:
Andrew Victor <linux@maxim.org.za> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
sedji gaouaou authored
This patch modifies the support of AC97 on the at91sam9263 ek board, so it would share the code with AVR32. Plus it removes a typo in at91sam9263_devices.c. Signed-off-by:
Sedji Gaouaou <sedji.gaouaou@atmel.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- Sep 02, 2009
-
-
wanzongshun authored
Add nuc960 platform to w90x900. Signed-off-by:
Wan ZongShun <mcuos.com@gmail.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
wanzongshun authored
Add nuc950 platform to w90x900. Signed-off-by:
Wan ZongShun <mcuos.com@gmail.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
wanzongshun authored
Add the cpu.c and dev.c and modify w90p910 platform to apply to use the common API(provided by cpu.c and dev.c) at the same time, I renamed all w90x900 to nuc900 in every c file of w90x900 platform and touchscreen's driver name. Signed-off-by:
Wan ZongShun <mcuos.com@gmail.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Leo Chen authored
Add suspend/resume functions to the AMBA pl011 serial driver. Signed-off-by:
Leo Chen <leochen@broadcom.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Leo Chen authored
This patch modifies the amba bus detection logic in the kernel to detect the AMBA devices using the calculated resource size information rather than the hard coded 4K size. It also calculates the resource size when request mem region and release mem region. Signed-off-by:
Leo Chen <leochen@broadcom.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Russell King authored
Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Linus Walleij authored
The recent addition of optional gpiolib support to check if a card was inserted or write protected was really not optional. It needs this ifdef to become optional so that U300 compiles, for example. Signed-off-by:
Linus Walleij <linus.walleij@stericsson.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- Aug 17, 2009
-
-
Russell King authored
Add the ARM implementation of highpte, which allows PTE tables to be placed in highmem. Unfortunately, we do not offer highpte support when support for L2 cache is enabled. Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
-
Ben Dooks authored
The show_fiq_list() call in arch/arm/kernel/irq.c currently depends on CONFIG_ARCH_ACORN, but this is not the only architecture that supports the usage of FIQ. Change to calling this if CONFIG_FIQ is set (which is what arch/arm/kernel/fiq.c is built by). Signed-off-by:
Ben Dooks <ben@simtec.co.uk> Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Ben Dooks authored
Currently the S5PC100 does not define S3C_PA_NAND, leaving the NAND device definitions in arch/arm/plat-s3c/dev-nand.c unbuildable. Add a KConfig entry to select whether this is built. As backwards compatibility, both the S3C24XX and S3C64XX define the new configuration in their main Kconfig files until better support for basing this selection on a per-machine basis can be sorted out. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Byungho Min authored
SMDKC100 board support. The board can be obtained from meritech (http://www.meritech.co.kr ) Signed-off-by:
Byungho Min <bhmin@samsung.com> [ben-linux@fluff.org: fixup subject and description] Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Byungho Min authored
S5PC100 is a new SoC with ARM coretex-A8 and numerous peripherals. This SoC is successor of S3C64XX. S5PC100 has peripherals which are still similar to S3C families so some drivers in "arch/arm/plat-s3c" can be shared. S5PC100 specific drivers will be added in "arch/arm/plat-s5pcxx" or "arch/arm/mach-s5pc100" Signed-off-by:
Byungho Min <bhmin@samsung.com> [ben-linux@fluff.org: tidy and edit description] Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Byungho Min authored
S5PC100 has 4 PLLs (APLL,MPLL,EPLL,HPLL) and 3 clock domains. Clock scheme is implemented here. Signed-off-by:
Byungho Min <bhmin@samsung.com> [ben-linux@fluff.org: edited title] Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Byungho Min authored
S5PC100 has 3 VICs(Vectored Interrupt Controller). The VICs come from S3C64xx series, so the driver source code can be shared with S3C families. The S5PC100 has 3 VICs while S3C64xx has only 2. Signed-off-by:
Byungho Min <bhmin@samsung.com> [ben-linux@fluff.org: subject fixup] Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Byungho Min authored
S5PC100 has more GPIO group then previous one. It has 34 groups of GPIO, while S3C6410 has 17 groups. For now, only header files are written. Signed-off-by:
Byungho Min <bhmin@samsung.com> [ben-linux@fluff.org: subject fixup] Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Byungho Min authored
Signed-off-by:
Byungho Min <bhmin@samsung.com> [ben-linux@fluff.org: subject fixup] Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Byungho Min authored
Serial driver of S5PC100 is the same as S3C6400, so S5PC100 shares the serial driver with S3C6400. Uart driver is copied from plat-s3c64xx to plat-s5pc1xx, as I do not use plat-s3c64xx directory. Signed-off-by:
Byungho Min <bhmin@samsung.com> [ben-linux@fluff.org: title fixup] Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Byungho Min authored
S5PC100's the physical IO space starts at 0xe000"0000. To maximize space for vmalloc, the virtual IO space starts at 0xf400"0000 as same as other samsung CPUs(s3c24xx and s3c64xx) do. Signed-off-by:
Byungho Min <bhmin@samsung.com> [ben-linux@fluff.org: subject and description fixup] Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- Aug 15, 2009
-
-
-
-
Leo Chen authored
add maintainer entry Signed-off-by:
Leo Chen <leochen@broadcom.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Leo Chen authored
add default configuration for bcmring arch Signed-off-by:
Leo Chen <leochen@broadcom.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Leo Chen authored
add bcmring option in Kconfig and add entry in Makefile in arch/arm directory Signed-off-by:
Leo Chen <leochen@broadcom.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Leo Chen authored
add arch/arm/mach-bcmring directory add Kconfig, Makefile, and Makefile.boot in mach-bcmring Signed-off-by:
Leo Chen <leochen@broadcom.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Leo Chen authored
add Makefile of csp code Signed-off-by:
Leo Chen <leochen@broadcom.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Leo Chen authored
add csp security hardware headers Signed-off-by:
Leo Chen <leochen@broadcom.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Leo Chen authored
add csp timer block header and source files Signed-off-by:
Leo Chen <leochen@broadcom.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Leo Chen authored
add csp dmac source files Signed-off-by:
Leo Chen <leochen@broadcom.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Leo Chen authored
add csp dmac header files Signed-off-by:
Leo Chen <leochen@broadcom.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Leo Chen authored
add csp chipc block source code Signed-off-by:
Leo Chen <leochen@broadcom.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-