summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* dm: video: Add support for video bridgesSimon Glass2015-08-055-0/+130
* dm: power: Don't return an error when regulators are not autosetSimon Glass2015-08-051-1/+3
* dm: pmic: max77686: Support all BUCK regulatorsSimon Glass2015-08-051-8/+10
* dm: power: max77686: Correct BUCK register accessSimon Glass2015-08-051-3/+7
* dm: pmic: Correct the pmic_reg_write() implementationSimon Glass2015-08-051-1/+1
* dm: pmic: max77686: Correct a few nitsSimon Glass2015-08-051-3/+3
* dm: power: Add support for S5M8767 regulatorsSimon Glass2015-08-053-0/+279
* dm: power: Add support for the S5M8767 PMICSimon Glass2015-08-053-0/+106
* dm: power: Add support for TPS65090 FETsSimon Glass2015-08-053-0/+149
* dm: power: Add a new driver for the TPS65090 PMICSimon Glass2015-08-053-0/+104
* exynos: Enable the debug UART in SPLSimon Glass2015-08-051-0/+2
* exynos: Add debug UART support for Samsung S5P serialSimon Glass2015-08-052-0/+32
* exynos: serial: Refactor init code for debug UARTSimon Glass2015-08-051-12/+24
* cros_ec: Support the LDO access method used by springSimon Glass2015-08-054-10/+102
* dm: cros_ec: Convert the I2C tunnel code to use driver modelSimon Glass2015-08-055-9/+145
* exynos: i2c: Tidy up the driver model codeSimon Glass2015-08-051-36/+103
* exynos: i2c: Fix code style with ReadWriteByte()Simon Glass2015-08-051-7/+7
* i2c: Add a mux for GPIO-based I2C bus arbitrationSimon Glass2015-08-053-0/+157
* dm: i2c: Add support for multiplexed I2C busesSimon Glass2015-08-055-0/+216
* dm: i2c: Add a function to transfer messagesSimon Glass2015-08-051-0/+11
* dm: i2c: Add a message debug functionSimon Glass2015-08-051-0/+16
* dm: core: Support finding a device by phandleSimon Glass2015-08-051-0/+42
* Merge git://git.denx.de/u-boot-x86Tom Rini2015-08-0512-33/+223
|\
| * pci: Remove DEBUG from pci_compat.cBin Meng2015-08-051-1/+0
| * x86: Gracefully disable the vesa driver when running from EFISimon Glass2015-08-051-0/+8
| * efi: Add a serial driverSimon Glass2015-08-053-0/+167
| * x86: Move CONFIG_X86_SERIAL to KconfigSimon Glass2015-08-051-0/+10
| * pci: Indicate prefetchable memory allocate when debuggingSimon Glass2015-08-051-2/+3
| * pci: Add a constant for an invalid interruptSimon Glass2015-08-051-1/+2
| * pci: Fix up code for CONFIG_PCI_ENUM_ONLYSimon Glass2015-08-051-1/+3
| * pci: Use debug() instead of DEBUGF() in pci_auto.cSimon Glass2015-08-051-25/+23
| * x86: Add some missing global_data declarations in files that use gdSimon Glass2015-08-051-0/+2
| * dm: serial: Correct logic in serial_find_console_or_panic()Simon Glass2015-08-051-1/+1
| * dm: core: Check for empty list in uclass_find_device()Simon Glass2015-08-051-0/+2
| * x86: Sanity test on vesa parameters before setting up kernel screen_infoBin Meng2015-08-051-0/+4
| * dm: pci: Allow scan bridge child devices before relocationBin Meng2015-08-051-4/+0
* | net: asix: fix operation without eepromMarcel Ziswiler2015-08-051-6/+34
* | usb: USB storage-specific part ifdef in uclassPaul Kocialkowski2015-08-051-0/+2
* | musb: sunxi: Force EP0 on re-enableMaxime Ripard2015-08-051-0/+3
* | sunxi: usb: USB_MUSB_SUNXI move to musb-new KconfigPaul Kocialkowski2015-08-051-0/+14
* | usb: musb-new: Kconfig support for USB_MUSB_HOST and USB_MUSB_GADGETPaul Kocialkowski2015-08-052-0/+16
* | usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSBPaul Kocialkowski2015-08-0512-35/+35
* | usb: Generic USB Kconfig option, that fits both host and gadget and commentsPaul Kocialkowski2015-08-051-7/+8
* | usb: USB_ARCH_HAS_HCD Kconfig option removalPaul Kocialkowski2015-08-051-3/+0
* | usb: dwc2: Call board_usb_init() from usb_lowlevel_init()Peter Griffin2015-08-051-0/+4
|/
* drivers/ddr/fsl: Adjust bstopre valueYork Sun2015-08-032-5/+7
* drivers/crypto/fsl: clean-up - use fdt_setprop_u32 helperhoria.geanta@freescale.com2015-08-031-9/+8
* drivers/crypto/fsl: fix snooping for write transactionshoria.geanta@freescale.com2015-08-032-4/+8
* drivers/crypto/fsl: fix "era" property value on LE platformshoria.geanta@freescale.com2015-08-031-2/+1
* drivers/pci/layerscape: Add EP mode supportMinghuan Lian2015-08-031-2/+135
OpenPOWER on IntegriCloud