summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* sandbox: Move CONFIG_VIDEO_SANDBOX_SDL to KconfigSimon Glass2016-01-201-0/+9
* dm: video: Implement the bmp command for driver modelSimon Glass2016-01-202-0/+354
* dm: video: Add a driver for a rotated text consoleSimon Glass2016-01-203-0/+450
* dm: video: Add a 'normal' text console driverSimon Glass2016-01-202-1/+142
* dm: video: Add a uclass for the text consoleSimon Glass2016-01-203-1/+261
* dm: video: Add a video uclassSimon Glass2016-01-203-0/+269
* serial: lpuart: Add driver model serial supportBin Meng2016-01-201-0/+167
* serial: lpuart: Prepare the driver for DM conversionBin Meng2016-01-201-22/+66
* serial: lpuart: Call local version of setbrg and putc directlyBin Meng2016-01-201-4/+4
* serial: lpuart: Fix several cosmetic issuesBin Meng2016-01-201-20/+15
* serial: lpuart: Move CONFIG_FSL_LPUART to KconfigBin Meng2016-01-201-0/+6
* clk: add API to enable clockMasahiro Yamada2016-01-201-0/+10
* clk: add static qualifier to local functionsMasahiro Yamada2016-01-203-4/+5
* clk: move Kconfig options into sub-menuMasahiro Yamada2016-01-201-0/+4
* timer: sandbox: work without device treeStephen Warren2016-01-201-0/+10
* dm: timer: refuse timers with zero clock_rateStephen Warren2016-01-201-0/+11
* dm: core: Call uclass post_bind() after the driver's bind() methodSimon Glass2016-01-202-5/+7
* pinctrl: Avoid binding all pinconfig nodes before relocationSimon Glass2016-01-201-0/+4
* dm: mmc: Try to honour the sequence orderSimon Glass2016-01-201-5/+15
* dm: gpio: Allow the uclass to work without printf()Simon Glass2016-01-201-0/+8
* drivers: timer: omap_timer: add timer driver for omap devices based on dmMugunthan V N2016-01-203-0/+115
* dm: timer: uclass: Add flag to control sequence numberingMugunthan V N2016-01-201-0/+1
* dm: timer: uclass: add timer init in uclass driver to add timer deviceMugunthan V N2016-01-201-0/+44
* dm: core: Provide uclass_find_device_by_phandle() only when neededSimon Glass2016-01-201-0/+4
* spi: ti_qspi: Use 4-byte opcode for mmap readVignesh R2016-01-201-3/+3
* arm: serial: Add Kconfig entries to facilitate usage of the pl01x driver for ...Sergey Temerkhanov2016-01-191-0/+22
* arm: serial: Add debug UART capability to the pl01x driverSergey Temerkhanov2016-01-191-0/+28
* Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2016-01-193-26/+26
|\
| * video: Typo cleanup in drivers/video/da8xx-fb.cRobert P. J. Day2015-12-161-5/+5
| * video: Clean up formatting, spelling mistakes in exynos_dp*Robert P. J. Day2015-12-162-21/+21
* | power: regulator: max77686: Don't use switch() on boolsTom Rini2016-01-191-20/+8
* | spi: rk_spi: Fix debug format warningTom Rini2016-01-191-1/+1
* | pci_rom.c: Fix may be used uninitialized warningTom Rini2016-01-191-1/+1
* | Add more SPDX-License-Identifier tagsTom Rini2016-01-1945-561/+47
* | Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2016-01-161-7/+21
|\ \
| * | net: pcnet: refactor mapping of virtual addresses to physical onesDaniel Schwierzeck2016-01-161-7/+21
* | | Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2016-01-162-1/+2
|\ \ \
| * | | arm: socfpga: set the fpga global bit to disable HPS to FPGA signalsDinh Nguyen2016-01-161-1/+1
| * | | ddr: altera: Init the rule ID in debug codeMarek Vasut2016-01-161-0/+1
| |/ /
* | | usb: host: ehci-vf: Implement board_usb_phy_mode weak functionSanchayan Maity2016-01-161-0/+10
* | | usb: host: ehci-vf: Remove hardcoded USB host client configurationSanchayan Maity2016-01-161-5/+0
* | | usb:ci_udc: Remove ULPI setting for i.MX OTG controllerYe.Li2016-01-161-11/+3
|/ /
* | Merge git://git.denx.de/u-boot-rockchipTom Rini2016-01-152-1/+9
|\ \
| * | dm: spi_flash: Allow the uclass to work without printf()Simon Glass2016-01-151-1/+7
| * | mmc: rockchip: the non-removable property must point to emmchuang lin2016-01-151-0/+2
* | | dm: pci: Avoid a memory leak when allocating the ROMSimon Glass2016-01-151-12/+33
* | | dm: pci: Add a 'fall through' commentSimon Glass2016-01-151-0/+1
* | | Fix GCC format-security errors and convert sprintfs.Ben Whitten2016-01-1425-30/+30
|/ /
* | Merge git://www.denx.de/git/u-boot-marvellTom Rini2016-01-1415-188/+1384
|\ \
| * | mvebu: axp: Rename MV_DDR_32BIT to CONFIG_DDR_32BITPhil Sutter2016-01-142-11/+11
OpenPOWER on IntegriCloud