An error occurred fetching the project authors.
- 06 Aug, 2010 1 commit
-
-
Naveen Krishna Ch authored
This patch is to support keypad device to the SMDK6410 board. Signed-off-by:
Naveen Krishna Ch <ch.naveen@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 05 Aug, 2010 2 commits
-
-
Atul Dahiya authored
This patch adds support for RTC for SMDK6410. Signed-off-by:
Atul Dahiya <atul.dahiya@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
Abhilash Kesavan authored
Following is added for the CF-ATA driver: - Platform data strucure instantiation - Platform device enabling code - Addition of cfcon clock - Platform-specific gpio setup code Signed-off-by:
Abhilash Kesavan <a.kesavan@samsung.com> Signed-off-by:
Thomas Abraham <thomas.ab@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 20 May, 2010 5 commits
-
-
Ben Dooks authored
Use the new wakeup mask synchronisation code to set the relevant wakeup mask bits. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Banajit Goswami authored
This patch adds support for Watchdog timer for Samsung S3C6410 Signed-off-by:
Banajit Goswami <banajit.g@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com> Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Maurus Cuelenaere authored
This adds new machine definitions for the SmartQ 5 and 7. Signed-off-by:
Maurus Cuelenaere <mcuelenaere@gmail.com> Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Marek Szyprowski authored
This patch adds setup code for Samsung OneNAND controller driver. The driver needs to be aware on which SoC it is running, so the actual device id is being changed in cpu init code. S3C64xx SoCs have 2 OneNAND controllers while S5PC100 and S5PC110 has only one. Signed-off-by:
Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by:
Kyungmin Park <kyungmin.park@samsung.com> [ben-linux@fluff.org: sort map.h entries] Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Naveen Krishna Ch authored
This patch adds touchscreen support for S3C64XX. Signed-off-by:
Naveen Krishna Ch <ch.naveen@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com> [ben-linux@fluff.org: minor title fix] Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 18 May, 2010 1 commit
-
-
Naveen Krishna authored
This patch moves ADC device definition to plat-samsung. Because that is generic to the S3C64XX and S5P Series SoCs. Signed-off-by:
Naveen Krishna Ch <ch.naveen@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com> Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 24 Feb, 2010 1 commit
-
-
Mark Brown authored
The Wolfson Microelectronics 1192-EV1 is a plug in module for the SMDK6410 providing power using a WM8312 PMIC. This patch provides initial hookup sufficient to initialise the board, though not all features are fully described yet. As part of this supplies for the system that are provided as a single supply by one of the currently merged PMIC boards are factored out so they can be reused between different regulators. Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 22 Feb, 2010 1 commit
-
-
Ben Dooks authored
Now we've move the support out of plat-s3c64xx for everything, eliminate the platform directory arch/arm/plat-s3c64xx and remove it from the ARM build configuration. Note, PLAT_S3C64XX is kept around for the moment until the drivers that depend on it can be updated, so it is moved to the mach-s3c64xx Kconfig. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 20 Feb, 2010 4 commits
-
-
Ben Dooks authored
Merge plat-s3c64xx/s3c6400-clock.c mach-s3c64xx/clock.c placing all the clock code into one place. Note, no effort is made in this patch to squash the init functions together. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Ben Dooks authored
Since this file is small, and is compiled for both systems in this architecture merge it into the cpu support file and remove the original instead of moving it. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Ben Dooks authored
Move the core S3C64XX support to mach-s3c64xx as it is unlikely to be used outside of this directory. Also move the SoC header files in with it. This includes the clock, cpu, cpufreq, dma, gpiolib and pll support. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Ben Dooks authored
Move the S3C64XX specific device and setup files into mach-s3c64xx as they are unlikely to be used outside of this code. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 26 Jan, 2010 2 commits
-
-
Ben Dooks authored
Squash the SDHCI setup for both the S3C6400 and S3C6410 into one file and make the S3C6410 case use the S3C6400 code. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Ben Dooks authored
As per discussions with Russell King on linux-arm-kernel, it appears that both mach-s3c6400 and mach-s3c6410 are so close together that they should simply be merged into mach-s3c64xx. Note, this patch does not eliminate any of the bits that are still common, it is simply a move of the two directories together, any further common code will be eliminated or moved in further patches. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 09 Nov, 2009 2 commits
-
-
Mark Brown authored
The WM835x has some GPIOs on it, allocate some space so we can use them with gpiolib. Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Michael Roth authored
Additionally, some excessive newlines removed. Signed-off-by:
Michael Roth <mroth@nessie.de> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
- 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 1 commit
-
-
Peter Korsgaard authored
Add support for the Airgoo HMT (home media terminal) device. The HMT is a tablet device with a s3c6410, a 7" LCD and a number of peripheral connections. For more details of the hardware specs, see: http://article.gmane.org/gmane.linux.debian.devel.embedded/4307Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk> [ben-linux@fluff.org: subject rewrite] Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 16 May, 2009 1 commit
-
-
Ben Dooks authored
Add the USB gadget support to the SMDK6410. 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 support for S3C6400 SDHCI channels 0 and 1, making the GPIO code common to both S3C6400 and S3C6410. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Ben Dooks authored
Add USB OHCI host capability to the SMDK6410 for either USB OtG or a single/double USB host port. Signed-off-by:
Ben Dooks <ben@simtec.co.uk> Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 01 May, 2009 3 commits
-
-
Kwangwoo Lee authored
A&W6410 board uses Samsung S3C6410 SoC and it is registered with 2183. Framebuffer and ethernet devices are supported currently. Unnecessary header file is removed. Fix to use __raw_writel() and __raw_readl() for accessing mapped address. Thank you for your comments. Signed-off-by:
Kwangwoo Lee <kwangwoo.lee@gmail.com> Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Kyungmin Park authored
This is a basic support for NCP board based on s3c6410. Only enables the serial. also remove empty i2c device. Signed-off-by:
Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Mark Brown authored
The SMDK6410 supports pluggable PMIC boards. One such board is the Wolfson Microelectronics 1190-EV1 for the WM8350 PMICs. This patch introduces initial support for this module. Further patches will add additional integration with the system as support for the S3C6410 and other devices on the system improves. Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 15 Dec, 2008 10 commits
-
-
Ben Dooks authored
Add support for the LCD 48WVGA module attached to the SMDK6410. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Ben Dooks authored
Add SDHCI channel 1. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Ben Dooks authored
Add the second I2C channel on the SMDK6410. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Ben Dooks authored
Add the necessary helper functions for setting up the SDHCI device information. 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
Initial machine support for the Samsung SMDK6410. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Ben Dooks authored
Add the PLL clock initialisation and clock registration and include the clocks sourced via CLKDIVx for most of the on-chip peripherals. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Ben Dooks authored
Add the common initialisation code for both the S3C6400 and S3C6410, the UART registration. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Ben Dooks authored
Initial support for the Samsung S3C6410 SoC. 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>
-