summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* x86: gpio: Allow the pinctrl driver to set up the pin configSimon Glass2016-03-171-175/+5
* x86: Allow use of serial soon after relocationSimon Glass2016-03-171-1/+1
* input: i8042: Make sure the keyboard is enabledSimon Glass2016-03-171-0/+4
* syscon: Avoid returning a device on failureSimon Glass2016-03-171-0/+1
* x86: gpio: Correct GPIO setup orderingSimon Glass2016-03-171-1/+3
* pci: Correct a few comments and nitsSimon Glass2016-03-171-1/+0
* pci: Add functions to update PCI configuration registersSimon Glass2016-03-171-0/+57
* gpio: Use const where possibleSimon Glass2016-03-171-5/+5
* gpio: Add a function to obtain a GPIO vector valueSimon Glass2016-03-171-0/+18
* video: Allow simple-panel to be used without regulatorsSimon Glass2016-03-171-8/+10
* x86: Move asm/arch-coreboot/tables.h to a common placeBin Meng2016-03-171-1/+0
* dwmmc: Increase retry timeoutAlexander Graf2016-03-151-1/+1
* input: TWL6030 input support for power button, USB and chargerPaul Kocialkowski2016-03-152-0/+49
* power: twl6030: Power off supportPaul Kocialkowski2016-03-151-0/+8
* power: twl6030: Remove ifdef around the codePaul Kocialkowski2016-03-151-2/+0
* usb: musb-new: omap2430: OMAP4 MUSB USB controller supportPaul Kocialkowski2016-03-153-0/+25
* power: twl6030: Clear VUSB_IN_PMID bit on USB device setupPaul Kocialkowski2016-03-151-0/+1
* power: twl6030: Configure VUSB voltage on USB device setupPaul Kocialkowski2016-03-151-0/+4
* omap_hsmmc: Board-specific TWL6030 MMC power initializationPaul Kocialkowski2016-03-151-4/+2
* power: twl6030: Device-index-specific MMC power initializationPaul Kocialkowski2016-03-152-26/+28
* power: twl6030: Enable VAUX1 for eMMC power, depending on BOOT2 valuePaul Kocialkowski2016-03-151-0/+19
* power: twl6030: Some more explicit registers and values definitionsPaul Kocialkowski2016-03-151-11/+15
* spi: omap3: Fix multiple definition of 'priv'Jagan Teki2016-03-151-19/+21
* Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2016-03-155-22/+326
|\
| * video: ipu: avoid overflow issuePeng Fan2016-03-141-19/+54
| * rockchip: video: Add LVDS support in vop driverJacob Chen2016-03-141-2/+14
| * rockchip: video: Add a display driver for rockchip LVDSJacob Chen2016-03-142-1/+255
| * dm: video: Add a operation to display uclassJacob Chen2016-03-141-0/+3
* | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2016-03-153-376/+497
|\ \
| * | spi: omap3: Convert to driver modelJagan Teki2016-03-142-270/+416
| * | spi: omap3: Make local functions as staticJagan Teki2016-03-141-6/+6
| * | spi: omap3: Move headers code inside the driverJagan Teki2016-03-142-111/+86
| |/
* | Merge git://git.denx.de/u-boot-dmTom Rini2016-03-1431-145/+427
|\ \
| * | dm: serial: Remove duplicated carriage return characterAlison Wang2016-03-142-9/+0
| * | serial: Move carriage return before line feed for some serial driversAlison Wang2016-03-144-15/+16
| * | dm: serial-uclass: Move a carriage return before a line feedAlison Wang2016-03-141-2/+3
| * | dm: sandbox: Add driver-model block-device support for sandboxSimon Glass2016-03-141-1/+117
| * | dm: sandbox: Prepare block driver for driver-model conversionSimon Glass2016-03-141-16/+14
| * | dm: blk: Add a block-device uclassSimon Glass2016-03-143-0/+188
| * | dm: block: Rename device number member dev to devnumSimon Glass2016-03-148-26/+26
| * | dm: part: Rename some partition functionsSimon Glass2016-03-145-5/+5
| * | dm: pci: Break out the common region display codeSimon Glass2016-03-141-34/+17
| * | dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-147-21/+21
| * | dm: core: make simple-bus compatible to simple-mfdMasahiro Yamada2016-03-141-0/+1
| * | dm: Use uclass_first_device_err() where it is usefulSimon Glass2016-03-146-17/+7
| * | dm: core: Add uclass_first_device_err() to return a valid deviceSimon Glass2016-03-141-0/+13
| |/
* | dm: omap_timer: Fix conversion of address to a pointerLokesh Vutla2016-03-141-1/+2
* | lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start valueStefan Roese2016-03-141-2/+2
* | remoteproc: Add support for TI power processorNishanth Menon2016-03-143-0/+191
* | Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass2016-03-142-1/+2
|/
OpenPOWER on IntegriCloud