An error occurred fetching the project authors.
- 12 May, 2010 1 commit
-
-
Vasily Khoruzhick authored
Signed-off-by:
Vasily Khoruzhick <anarsoul@gmail.com> Signed-off-by:
Denis Grigoriev <dgreenday@gmail.com> Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 01 Feb, 2010 4 commits
-
-
Ben Dooks authored
Remove the old common S3C2440 and S3C2442 SoC support from plat-s3c24xx into mach-s3c2440 now this directory is serving both SoCs. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Ben Dooks authored
Move the remaining S3C2442 code into mach-s3c2440 as there is only one file currently in there and these two SoCs are very similar. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Ben Dooks authored
Fix the entries for SMDK2440 should have allowed for S3C2440 or S3C2440 SoC selection but this depended on ARCH_S3C2440 which has not been around for a while. Remove the dependency to allow this to be selected. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Ben Dooks authored
Move the pair of machines in arch/arm/mach-s3c2442 into the mach-s3c2440 directory as the S3C2440 and S3C2442 are very close. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 01 Dec, 2009 1 commit
-
-
Ben Dooks authored
Add a driver to provide DVS for the Simtec Osiris module to reduce the power consumption whilst idling. The DVS driver alters the voltage supplied to the ARM core depending on the frequency it is running at. The driver itself does not do any of the frequency alteration, which is left up to the cpufreq driver. Signed-off-by:
Ben Dooks <ben@simtec.co.uk> Signed-off-by:
Simtec Linux Team <linux@simtec.co.uk> Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 09 Nov, 2009 1 commit
-
-
Michael Roth authored
Additionally, some excessive newlines removed. Signed-off-by:
Michael Roth <mroth@nessie.de> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
- 28 Oct, 2009 1 commit
-
-
Ben Dooks authored
Fix missing select of S3C_DEV_USB_HOST when building for mini2440 only. Fixes the following error: built-in.o: undefined reference to `s3c_device_usb` Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 17 Sep, 2009 1 commit
-
-
Ben Dooks authored
A number of machines that need s3c_device_nand present do not select this in their Kconfig entries. Add the necessary selection of the configuration S3C_DEV_NAND so that we avoid the following error: arch/arm/mach-s3c2410/built-in.o: In function `bast_map_io': arch/arm/mach-s3c2410/mach-bast.c:634: undefined reference to `s3c_device_nand' arch/arm/mach-s3c2412/built-in.o: In function `s3c2412_init_uarts': arch/arm/mach-s3c2412/s3c2412.c:109: undefined reference to `s3c_device_nand' arch/arm/mach-s3c2412/built-in.o: In function `jive_machine_init': arch/arm/mach-s3c2412/mach-jive.c:673: undefined reference to `s3c_device_nand' Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 30 Jul, 2009 2 commits
-
-
Ben Dooks authored
Add CPU frequency scalling support to the Simtec Osiris. Signed-off-by:
Ben Dooks <ben@simtec.co.uk> Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Ben Dooks authored
Add entries to select the crystal to select for each different supported board. This information is then available for anything else requiring this, such as the CPUFreq PLL tables. Signed-off-by:
Ben Dooks <ben@simtec.co.uk> Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 15 Jun, 2009 1 commit
-
-
Michel Pollet authored
The MINI2440 is a chinese made s3c2440 development board with a large set of peripherals. This patch provides machine support for almost all the features of the board. Since it can come with various "options" fitted, a kernel parameter is used to specify the lcd size, backlight control and touchscreen. Signed-off-by:
Michel Pollet <buserror@gmail.com> Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 07 May, 2009 1 commit
-
-
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>
-
- 18 Dec, 2008 1 commit
-
-
Ben Dooks authored
Add Kconfig entries to allow more GPIO space to be specified depending on the machine(s) selected. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 15 Dec, 2008 1 commit
-
-
Ben Dooks authored
Only certain boards need these clocks, and they are not available on some CPUs (such as the S3C24A0) so remove them from arch/arm/plat-s3c24xx/clock.c and into their own file with appropriate Kconfig entries. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 27 Nov, 2008 1 commit
-
-
Russell King authored
Rather than: config CPU_BLAH bool depends on ARCH_FOO || MACH_BAR default y if ARCH_FOO || MACH_BAR arrange for ARCH_FOO and MACH_BAR to select CPU_BLAH directly. Acked-by:
Nicolas Pitre <nico@marvell.com> Acked-by:
Andrew Victor <linux@maxim.org.za> Acked-by:
Brian Swetland <swetland@google.com> Acked-by:
Eric Miao <eric.miao@marvell.com> Acked-by:
Nicolas Bellido <ml@acolin.be> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 07 Jul, 2008 1 commit
-
-
Ramax Lo authored
Add basic support for AT2440EVB board based on Samsung S3C2440 SoC. Signed-off-by:
Ben Dooks <ben-linux@fluff.org> Signed-off-by:
Ramax Lo <ramaxlo@gmail.com>
-
- 03 Jul, 2008 1 commit
-
-
Ben Dooks authored
Change the (as yet unused) IDE bus on the Simtec Anubis board to use pata_platform and thus libata to provide IDE support. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 22 Jul, 2007 1 commit
-
-
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>
-
- 11 Feb, 2007 1 commit
-
-
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>
-