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