summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
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-15drivers/tpm/tpm_tis_sandbox.c: Fix uninitialized variable useTom Rini
2016-04-15fdt: implement dev_get_addr_name()Stephen Warren
2016-04-14dm: device.c: Minor coding-style fixStefan Roese
2016-04-14dm: core: device: set pinctrl state for pinctrl devicePeng Fan
2016-04-13Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini
2016-04-13dm: i2c: Add driver for Cadence I2C IPMoritz Fischer
2016-04-13GPIO: pca953x: Remove compilation warnings on arm64Michal Simek
2016-04-13zynqmp: Kconfig: Enable ZYNQ_GPIO for ZynqMPSiva Durga Prasad Paladugu
2016-04-13gpio: zynqmp: Add GPIO driver support for ZynqMPSiva Durga Prasad Paladugu
2016-04-13gpio: zynq: Move the definitions to driver fileSiva Durga Prasad Paladugu
2016-04-13gpio: zynq: Remove non driver model codeSiva Durga Prasad Paladugu
2016-04-13gpio: Kconfig: Enable Zynq GPIO driver using kconfigSiva Durga Prasad Paladugu
2016-04-13gpio: zynq: Convert Zynq GPIO to driver modelSiva Durga Prasad Paladugu
2016-04-13mtd: cfi: Unlock current sector instead of sector 0 before buffered writeRouven Behr
2016-04-12Merge git://www.denx.de/git/u-boot-marvellTom Rini
2016-04-12gpio: mvebu_gpio: Add missing out value set to gpio_direction_output()Stefan Roese
2016-04-12sunxi: H3: Do not clear usb companion clk-gate / reset on removeHans de Goede
2016-04-11Merge branch 'master' of git://git.denx.de/u-boot-arcTom Rini
2016-04-11lib/crc8: Add crc start valueStefan Roese
2016-04-11bootcounter_ram: Flush dcache after data is written into SDRAMStefan Roese
2016-04-11stm32: stm32_flash: add memory barrier during flash writeVikas Manocha
2016-04-11spmi: Fix sandbox spmi driver memory corruptionMateusz Kulikowski
2016-04-11arc: get rid of running_on_hwAlexey Brodkin
2016-04-10Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini
2016-04-10arm: socfpga: Nuke useless includeMarek Vasut
2016-04-10musb: Properly call musb_stop() on probe failureHans de Goede
2016-04-10musb: sunxi: Do not allocate musb struct multiple timesHans de Goede
2016-04-10usb: bcm_udc_otg: enable clocksSteve Rae
2016-04-10drivers:usb:common:fsl-dt-fixup: fix return value of fdt_usb_get_node_typeSriram Dash
2016-04-10drivers:usb:common:fsl-dt-fixup: Add device-tree fixup support for xhci contr...Sriram Dash
2016-04-10drivers:usb:common:fsl-dt-fixup: Remove code duplication for fdt_usb_get_node...Sriram Dash
2016-04-10drivers:usb:common:fsl-dt-fixup: Move device-tree fixup framework to common fileSriram Dash
2016-04-10usb: ehci-hcd: Fix crash when no ops are provided to ehci_register()Mateusz Kulikowski
2016-04-10drivers: musb-new: Add USB DRC driver for Microchip PIC32 OTG controller.Purna Chandra Mandal
2016-04-10drivers: remove writes{b,w,l,q} and reads{b,w,l,q}.Purna Chandra Mandal
2016-04-06Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini
2016-04-06armv8: LS2080A: Consolidate LS2080A and LS2085AYork Sun
2016-04-06drivers: net: vsc9953: Fix bug when PVID is shown for disabled ports onlyCodrin Ciubotariu
2016-04-06drivers: net: vsc9953: Do not configure disabled portsCodrin Ciubotariu
2016-04-06fsl: esdhc: support driver modelPeng Fan
2016-04-06kirkwood_nand: claim MPP pins on the flyChris Packham
2016-04-06spi: kirkwood_spi: Add support for multiple chip-selects on MVEBUStefan Roese
2016-04-04Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini
2016-04-04net: zynq_gem: Add SGMII support for zynqMPSiva Durga Prasad Paladugu
2016-04-04net: phy: Add SGMII support for TI phySiva Durga Prasad Paladugu
2016-04-04net: zynq_gem: Return error incase of invalid phy addressSiva Durga Prasad Paladugu