summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-01-21dm: video: test: Add tests for the video uclassSimon Glass1-9/+0
2016-01-21dm: video: sandbox: Convert sandbox to use driver model for videoSimon Glass2-50/+50
2016-01-21sandbox: Move CONFIG_VIDEO_SANDBOX_SDL to KconfigSimon Glass1-0/+9
2016-01-21dm: video: Implement the bmp command for driver modelSimon Glass2-0/+354
2016-01-21dm: video: Add a driver for a rotated text consoleSimon Glass3-0/+450
2016-01-21dm: video: Add a 'normal' text console driverSimon Glass2-1/+142
2016-01-21dm: video: Add a uclass for the text consoleSimon Glass3-1/+261
2016-01-21dm: video: Add a video uclassSimon Glass3-0/+269
2016-01-21serial: lpuart: Add driver model serial supportBin Meng1-0/+167
2016-01-21serial: lpuart: Prepare the driver for DM conversionBin Meng1-22/+66
2016-01-21serial: lpuart: Call local version of setbrg and putc directlyBin Meng1-4/+4
2016-01-21serial: lpuart: Fix several cosmetic issuesBin Meng1-20/+15
2016-01-21serial: lpuart: Move CONFIG_FSL_LPUART to KconfigBin Meng1-0/+6
2016-01-21clk: add API to enable clockMasahiro Yamada1-0/+10
2016-01-21clk: add static qualifier to local functionsMasahiro Yamada3-4/+5
2016-01-21clk: move Kconfig options into sub-menuMasahiro Yamada1-0/+4
2016-01-21timer: sandbox: work without device treeStephen Warren1-0/+10
2016-01-21dm: timer: refuse timers with zero clock_rateStephen Warren1-0/+11
2016-01-21dm: core: Call uclass post_bind() after the driver's bind() methodSimon Glass2-5/+7
2016-01-21pinctrl: Avoid binding all pinconfig nodes before relocationSimon Glass1-0/+4
2016-01-21dm: mmc: Try to honour the sequence orderSimon Glass1-5/+15
2016-01-21dm: gpio: Allow the uclass to work without printf()Simon Glass1-0/+8
2016-01-21drivers: timer: omap_timer: add timer driver for omap devices based on dmMugunthan V N3-0/+115
2016-01-21dm: timer: uclass: Add flag to control sequence numberingMugunthan V N1-0/+1
2016-01-21dm: timer: uclass: add timer init in uclass driver to add timer deviceMugunthan V N1-0/+44
2016-01-21dm: core: Provide uclass_find_device_by_phandle() only when neededSimon Glass1-0/+4
2016-01-20spi: ti_qspi: Use 4-byte opcode for mmap readVignesh R1-3/+3
2016-01-20arm: serial: Add Kconfig entries to facilitate usage of the pl01x driver for ...Sergey Temerkhanov1-0/+22
2016-01-20arm: serial: Add debug UART capability to the pl01x driverSergey Temerkhanov1-0/+28
2016-01-19Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini3-26/+26
2016-01-19power: regulator: max77686: Don't use switch() on boolsTom Rini1-20/+8
2016-01-19spi: rk_spi: Fix debug format warningTom Rini1-1/+1
2016-01-19pci_rom.c: Fix may be used uninitialized warningTom Rini1-1/+1
2016-01-19Add more SPDX-License-Identifier tagsTom Rini45-561/+47
2016-01-17Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini1-7/+21
2016-01-16net: pcnet: refactor mapping of virtual addresses to physical onesDaniel Schwierzeck1-7/+21
2016-01-16Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2-1/+2
2016-01-16arm: socfpga: set the fpga global bit to disable HPS to FPGA signalsDinh Nguyen1-1/+1
2016-01-16ddr: altera: Init the rule ID in debug codeMarek Vasut1-0/+1
2016-01-16usb: host: ehci-vf: Implement board_usb_phy_mode weak functionSanchayan Maity1-0/+10
2016-01-16usb: host: ehci-vf: Remove hardcoded USB host client configurationSanchayan Maity1-5/+0
2016-01-16usb:ci_udc: Remove ULPI setting for i.MX OTG controllerYe.Li1-11/+3
2016-01-15Merge git://git.denx.de/u-boot-rockchipTom Rini2-1/+9
2016-01-15dm: pci: Avoid a memory leak when allocating the ROMSimon Glass1-12/+33
2016-01-15dm: pci: Add a 'fall through' commentSimon Glass1-0/+1
2016-01-15dm: spi_flash: Allow the uclass to work without printf()Simon Glass1-1/+7
2016-01-15mmc: rockchip: the non-removable property must point to emmchuang lin1-0/+2
2016-01-15Fix GCC format-security errors and convert sprintfs.Ben Whitten25-30/+30
2016-01-14Merge git://www.denx.de/git/u-boot-marvellTom Rini15-188/+1384
2016-01-14mvebu: axp: Rename MV_DDR_32BIT to CONFIG_DDR_32BITPhil Sutter2-11/+11