platform/kernel/u-boot.git
2016-01-24 Simon Glassdm: syscon: Allow finding devices by driver data
2016-01-24 Simon Glassdm: usb: Add a compatible string for PCI EHCI controller
2016-01-24 Simon Glassdm: core: Display the error number when driver binding...
2016-01-24 Simon Glassdm: x86: Drop the weak cpu_irq_init() function
2016-01-24 Simon Glassdm: x86: queensbay: Add an interrupt driver
2016-01-24 Simon Glassdm: x86: quark: Add an interrupt driver
2016-01-24 Simon Glassx86: Drop the irq router compatible string
2016-01-24 Simon Glassx86: Use the IRQ device when setting up the mptable
2016-01-24 Simon Glassdm: x86: Add a common PIRQ init function
2016-01-24 Simon Glassdm: x86: Set up interrupt routing from interrupt_init()
2016-01-24 Simon Glassdm: x86: Create a driver for x86 interrupts
2016-01-24 Simon Glassdm: x86: spi: Convert ICH SPI driver to driver model...
2016-01-24 Simon Glassspi: ich: Separate out the read/write trace from normal...
2016-01-24 Simon Glassdm: x86: Add a driver for Intel PCH9
2016-01-24 Simon Glassdm: x86: Add a driver for Intel PCH7
2016-01-24 Simon Glassdm: Expand the uclass for Platform Controller Hubs...
2016-01-24 Simon Glassdm: pci: Avoid using pci_bus_to_hose() in the uclass
2016-01-24 Simon Glassdm: pci: Add a function to write a BAR
2016-01-24 Simon Glassdm: pci: Move pci_bus_to_hose() to compatibility
2016-01-22 Tom RiniMerge git://git.denx.de/u-boot-fdt
2016-01-22 Thomas Choudevicetree: use wildcard to clean arch subdir
2016-01-22 Simon Glassrockchip: Update the README
2016-01-22 Simon Glassrockchip: Add support for Raxda Rock 2
2016-01-22 Simon Glassrockchip: rock2: dts: Make changes for U-Boot
2016-01-22 Simon Glassrockchip: rock2: Bring in device tree files from Linux
2016-01-22 Simon Glassrockchip: dts: Sync up SPDIF node with Linux
2016-01-22 Simon Glassrockchip: firefly-rk3288: Enable HDMI output
2016-01-22 Simon Glassrockchip: jerry: Enable EDP and HDMI video output
2016-01-22 Simon Glassrockchip: jerry: Add support for timing SPI flash speed
2016-01-22 Simon Glassrockchip: spl: Support full-speed CPU in SPL
2016-01-22 Simon Glassrockchip: rk3288: pinctrl: Fix HDMI pinctrl
2016-01-22 Simon Glassrockchip: rk3288: clock: Fix various minor errors
2016-01-22 Simon Glassrockchip: jerry: Fix the SDRAM timing
2016-01-22 Simon Glassrockchip: spl: Drop MMC support code when not needed
2016-01-22 Simon Glassrockchip: Tidy up the register-access macros
2016-01-22 Simon Glassrockchip: sdram: Use syscon_get_first_range() where...
2016-01-22 Simon Glassrockchip: sdram: Tidy up a few comments
2016-01-22 Simon Glassrockchip: config: Enable the 'gpio' command
2016-01-22 Simon Glassrockchip: Add a script to parse datasheets
2016-01-22 Simon Glassrockchip: Add a simple 'clock' command
2016-01-22 Simon Glassrockchip: Don't skip low-level init
2016-01-22 Simon Glassrockchip: video: Add a video-output driver
2016-01-22 Simon Glassrockchip: video: Add a display driver for rockchip eDP
2016-01-22 Simon Glassrockchip: video: Add a display driver for rockchip...
2016-01-22 Simon Glassrockchip: clk: Add support for clocks needed by the...
2016-01-22 Simon Glassrockchip: Rename the CRU_MODE_CON fields
2016-01-22 Simon Glassdm: video: Repurpose the 'displayport' uclass to 'display'
2016-01-22 Simon Glassvideo: panel: Add a simple panel driver
2016-01-22 Simon Glassdm: panel: Add a panel uclass
2016-01-22 Simon Glassdm: backlight: Add a driver for a PWM backlight
2016-01-22 Simon Glassdm: backlight: Add a backlight uclass
2016-01-22 Simon Glasspwm: rockchip: Add a PWM driver for Rockchip SoCs
2016-01-22 Simon Glassdm: pwm: Add a PWM uclass
2016-01-22 Simon Glassvideo: bridge: Allow GPIOs to be optional
2016-01-22 Simon Glassvideo: Add a function to control cache flushing
2016-01-22 Simon Glassvideo: Name consoles by their number
2016-01-22 Simon Glassgpio: Warn about invalid GPIOs used with the 'gpio...
2016-01-22 Simon Glassstdio: Correct a build error with driver model
2016-01-22 Simon Glassrockchip: jerry: Enable the Chrome OS EC
2016-01-22 Simon Glassrockchip: spi: Remove the explicit pinctrl setting
2016-01-22 Simon Glassrockchip: spi: Correct chip-enable code
2016-01-22 Simon Glassrockchip: spi: Implement the delays
2016-01-22 Simon Glassrockchip: gpio: Implement the get_function() method
2016-01-22 Simon Glassrockchip: gpio: Read the GPIO value correctly
2016-01-22 Simon Glassrockchip: pinctrl: Implement the get_gpio_mux() method
2016-01-22 Simon Glassrockchip: pinctrl: Reduce the size for SPL
2016-01-22 Simon Glassrockchip: clk: Make rkclk_get_clk() SoC-specific
2016-01-22 Simon Glassrockchip: spi: Correct the bus init code
2016-01-22 Simon Glassrockchip: spi: Remember the last speed to avoid re...
2016-01-22 Simon Glassrockchip: reset: Use the rk_clr/setreg() interface
2016-01-22 Simon Glassrockchip: sdram: Use the rk_clr/setreg() interface
2016-01-22 Simon Glassdm: clk: Add a simple version of clk_get_by_index()
2016-01-22 Simon Glassdm: power: Allow regulators to not implement all operations
2016-01-22 Simon Glassdm: power: Tidy up debugging output and return values
2016-01-22 Simon Glassdm: core: Export uclass_find_device_by_of_offset()
2016-01-22 Simon Glassdm: pinctrl: Add a way for a GPIO driver to obtain...
2016-01-22 Simon Glassdm: power: Allow regulators to be omitted from SPL
2016-01-22 Simon Glassspi: Correct device tree usage in spi_flash_decode_fdt()
2016-01-22 Simon Glassdm: i2c: Allow muxes to be enabled for SPL separately
2016-01-22 Simon Glasscros_ec: Disable the Chrome OS EC in SPL
2016-01-22 Simon Glassgpio: Allow 's' as an abbreviation for 'status'
2016-01-22 Simon Glassrockchip: jerry: Drop unused options
2016-01-22 Simon Glassrockchip: Disable simple-bus in SPL for firefly-rk3288...
2016-01-22 Simon Glassrockchip: jerry: Enable the RK808 PMIC and regulator
2016-01-22 Simon Glassrockchip: Move firefly and jerry to use the full pinctrl
2016-01-22 Simon Glassrockchip: pinctrl: Add a full pinctrl driver
2016-01-22 Simon Glassrockchip: mmc: Update the driver to use the new clock ID
2016-01-22 Simon Glassrockchip: spi: Avoid setting the pinctrl twice
2016-01-22 Simon Glassrockchip: spi: Update the driver to use the new clock ID
2016-01-22 Simon Glassrockchip: i2c: Update the driver to use the new clock ID
2016-01-22 Simon Glassrockchip: clock: Add a function to find a clock by ID
2016-01-22 Simon Glassrockchip: clk: Add a function to get a peripheral clock...
2016-01-22 Simon Glassrockchip: clock: Rename the general clock variable...
2016-01-22 Simon Glassrockchip: Use a separate clock ID for clocks
2016-01-22 Simon Glassrockchip: jerry: Disable pmic-int-1 setup to avoid...
2016-01-22 Simon Glassrockchip: Use pwrseq for MMC start-up on jerry
2016-01-22 Simon Glassrockchip: Correct the defconfig order
2016-01-22 Simon Glassrockchip: mmc: Use a pwrseq device if available
2016-01-22 Simon Glassrockchip: Convert the PMU IOMUX registers into an array
2016-01-22 Simon Glassrockchip: Avoid using MMC code when not booting from MMC
next