Age | Commit message (Collapse) | Author | Files | Lines |
|
Signed-off-by: Eric Miao <[email protected]>
|
|
Signed-off-by: Eric Miao <[email protected]>
|
|
Signed-off-by: Marek Vasut <[email protected]>
|
|
The NAND support is implemented through the gen_nand driver.
Signed-off-by: Marek Vasut <[email protected]>
|
|
Add supported for PCF8574A GPIO expander and LEDs attached to it.
Signed-off-by: Marek Vasut <[email protected]>
|
|
This driver adds support for the on-board CF socket.
Signed-off-by: Marek Vasut <[email protected]>
|
|
Modularize components of the Balloon3 board.
Signed-off-by: Marek Vasut <[email protected]>
|
|
Logically separate parts of the file that are handled by one particular driver.
Signed-off-by: Marek Vasut <[email protected]>
|
|
Signed-off-by: Marek Vasut <[email protected]>
|
|
Improve formating so checkpatch passes. Also, change some function and variable
names to make the naming consistent.
Signed-off-by: Marek Vasut <[email protected]>
|
|
This huge patch mostly shuffles code. The spitz.c file contained terrible mess
and needed a cleanup, here it is:
1) Made every part modular, components are not built in if not selected.
2) Removed loads of preprocessor goo, mostly "#ifdef MACH_AKITA .... #endif" and
similar code. The kernel size will grow by a few kb now, but the file is much
more readable.
3) Reworked SD/CF power setting function and made it reentrant.
4) Add ISL6271A regulator support
5) Correctly register WM8750
Signed-off-by: Marek Vasut <[email protected]>
|
|
Signed-off-by: Marek Vasut <[email protected]>
|
|
This contains common code for Palm LD, TX, T5, Z72, Treo680, Centro
This code also adds PMIC support for all the devices,
Signed-off-by: Marek Vasut <[email protected]>
|
|
Only a small part of used code is moved into sharpsl_pm.h.
Signed-off-by: Eric Miao <[email protected]>
|
|
READ_GPIO_BIT() is no way generic by accessing GPIO registers directly,
replace it with gpio_get_value().
Signed-off-by: Eric Miao <[email protected]>
|
|
Signed-off-by: Eric Miao <[email protected]>
|
|
Signed-off-by: Eric Miao <[email protected]>
|
|
IDE_PXA_CF doesn't exist in Kconfig, therefore removing all references
for it from the source code.
Signed-off-by: Christoph Egger <[email protected]>
Acked-by: Juergen Schindele <[email protected]>
Signed-off-by: Eric Miao <[email protected]>
|
|
XSCALE_CACHE_ERRATA doesn't exist in Kconfig, therefore removing all
references for it from the source code.
Signed-off-by: Christoph Egger <[email protected]>
Cc: Nicolas Pitre <[email protected]>
Signed-off-by: Eric Miao <[email protected]>
|
|
CORGI_SSP_DEPRECATED doesn't exist in Kconfig, therefore removing all
references for it from the source code.
Signed-off-by: Christoph Egger <[email protected]>
Acked-by: Kristoffer Ericson <[email protected]>
Signed-off-by: Eric Miao <[email protected]>
|
|
ARCH_GUMSTIX_ORIG doesn't exist in Kconfig, therefore removing all
references for it from the source code.
Signed-off-by: Christoph Egger <[email protected]>
Acked-by: Jaya Kumar <[email protected]>
Signed-off-by: Eric Miao <[email protected]>
|
|
BACKLIGHT_CORGI was later renamed to BACKLIGHT_GENERIC and has not been
used since then. As it's now safe to completely transition to LCD_CORGI
driver, which incorprates both the LCD and backlight device.
Signed-off-by: Christoph Egger <[email protected]>
Signed-off-by: Eric Miao <[email protected]>
|
|
SHARP_LOCOMO doesn't exist in Kconfig, therefore replacing all
references for it with SHARP_LOCOMO in the source code.
Signed-off-by: Christoph Egger <[email protected]>
Signed-off-by: Eric Miao <[email protected]>
|
|
This patch:
1) Simpifies the DRI recomputation routine by pulling out the common code
2) Fixes a bug in PXA27x DRI recomputation caused by incorrect parenthesis
Signed-off-by: Marek Vasut <[email protected]>
Signed-off-by: Eric Miao <[email protected]>
|
|
The latest PXA3xx DM has enabled 312MHz for the HSS bus,
which allows x24 multiplier.
Signed-off-by: Marek Vasut <[email protected]>
Signed-off-by: Eric Miao <[email protected]>
|
|
Add bit definitions of the CPR register of the SCOOP chip into scoop.h. Also,
cleanup the GPCR definitions to match coding style.
Signed-off-by: Marek Vasut <[email protected]>
Signed-off-by: Eric Miao <[email protected]>
|
|
Add support for PXA UDC.
Signed-off-by: Marek Vasut <[email protected]>
Signed-off-by: Eric Miao <[email protected]>
|
|
Register TPS65021 regulator in Zipit Z2.
Signed-off-by: Marek Vasut <[email protected]>
Signed-off-by: Eric Miao <[email protected]>
|
|
With kexec-based kernel boot loader on Zaurus, the machine ID is
actually correctly passed, and head-sharpsl.S is not necessary.
Introduce PXA_SHARPSL_DETECT_MACH_ID, and include head-sharpsl.S
only when that's explicitly enabled.
Signed-off-by: Eric Miao <[email protected]>
|
|
1. TOSA related un-hidden options moved to right under MACH_TOSA
2. SHARPSL_PM related hidden options moved to the end of Kconfig
Signed-off-by: Eric Miao <[email protected]>
|
|
With a correct dev->dma_mask before calling dmabounce_register_dev(),
dma_needs_bounce() is not necessary.
The sa1111, though, is a bit complicated. Until it's fully understood
and fixed, dma_needs_bounce() for sa1111 is kept if CONFIG_SA1111 is
enabled with no side effect (with the condition of machine_is_*)
Thanks for Mike Rapoport to fix one error in the original version of
the patch and get this tested.
Acked-by: Mike Rapoport <[email protected]>
Signed-off-by: Eric Miao <[email protected]>
|
|
Cc: Ian Molton <[email protected]>
Signed-off-by: Eric Miao <[email protected]>
|
|
Not tested and enabled on MMP at this moment, and since the IRQ
is different from mach-pxa, I'd prefer to move the PMU device
back into mach-pxa/. Will introduce the PMU device to MMP once
it's enabled and tested.
Signed-off-by: Eric Miao <[email protected]>
|
|
Signed-off-by: Igor Grinberg <[email protected]>
Signed-off-by: Mike Rapoport <[email protected]>
Signed-off-by: Eric Miao <[email protected]>
|
|
pxa3xx cpu needs the irq type setup to be able to
wakeup from low power mode on IRQ_WAKEUPx events.
Signed-off-by: Igor Grinberg <[email protected]>
Signed-off-by: Mike Rapoport <[email protected]>
Signed-off-by: Eric Miao <[email protected]>
|
|
Signed-off-by: Jonathan Cameron <[email protected]>
Acked-by: Stefan Schmidt <[email protected]>
Signed-off-by: Eric Miao <[email protected]>
|
|
Signed-off-by: Marek Vasut <[email protected]>
Acked-by: Mark Brown <[email protected]>
Signed-off-by: Eric Miao <[email protected]>
|
|
This file is scheduled for removal, therefore fix all devices that use this
file to use the suggested wm97xx.h and pass platform data properly.
Signed-off-by: Marek Vasut <[email protected]>
Acked-by: Robert Jarzmik <[email protected]>
Acked-by: Tomas Cech <[email protected]>
Acked-by: Mark Brown <[email protected]>
Signed-off-by: Eric Miao <[email protected]>
|
|
This patch registers the WM8750 codec on a proper place on the ZipitZ2
machine after the WM8750 driver was converted to new API.
Signed-off-by: Marek Vasut <[email protected]>
Signed-off-by: Eric Miao <[email protected]>
|
|
This patch adds support for the AER915 battery chip into Zipit Z2
platform file.
Signed-off-by: Marek Vasut <[email protected]>
Signed-off-by: Eric Miao <[email protected]>
|
|
Use the resume callback of the pda_power supply framework to check for a
'charge finished' event that might have occured during the sleep phase.
Signed-off-by: Daniel Mack <[email protected]>
Signed-off-by: Eric Miao <[email protected]>
|
|
This is support for custom design based on Toradex Colibri PXA270 CPU card.
Initial patch was by Pavel Revak.
[daniel - rebased the code to follow the module/board split]
Signed-off-by: Marek Vasut <[email protected]>
Cc: Pavel Revak <[email protected]>
Cc: Daniel Mack <[email protected]>
Signed-off-by: Eric Miao <[email protected]>
|
|
Follow the idea of several MX31 based boards and split code that is
related to the module from code that is baseboard specific. This makes
adding new base board support easier, while avoiding code duplication.
Signed-off-by: Daniel Mack <[email protected]>
Acked-by: Marek Vasut <[email protected]>
Signed-off-by: Eric Miao <[email protected]>
|
|
Signed-off-by: Marek Vasut <[email protected]>
Signed-off-by: Eric Miao <[email protected]>
|
|
Signed-off-by: Marek Vasut <[email protected]>
Signed-off-by: Eric Miao <[email protected]>
|
|
Signed-off-by: Marek Vasut <[email protected]>
Signed-off-by: Eric Miao <[email protected]>
|
|
Signed-off-by: Marek Vasut <[email protected]>
Signed-off-by: Eric Miao <[email protected]>
|
|
This patch just moves code around and polishes it. Also, compile in only
selected pieces of hardware.
Signed-off-by: Marek Vasut <[email protected]>
Signed-off-by: Eric Miao <[email protected]>
|
|
Signed-off-by: Marek Vasut <[email protected]>
Signed-off-by: Eric Miao <[email protected]>
|
|
This patch adds support for the MAX1587A used on Voipac PXA270 board.
Signed-off-by: Marek Vasut <[email protected]>
Signed-off-by: Eric Miao <[email protected]>
|