platform/kernel/u-boot.git
2014-10-25 Jeroen Hofsteevideo: use __weak
2014-10-25 Jeroen Hofsteeusb: use __weak
2014-10-25 Jeroen Hofsteesamsung: board: use __weak
2014-10-25 Jeroen Hofsteepci: use __weak
2014-10-25 Jeroen Hofsteenet: phy: fix warnings with W=1
2014-10-25 Jeroen Hofsteemisc: use __weak
2014-10-25 Jeroen Hofsteecti_flash.c: use __weak when requested for flash_(read...
2014-10-24 Jeroen Hofsteecommon: board: use __weak
2014-10-24 Jeroen Hofsteearm: board: use __weak
2014-10-24 Hans de Goedesunxi: Add CONFIG_OLD_SUNXI_KERNEL_COMPAT Kconfig option
2014-10-24 Hans de Goedesunxi: dram: Use clock_get_pll5p to calculate mbus...
2014-10-24 Hans de Goedesunxi: Add clock_get_pll5p() function
2014-10-24 Ian Campbellsunxi: Increase command line buffer size (CONFIG_SYS_CB...
2014-10-24 Chen-Yu TsaiARM: sunxi: Add Ippo-q8h-v5 A23 tablet board defconfig
2014-10-24 Chen-Yu TsaiARM: sunxi: Add support for using R_UART as console
2014-10-24 Chen-Yu TsaiARM: sunxi: Allow specifying module in prcm apb0 init...
2014-10-24 Hans de GoedeARM: sunxi: Add support for R_PIO gpio banks
2014-10-24 Chen-Yu TsaiARM: sunxi: Add basic A23 support
2014-10-24 Chen-Yu Tsaimmc: sunxi: Add support for sun8i (A23)
2014-10-24 Chen-Yu TsaiARM: sunxi: Add support for uart0 on port F (mmc0)
2014-10-24 Chen-Yu TsaiARM: sunxi: Add sun8i (A23) UART0 pin mux support
2014-10-24 Chen-Yu TsaiARM: sunxi: Fix reset command on sun6i/sun8i
2014-10-24 Chen-Yu TsaiARM: sunxi: Add sun6i/sun8i timer block register definition
2014-10-24 Chen-Yu TsaiARM: sunxi: Move watchdog register definitions to separ...
2014-10-24 Chen-Yu TsaiARM: sunxi: Fix build break when CONFIG_MMC is not...
2014-10-24 Hans de Goedesunxi: Add CONFIG_MACH_TYPE defines to sun4i, sun5i...
2014-10-24 Hans de Goedesunxi: Kconfig: Unify sunxi Kconfig code
2014-10-24 Hans de Goedesunxi: Enable second sdcard slot found on some boards
2014-10-24 Hans de Goedesunxi: Use PG3 - PG8 as io-pins for mmc1
2014-10-24 Hans de Goedesunxi: When we've both mmc0 and mmc2, detect from which...
2014-10-24 Hans de Goedesunxi: Turn MMC_SUNXI_SLOT_EXTRA into a proper Kconfig...
2014-10-24 Hans de Goedesunxi: Add mmc card-detect functionality
2014-10-24 Chen-Yu TsaiARM: sun6i: Add Colombus board defconfig
2014-10-24 Maxime RipardARM: sunxi: Add basic A31 support
2014-10-24 Maxime RipardARM: sun6i: Setup the A31 UART0 muxing
2014-10-24 Chen-Yu TsaiARM: sun6i: Define UART0 pins for A31
2014-10-24 Hans de GoedeARM: sunxi-mmc: Add mmc support for sun6i / A31
2014-10-24 Chen-Yu TsaiARM: sun6i: Add clock support
2014-10-24 Oliver SchinaglARM: sun6i: Add support for the power reset control...
2014-10-24 Oliver SchinaglARM: sun6i: Add base address for the new controllers...
2014-10-24 Chen-Yu TsaiARM: sunxi: Fix build break when CONFIG_USB_EHCI is...
2014-10-24 Chen-Yu TsaiARM: sunxi: Use macro values for setting UART GPIO...
2014-10-24 Hans de Goedesunxi: Add support for the Mele M3 board
2014-10-24 Wills Wangmmc: sunxi: add SDHC support for sun6i/sun7i/sun8i
2014-10-24 Iain Patonsun7i: Add support for Olimex A20-OLinuXino-LIME2
2014-10-24 Masahiro Yamadaserial: remove uniphier_serial_initialize() call
2014-10-24 Masahiro Yamadaserial: uniphier: move CONFIG_UNIPHIER_SERIAL to Kconfig
2014-10-24 Masahiro Yamadadm: serial: use Driver Model for UniPhier serial driver
2014-10-24 Masahiro Yamadadm: add entries to Kconfig
2014-10-24 Masahiro Yamadadm: serial: consolidate common code more
2014-10-24 Masahiro Yamadadm: serial: remove unnecessary casting
2014-10-24 Masahiro Yamadadm: serial: fix console putc
2014-10-24 Masahiro Yamadaserial: add static directive to local functions
2014-10-24 Masahiro Yamadadm: move platform data headers to include/dm/platform_data
2014-10-24 Simon Glassdm: x86: Convert coreboot serial to use driver model
2014-10-24 Simon Glassdm: x86: dts: Add additional info to the serial port...
2014-10-24 Simon Glassdm: x86: Convert Intel ICH6 GPIO driver to use driver...
2014-10-24 Simon Glassdm: x86: Add a gpio header for coreboot
2014-10-24 Simon Glassdm: x86: Support pre-reloc malloc()
2014-10-24 Simon Glassdm: x86: Zero global data before board_init_f()
2014-10-24 Simon Glassdm: x86: Remove ebp assembler warning in zimage.c
2014-10-24 Simon Glassdm: serial: ns16550: Add a cast to the I/O operations
2014-10-24 Simon Glassdm: gpio: Remove unused get_state() uclass method
2014-10-24 Simon Glassdm: dts: Move omap device tree includes to correct...
2014-10-24 Simon Glassdm: gpio: imx: Drop request()/free() in the driver
2014-10-24 Simon Glassdm: gpio: exynos: Drop request()/free() in the driver
2014-10-24 Simon Glassdm: gpio: rpi_b: Drop request()/free() in the driver
2014-10-24 Simon Glassdm: gpio: omap3: Drop request()/free() in the driver
2014-10-24 Simon Glassdm: gpio: tegra: Drop request()/free() in the driver
2014-10-24 Simon Glasstest: dm: Add additional GPIO tests
2014-10-24 Simon Glasstest: dm: Support memory leak checking as a core feature
2014-10-24 Simon Glassdm: gpio: Add gpio_requestf() helper for printf() strings
2014-10-24 Simon Glasstest: dm: Update GPIO tests for new gpio_request()...
2014-10-24 Simon Glassdm: gpio: sandbox: Drop request()/free() in the driver
2014-10-24 Simon Glassdm: gpio: sandbox: Implement the remove() method
2014-10-24 Simon Glassdm: gpio: sandbox: Implement the get_function() method
2014-10-24 Simon Glassdm: Move the function for getting GPIO status into...
2014-10-24 Simon Glassdm: gpio: Add gpio_get_function() and friends
2014-10-24 Simon Glassdm: gpio: Implement GPIO reservation in the uclass
2014-10-24 Simon Glassdm: omap3: Move to driver model for GPIO and serial
2014-10-24 Simon Glassdm: am33xx: Move to driver model for GPIO and serial
2014-10-24 Simon Glassdm: am335x: Remove serial options from CONFIG_SYS_EXTRA...
2014-10-24 Simon Glassdm: omap: serial: Add driver model support
2014-10-24 Simon Glassdm: am33xx: Provide platform data for serial
2014-10-24 Simon Glassdm: am33xx: Provide platform data for GPIOs
2014-10-24 Simon Glassdm: omap: gpio: Support driver model
2014-10-24 Simon Glassdm: omap: gpio: Put _get_gpio_value() logic into its...
2014-10-24 Simon Glassdm: dts: omap: Select correct console for beaglebone
2014-10-24 Simon Glassdm: serial: Support CONFIG_CONS_INDEX if available
2014-10-24 Simon Glassdm: ns16550: Correct the probe logic for platform data
2014-10-24 Simon Glassdm: ns16550: Use an address instead of a pointer for...
2014-10-24 Simon Glassdm: serial: ns16550: Correct logic for checking for...
2014-10-24 Simon Glassdm: serial: Reset the watchdog while waiting in getc()
2014-10-24 Simon Glassdm: gpio: Support numbered GPIOs
2014-10-23 Masahiro Yamadakbuild: clear VENDOR variable to fix build error on...
2014-10-23 Igor Grinbergmusb: fix warning in include/linux/usb/musb.h
2014-10-23 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-tegra
2014-10-23 Masahiro Yamadamips: enable CONFIG_USE_PRIVATE_LIBGCC by default
2014-10-23 Masahiro Yamadakconfig: invoke silentoldconfig if spl, tpl/.config...
2014-10-23 Masahiro Yamadakbuild: fix a bug of the u-boot-spl link rule
next