summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://www.denx.de/git/u-boot-uniphierTom Rini2016-04-258-106/+110
|\
| * clk: uniphier: add Media I/O clock driver support for PH1-LD20Masahiro Yamada2016-04-241-0/+4
| * pinctrl: uniphier: fix NAND and SD pin-mux settings for PH1-LD11/LD20Masahiro Yamada2016-04-241-4/+4
| * pinctrl: uniphier: rename function/array namesMasahiro Yamada2016-04-246-102/+102
* | Merge branch 'master' of git://www.denx.de/git/u-boot-usbTom Rini2016-04-253-50/+81
|\ \
| * | dfu: ram: fix number base of RAM entity parametersStephen Warren2016-04-251-2/+2
| * | drivers: dfu: ram: fix a crash with dfu ram with invalid dfu_alt_info envMugunthan V N2016-04-251-7/+14
| * | usb: s3c-otg: Fix remaining bytes in debug messagesRoger Quadros2016-04-251-2/+2
| * | usb: s3c-otg: Fix short packet for request size > ep.maxpacketRoger Quadros2016-04-251-1/+1
| * | fastboot: Clean up bulk-out logicRoger Quadros2016-04-251-27/+23
| * | fastboot: Enable the respective speed endpoints at runtimeRoger Quadros2016-04-251-7/+17
| * | fastboot: Fix wMaxPacketSize for High-Speed IN endpointRoger Quadros2016-04-251-9/+27
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2016-04-253-160/+361
|\ \
| * | i2c: designware_i2c: Add support for PCI(e) based I2C cores (x86)Stefan Roese2016-04-251-12/+106
| * | i2c: designware_i2c: Add DM supportStefan Roese2016-04-251-26/+123
| * | i2c: designware_i2c: Prepare for DM driver conversionStefan Roese2016-04-251-83/+90
| * | i2c: designware_i2c: Integrate set_speed() into dw_i2c_set_bus_speed()Stefan Roese2016-04-251-24/+13
| * | i2c: designware_i2c: Add dw_i2c_enable() helper functionStefan Roese2016-04-251-20/+27
| * | i2c: designware_i2c: Add ic_enable_status to ic_regs structStefan Roese2016-04-251-33/+35
| * | dm: core: Add dev_get_addr_ptr() to return a pointer to the reg addressStefan Roese2016-04-251-0/+5
| |/
* | mtd, ubi: set free_count to zero before walking through erase listHeiko Schocher2016-04-221-1/+1
|/
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2016-04-205-3/+130
|\
| * usb: gadget Move: CONFIG_G_DNL_* to KconfigSam Protsenko2016-04-202-1/+14
| * usb: dwc3: Move CONFIG_USB_DWC3_PHY_* to KconfigSam Protsenko2016-04-201-0/+17
| * usb: dwc3: Move CONFIG_USB_DWC3_OMAP to KconfigSam Protsenko2016-04-201-0/+10
| * usb: dwc3: Move CONFIG_USB_DWC3_GADGET/HOST to KconfigSam Protsenko2016-04-201-0/+23
| * usb: gadget: Move CONFIG_USB_GADGET_DOWNLOAD to KconfigSam Protsenko2016-04-201-0/+6
| * usb: gadget: Move CONFIG_USB_GADGET_DUALSPEED to KconfigSam Protsenko2016-04-204-0/+37
| * usb: gadget: Move CONFIG_USB_GADGET_VBUS_DRAW to KconfigSam Protsenko2016-04-201-0/+21
| * USB: g_dnl: Change device classJohn Tobias2016-04-201-2/+2
* | Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2016-04-202-87/+97
|\ \
| * | ddr: altera: Repair DQ window centering codeMarek Vasut2016-04-201-8/+7
| * | ddr: altera: Staticize global variablesMarek Vasut2016-04-201-4/+4
| * | ddr: altera: Make DLEVEL behavior inclusiveMarek Vasut2016-04-201-66/+66
| * | ddr: altera: Zero DM IN delay in scc_mgr_zero_group()Marek Vasut2016-04-201-3/+13
| * | ddr: altera: Remove unnecessary ODT mode configMarek Vasut2016-04-201-1/+0
| * | ddr: altera: Remove unnecessary update of the SCCMarek Vasut2016-04-201-1/+0
| * | ddr: altera: Fix DRAM end value in protection ruleMarek Vasut2016-04-201-1/+1
| * | ddr: altera: Fix scc_mgr_set() argument orderMarek Vasut2016-04-201-1/+1
| * | ddr: altera: Tweak DQS tracking enable handlingMarek Vasut2016-04-201-2/+5
| * | ddr: altera: Replace ad-hoc constant with macroMarek Vasut2016-04-201-2/+2
| |/
* | ahci: flush dcache before issuing commandTang Yuantian2016-04-181-0/+1
* | serial: bcm283x_mu: make pending values more explicitStephen Warren2016-04-181-2/+2
* | memory: Move TI_AEMIF config to KCONFIGLokesh Vutla2016-04-182-0/+20
* | drivers/power/pmic/pm8916.c: Make usid be uint32_tTom Rini2016-04-181-1/+1
* | drivers/gpio/pm8916_gpio.c: Make pid be uint32_tTom Rini2016-04-181-1/+1
* | drivers: mmc: omap_hsmmc: request cd and wp gpios when DM_MMC is definedMugunthan V N2016-04-181-0/+5
* | drivers: mmc: omap_hsmmc: Fix conversion of address to a pointerMugunthan V N2016-04-181-1/+2
|/
* drivers/tpm/tpm_tis_sandbox.c: Fix uninitialized variable useTom Rini2016-04-151-1/+1
* fdt: implement dev_get_addr_name()Stephen Warren2016-04-151-0/+16
OpenPOWER on IntegriCloud