- 09 Mar, 2009 2 commits
-
-
Philipp Zabel authored
so they can be shared with gpio_vbus. Signed-off-by:
Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by:
Eric Miao <eric.miao@marvell.com>
-
Philipp Zabel authored
Fixes an off-by-one error. Signed-off-by:
Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by:
Eric Miao <eric.miao@marvell.com>
-
- 02 Feb, 2009 1 commit
-
-
Philipp Zabel authored
This patch depends on otg_transceiver support in pxa27x_udc (which is queued via linux-usb) to work. It compiles also without it. Signed-off-by:
Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by:
Eric Miao <eric.miao@marvell.com>
-
- 21 Jan, 2009 4 commits
-
-
Philipp Zabel authored
Signed-off-by:
Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by:
Eric Miao <eric.miao@marvell.com>
-
Philipp Zabel authored
Improves readability over the custom #define. Signed-off-by:
Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by:
Eric Miao <eric.miao@marvell.com>
-
Philipp Zabel authored
Signed-off-by:
Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by:
Eric Miao <eric.miao@marvell.com>
-
Philipp Zabel authored
Signed-off-by:
Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by:
Eric Miao <eric.miao@marvell.com>
-
- 17 Dec, 2008 1 commit
-
-
Eric Miao authored
Signed-off-by:
Eric Miao <eric.miao@marvell.com> Cc: Richard Purdie <rpurdie@rpsys.net> Cc: Ian Molton <spyro@f2s.com> Cc: pHilipp Zabel <philipp.zabel@gmail.com> Cc: Marek Vasut <marek.vasut@gmail.com> Cc: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Cc: Juergen Schindele <linux@schindele.name> Acked-by:
Stefan Schmidt <stefan@datenfreihafen.org> Acked-by:
Marc Zyngier <maz@misterjones.org> Acked-by:
Mike Rapoport <mike@compulab.co.il> Acked-by:
Jaya Kumar <jayakumar.lkml@gmail.com>
-
- 01 Dec, 2008 1 commit
-
-
Eric Miao authored
Signed-off-by:
Eric Miao <eric.miao@marvell.com>
-
- 07 Oct, 2008 1 commit
-
-
Eric Miao authored
Direct access to USB host controller registers is considered to be not portable, and is usually a bad sign for poorly abstracted interface. Introduce .flags and .power_on_delay to "struct pxaohci_platform_data" so that most platforms don't bother to write their own .init/.exit() sequences. Signed-off-by:
Eric Miao <eric.miao@marvell.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 26 Sep, 2008 1 commit
-
-
Russell King authored
Magician's "gpio_leds" was global, but actually is supposed to be private. Make it so. Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 07 Aug, 2008 2 commits
-
-
Russell King authored
This just leaves include/asm-arm/plat-* to deal with. Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Russell King authored
Remove includes of asm/hardware.h in addition to asm/arch/hardware.h. Then, since asm/hardware.h only exists to include asm/arch/hardware.h, update everything to directly include asm/arch/hardware.h and remove asm/hardware.h. Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 12 Jul, 2008 1 commit
-
-
Dmitry Baryshkov authored
Signed-off-by:
Dmitry Baryshkov <dbaryshkov@gmail.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 09 Jul, 2008 5 commits
-
-
Philipp Zabel authored
There will always be only one pwm-backlight on this device. Signed-off-by:
Philipp Zabel <philipp.zabel@gmail.com> Acked-by:
Eric Miao <eric.miao@marvell.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Philipp Zabel authored
These were only needed for hardcoded flash partition tables, which were never submitted. It is better to have the bootloader pass the partition table to the kernel instead. Signed-off-by:
Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Philipp Zabel authored
The pin configuration array is only used during board init. Signed-off-by:
Philipp Zabel <philipp.zabel@gmail.com> Acked-by:
Eric Miao <eric.miao@marvell.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Philipp Zabel authored
Signed-off-by:
Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Philipp Zabel authored
Signed-off-by:
Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 03 Jul, 2008 1 commit
-
-
Philipp Zabel authored
magician has a GPIO that modifies the brightness level additionally to the PWM duty value. This patch makes use of the pwm_bl notify callback to present userspace with a single brightness scale. This gets rid of the pxa_set_cken calls and direct PWM register access. Signed-off-by:
Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 02 Jun, 2008 1 commit
-
-
Russell King authored
The power manager and core clock registers aren't present in PXA3 CPUs. Move them out of pxa-regs.h into pxa2xx-regs.h, and include pxa2xx-regs.h where necessary. Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 24 Apr, 2008 1 commit
-
-
Philipp Zabel authored
Platform data must not be marked with __devinit. Even __devinitdata would be wrong as the platform driver can be compiled as a module. Signed-off-by:
Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 21 Apr, 2008 2 commits
-
-
Philipp Zabel authored
Some input pin configuration that is not handled by drivers. This should serve mostly as documentation. Signed-off-by:
Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Philipp Zabel authored
Registers some GPIOs used in magician.c with the GPIO API. Signed-off-by:
Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 19 Apr, 2008 10 commits
-
-
Philipp Zabel authored
Although the GPIO alternate functions should be correctly set by the bootloader, configure them here to be sure. To save power, FFUART/BTUART/STUART are left unconfigured (output, low) until they are needed by pxaficp or the magician GSM chipset driver. Signed-off-by:
Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Philipp Zabel authored
This patch enables LEDs and the 1-wire bus (connected to a DS2760 battery monitor) on the magician. Signed-off-by:
Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Philipp Zabel authored
Signed-off-by:
Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Philipp Zabel authored
All magician devices I've encountered so far have featured the Toppoly TD028STEB1 display, so the Samsung LTP280QV support is untested. The power-on sequence is not correct because pxafb doesn't yet support enabling the LCD controller in the middle of the it. Signed-off-by:
Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Philipp Zabel authored
Signed-off-by:
Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Philipp Zabel authored
Signed-off-by:
Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Philipp Zabel authored
This enables rootfs on StrataFlash if the bootloader supplies the partition list. Signed-off-by:
Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Philipp Zabel authored
needed for power management (audio, BT, charging, GSM, LCD, SD), GSM, flash and SD operation and audio routing. Signed-off-by:
Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Philipp Zabel authored
Since recent PXA changes the (non-power-)I2C bus has to be explicitly enabled from board initialisation code. Signed-off-by:
Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Philipp Zabel authored
corgi_bl was renamed to generic_bl. Signed-off-by:
Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 28 Jan, 2008 1 commit
-
-
Philipp Zabel authored
This includes irda, gpio keys, pxafb, backlight, ohci and flash (read-only). Signed-off-by:
Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-