An error occurred fetching the project authors.
- 20 May, 2010 1 commit
-
-
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>
-
- 12 May, 2010 1 commit
-
-
Ben Dooks authored
The address ben@fluff.org is old, ben-linux@fluff.org has been in use for a long time, and we should fixup all the occasions of the older address to avoid confusion. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 24 Feb, 2010 3 commits
-
-
Mark Brown authored
The IISv4 controller is connected to the WM8580 on the board. Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Mark Brown authored
The PMIC LED on the SMDK6410 CPU board is driven by GPIO4 of the WM8312 PMIC. Provide software control of this LED. Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
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>
-
- 20 Feb, 2010 2 commits
-
-
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 register and GPIO definition files from plat-s3c64xx into the machine include direcotry as they are unlikely to be reused outside mach-s3c64xx. This move includes removing the empty <mach/regs-clock.h> and replacing it with the <plat/regs-clock.h> implementation. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 26 Jan, 2010 1 commit
-
-
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>
-
- 21 Jan, 2010 1 commit
-
-
Mark Brown authored
The WM835x driver won't actually use this yet but it will in the future when the changes converting it to genirq are merged. Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 18 Jan, 2010 2 commits
-
-
Andy Green authored
LAN9115 Ethernet only works on SMDK6410 if certain switches are set in specific ways. Document the requirement. Signed-off-by:
Andy Green <andy@warmcat.com> Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Andy Green authored
Since the mach-smdk6410.c file claims it can start up the smsc9115 ethernet device on the board, it should take care about configuring the necessary chip select nCS1 so it can see the chip. The select defaults to 8-bit mode so without config the Ethernet doesn't work. This patch uses the new SROM definitions to set nCS1 to the state found in the Samsung U-Boot port for 6410. It may be more conservative that it needs to be since those settings were marked as for CS8900A also using this chip select. But this change is enough to get the ethernet working when booted with Qi. Signed-off-by:
Andy Green <andy@warmcat.com> Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 15 Jan, 2010 2 commits
-
-
Ben Dooks authored
Prepare for the forthcoming device changes by renaming s3c_device_usb to s3c_device_ohci as this is what the device represents. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Mark Brown authored
Since the fixed voltage regulator grew support for GPIO based enables and GPIO 0 is valid on some systems we need to specify that there is no valid GPIO enable control. Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 01 Dec, 2009 1 commit
-
-
Mark Brown authored
DVDD is supplied by supplies derived from the PMIC, AVDD and PVDD are supplied from the main wall supply on the base board which runs at 5V. No option is currently supported for running without a PMIC card, the assumption is that the regulator API will be built out when no soft PMIC card is in use. To ease merge issues since this uses the newly added dev_name supply configuration from the regulator API (currently in -next only) the fixed voltage regulator is ifdefed out when the regulator API is not enabled. Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 09 Nov, 2009 1 commit
-
-
Mark Brown authored
When used with the WM1190-EV1 board we can use the internal pull up resistor of the CPU to provide the required pull for the IRQ line. Without this interrupts from the WM835x don't work in the default WM1190-EV1 hardwaer configuration. Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 13 Aug, 2009 1 commit
-
-
Matt Hsu authored
Add proper uartcfg for UART port 2,3 and tidy it up on SMDK6410. Signed-off-by:
Matt Hsu <matt@0xlab.org> 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 1 commit
-
-
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 6 commits
-
-
Mark Brown authored
This allows the S3C CPUfreq driver to do DVFS. Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Mark Brown authored
Since no consumers are currently configured for the SMDK6410 mark all the supplies on the board as being always_on, ensuring interoperability with future regulator API changes to disable unused regulators. Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Mark Brown authored
Using an active high IRQ ensures that the WM8350 interrupt handling does not spin when used with a SMDK6410 which has not had R20 removed and R21 fitted to connect EINT12 to the PMIC module rather thant the fixed regulators on the CPU module. Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.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>
-
Mark Brown authored
Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Ben Dooks authored
Ensure that the LCD output type is RGB and that the modem interface is not bypassing the LCD block. This ensures the LCD interface output gets to the pins in the correct format. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 15 Apr, 2009 1 commit
-
-
Mark Brown authored
Going forward gpio_request() will be a requirement for GPIO API users so call it for the LCD power GPIOs. With present code the kernel functions but generaets loud WARN_ON()s when using the unrequested GPIOs. Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 26 Feb, 2009 2 commits
-
-
Mark Brown authored
Shuts up a warning. Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Mark Brown authored
The WM8580 driver registers itself as "wm8580" rather than "WM8580". Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
- 15 Dec, 2008 8 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
The function s3c64xx_init_io was missing from <plat/cpu.h> and was masked by the SMDK6410 having an local definition. Fix by removing the SMDK6410 variant and adding it to the relevant <plat/cpu.h> file. Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Ben Dooks authored
Add the I2C devices on the SMDK6410. 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 i2c bus 0 to the configuration Signed-off-by:
Ben Dooks <ben-linux@fluff.org>
-
Ben Dooks authored
Add HSMMC0 device to SMDK6410. 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>
-