An error occurred fetching the project authors.
- 16 Aug, 2009 1 commit
-
-
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>
-
- 16 May, 2009 1 commit
-
-
Ben Dooks authored
Add platform device definitions for the high-speed and OtG capable device block on the newer Samsung parts. Signed-off-by:
Ben Dooks <ben@simtec.co.uk> Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 07 May, 2009 2 commits
-
-
Ben Dooks authored
Add the initial support for the S3C64XX based systems to use suspend-to-RAM to sleep. Includes basic debugging for use with the SMDK6410 usign the LEDs on the baseboard. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Ben Dooks authored
Add common definition for USB OHCI platform device, add a Kconfig to selectively compile it and add update all the users. Signed-off-by:
Ben Dooks <ben@simtec.co.uk> Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 01 May, 2009 1 commit
-
-
Ben Dooks authored
Change the name of S3C2410_DMA_CHANNELS to S3C_DMA_CHANNELS in the process. Signed-off-by:
Ben Dooks <ben@simtec.co.uk> Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 21 Dec, 2008 1 commit
-
-
Russell King authored
This avoids non-Samsung builds being asked about Samsung specific configuration options. Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 16 Dec, 2008 1 commit
-
-
Ben Dooks authored
Add a configuration option to start the UART FIFOs during the decompressions sequence to improve boot time when the bootloader fails to enable the UART FIFOs. For example, the SMDK6410 UBoot 1.1.6 leaves the FIFOs off. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 15 Dec, 2008 9 commits
-
-
Ben Dooks authored
Add a device definition for the new S3C framebuffer driver. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Ben Dooks authored
Add device definition and support functions for the second i2c device (i2c1). If this is selected, the first i2c bus will become index 0 instead of index -1. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Ben Dooks authored
Add device definition and support code for the Samsung HSMMC channel 1 device. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Ben Dooks authored
Add new GPIO configuration calls that mesh with the new gpiolib support. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Ben Dooks authored
The gpiolib driver keeps its chip array to itself and having a separate array for s3c-only gpios stops any non-s3c gpio being used in one of the s3c specific configuration calls. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Ben Dooks authored
Define the gpio numbers for the S3C64XX GPIO banks available on the S3C6400 and S3C6410. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Ben Dooks authored
Move the definition for the hsmmc device to plat-s3c to be shared between the s3c24xx and s3c64xx platforms. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Ben Dooks authored
Add the initial PLAT_S3C64XX support files and directory structure. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Ben Dooks authored
Initial architecture support for the S3C24A0 ARCH_S3C24A0. We don't yet add an kconfig entry in the main arch/arm/Kconfig file as the series is not complete, so that is left until enough support is in to be useful. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 22 Jul, 2007 4 commits
-
-
Ben Dooks authored
Rename the S3C24XX configuration options for the watchdog boot controls for moving to the arch/arm/plat-s3c moves. Signed-off-by:
Ben Dooks <ben-linux@fluff.org> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Ben Dooks authored
Rename CONFIG_S3C2410_LOWLEVEL_UART_PORT to be CONFIG_S3C_LOWLEVEL_UART_PORT as we move to using plat-s3c for base of S3C operations. Signed-off-by:
Ben Dooks <ben-linux@fluff.org> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Ben Dooks authored
Update the Kconfig to create configuration options based on which CPUs are supported for the low level serial code. This means that the debug macros can be optimised for the type(s) of CPU that are being used. Signed-off-by:
Ben Dooks <ben-linux@fluff.org> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Ben Dooks authored
Create the initial arch/arm/plat-s3c directory and start linking it into the arch/arm build heirarchy ready to receive the generic parts of the S3C24XX support to be used when adding S3C6400 devices. Signed-off-by:
Ben Dooks <ben-linux@fluff.org> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 02 Mar, 2007 1 commit
-
-
Ben Dooks authored
Update help text with location of documentation and duplicate the note on the speed of CRC Signed-off-by:
Ben Dooks <ben-linux@fluff.org> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 20 Feb, 2007 1 commit
-
-
Ben Dooks authored
On S3C24XX architecture, select CONFIG_NO_IOPORT as we only have memory based IO. Signed-off-by:
Ben Dooks <ben-linux@fluff.org> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 11 Feb, 2007 2 commits
-
-
Ben Dooks authored
Do not export S3C24XX from plat-s3c24xx on non-s3c24xx systems Signed-off-by:
Ben Dooks <ben-linux@fluff.org> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Ben Dooks authored
The following patch and script moves the arch/arm/mach-s3c2410 directory into arch/arm/plat-s3c24xx for the generic core code and inti arch/arm/mach-s3c{cpu} for the cpu/machine support files Include directory include/asm-arm/plat-s3c24xx is added for the core include files. Signed-off-by:
Ben Dooks <ben-linux@fluff.org> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-