summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-24sunxi: Add CONFIG_MACH_TYPE defines to sun4i, sun5i and sun7iHans de Goede
2014-10-24sunxi: Kconfig: Unify sunxi Kconfig codeHans de Goede
2014-10-24sunxi: Enable second sdcard slot found on some boardsHans de Goede
2014-10-24sunxi: Use PG3 - PG8 as io-pins for mmc1Hans de Goede
2014-10-24sunxi: When we've both mmc0 and mmc2, detect from which one we're bootingHans de Goede
2014-10-24sunxi: Turn MMC_SUNXI_SLOT_EXTRA into a proper Kconfig optionHans de Goede
2014-10-24sunxi: Add mmc card-detect functionalityHans de Goede
2014-10-24ARM: sun6i: Add Colombus board defconfigChen-Yu Tsai
2014-10-24ARM: sunxi: Add basic A31 supportMaxime Ripard
2014-10-24ARM: sun6i: Setup the A31 UART0 muxingMaxime Ripard
2014-10-24ARM: sun6i: Define UART0 pins for A31Chen-Yu Tsai
2014-10-24ARM: sunxi-mmc: Add mmc support for sun6i / A31Hans de Goede
2014-10-24ARM: sun6i: Add clock supportChen-Yu Tsai
2014-10-24ARM: sun6i: Add support for the power reset control module found on the A31Oliver Schinagl
2014-10-24ARM: sun6i: Add base address for the new controllers in A31Oliver Schinagl
2014-10-24ARM: sunxi: Fix build break when CONFIG_USB_EHCI is not definedChen-Yu Tsai
2014-10-24ARM: sunxi: Use macro values for setting UART GPIO pull-upsChen-Yu Tsai
2014-10-24sunxi: Add support for the Mele M3 boardHans de Goede
2014-10-24mmc: sunxi: add SDHC support for sun6i/sun7i/sun8iWills Wang
2014-10-24sun7i: Add support for Olimex A20-OLinuXino-LIME2Iain Paton
2014-10-23serial: remove uniphier_serial_initialize() callMasahiro Yamada
2014-10-23serial: uniphier: move CONFIG_UNIPHIER_SERIAL to KconfigMasahiro Yamada
2014-10-23dm: serial: use Driver Model for UniPhier serial driverMasahiro Yamada
2014-10-23dm: add entries to KconfigMasahiro Yamada
2014-10-23dm: serial: consolidate common code moreMasahiro Yamada
2014-10-23dm: serial: remove unnecessary castingMasahiro Yamada
2014-10-23dm: serial: fix console putcMasahiro Yamada
2014-10-23serial: add static directive to local functionsMasahiro Yamada
2014-10-23dm: move platform data headers to include/dm/platform_dataMasahiro Yamada
2014-10-23dm: x86: Convert coreboot serial to use driver modelSimon Glass
2014-10-23dm: x86: dts: Add additional info to the serial port nodeSimon Glass
2014-10-23dm: x86: Convert Intel ICH6 GPIO driver to use driver modelSimon Glass
2014-10-23dm: x86: Add a gpio header for corebootSimon Glass
2014-10-23dm: x86: Support pre-reloc malloc()Simon Glass
2014-10-23dm: x86: Zero global data before board_init_f()Simon Glass
2014-10-23dm: x86: Remove ebp assembler warning in zimage.cSimon Glass
2014-10-23dm: serial: ns16550: Add a cast to the I/O operationsSimon Glass
2014-10-23dm: gpio: Remove unused get_state() uclass methodSimon Glass
2014-10-23dm: dts: Move omap device tree includes to correct placeSimon Glass
2014-10-23dm: gpio: imx: Drop request()/free() in the driverSimon Glass
2014-10-23dm: gpio: exynos: Drop request()/free() in the driverSimon Glass
2014-10-23dm: gpio: rpi_b: Drop request()/free() in the driverSimon Glass
2014-10-23dm: gpio: omap3: Drop request()/free() in the driverSimon Glass
2014-10-23dm: gpio: tegra: Drop request()/free() in the driverSimon Glass
2014-10-23test: dm: Add additional GPIO testsSimon Glass
2014-10-23test: dm: Support memory leak checking as a core featureSimon Glass
2014-10-23dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass
2014-10-23test: dm: Update GPIO tests for new gpio_request() methodSimon Glass
2014-10-23dm: gpio: sandbox: Drop request()/free() in the driverSimon Glass
2014-10-23dm: gpio: sandbox: Implement the remove() methodSimon Glass