summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2016-04-25Merge branch 'master' of git://www.denx.de/git/u-boot-uniphierTom Rini
2016-04-25Merge branch 'master' of git://www.denx.de/git/u-boot-usbTom Rini
2016-04-25Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini
2016-04-25dfu: ram: fix number base of RAM entity parametersStephen Warren
2016-04-25drivers: dfu: ram: fix a crash with dfu ram with invalid dfu_alt_info envMugunthan V N
2016-04-25usb: s3c-otg: Fix remaining bytes in debug messagesRoger Quadros
2016-04-25usb: s3c-otg: Fix short packet for request size > ep.maxpacketRoger Quadros
2016-04-25fastboot: Clean up bulk-out logicRoger Quadros
2016-04-25fastboot: Enable the respective speed endpoints at runtimeRoger Quadros
2016-04-25fastboot: Fix wMaxPacketSize for High-Speed IN endpointRoger Quadros
2016-04-25i2c: designware_i2c: Add support for PCI(e) based I2C cores (x86)Stefan Roese
2016-04-25i2c: designware_i2c: Add DM supportStefan Roese
2016-04-25i2c: designware_i2c: Prepare for DM driver conversionStefan Roese
2016-04-25i2c: designware_i2c: Integrate set_speed() into dw_i2c_set_bus_speed()Stefan Roese
2016-04-25i2c: designware_i2c: Add dw_i2c_enable() helper functionStefan Roese
2016-04-25i2c: designware_i2c: Add ic_enable_status to ic_regs structStefan Roese
2016-04-25dm: core: Add dev_get_addr_ptr() to return a pointer to the reg addressStefan Roese
2016-04-24clk: uniphier: add Media I/O clock driver support for PH1-LD20Masahiro Yamada
2016-04-24pinctrl: uniphier: fix NAND and SD pin-mux settings for PH1-LD11/LD20Masahiro Yamada
2016-04-24pinctrl: uniphier: rename function/array namesMasahiro Yamada
2016-04-22mtd, ubi: set free_count to zero before walking through erase listHeiko Schocher
2016-04-20Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2016-04-20Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini
2016-04-20usb: gadget Move: CONFIG_G_DNL_* to KconfigSam Protsenko
2016-04-20usb: dwc3: Move CONFIG_USB_DWC3_PHY_* to KconfigSam Protsenko
2016-04-20usb: dwc3: Move CONFIG_USB_DWC3_OMAP to KconfigSam Protsenko
2016-04-20usb: dwc3: Move CONFIG_USB_DWC3_GADGET/HOST to KconfigSam Protsenko
2016-04-20usb: gadget: Move CONFIG_USB_GADGET_DOWNLOAD to KconfigSam Protsenko
2016-04-20usb: gadget: Move CONFIG_USB_GADGET_DUALSPEED to KconfigSam Protsenko
2016-04-20usb: gadget: Move CONFIG_USB_GADGET_VBUS_DRAW to KconfigSam Protsenko
2016-04-20USB: g_dnl: Change device classJohn Tobias
2016-04-20ddr: altera: Repair DQ window centering codeMarek Vasut
2016-04-20ddr: altera: Staticize global variablesMarek Vasut
2016-04-20ddr: altera: Make DLEVEL behavior inclusiveMarek Vasut
2016-04-20ddr: altera: Zero DM IN delay in scc_mgr_zero_group()Marek Vasut
2016-04-20ddr: altera: Remove unnecessary ODT mode configMarek Vasut
2016-04-20ddr: altera: Remove unnecessary update of the SCCMarek Vasut
2016-04-20ddr: altera: Fix DRAM end value in protection ruleMarek Vasut
2016-04-20ddr: altera: Fix scc_mgr_set() argument orderMarek Vasut
2016-04-20ddr: altera: Tweak DQS tracking enable handlingMarek Vasut
2016-04-20ddr: altera: Replace ad-hoc constant with macroMarek Vasut
2016-04-18ahci: flush dcache before issuing commandTang Yuantian
2016-04-18serial: bcm283x_mu: make pending values more explicitStephen Warren
2016-04-18memory: Move TI_AEMIF config to KCONFIGLokesh Vutla
2016-04-18drivers/power/pmic/pm8916.c: Make usid be uint32_tTom Rini
2016-04-18drivers/gpio/pm8916_gpio.c: Make pid be uint32_tTom Rini
2016-04-18drivers: mmc: omap_hsmmc: request cd and wp gpios when DM_MMC is definedMugunthan V N
2016-04-18drivers: mmc: omap_hsmmc: Fix conversion of address to a pointerMugunthan V N
2016-04-15drivers/tpm/tpm_tis_sandbox.c: Fix uninitialized variable useTom Rini
2016-04-15fdt: implement dev_get_addr_name()Stephen Warren