summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2018-05-30fastboot: Extract common definitions from USB fastbootAlex Kiernan
2018-05-30fastboot: Rename fb_set_reboot_flag to fastboot_set_reboot_flagAlex Kiernan
2018-05-30fastboot: Fix parameter types in _fb_nand_writeAlex Kiernan
2018-05-30fastboot: Remove FIXME for CONFIG_FASTBOOT_...NAMEAlex Kiernan
2018-05-30fastboot: Add missing newlinesAlex Kiernan
2018-05-30fastboot: Correct dependencies in FASTBOOT_FLASHAlex Kiernan
2018-05-30fastboot: Extract fastboot_okay/fail to fb_common.cAlex Kiernan
2018-05-30fastboot: Refactor fastboot_okay/fail to take responseAlex Kiernan
2018-05-30fastboot: Move fastboot to drivers/fastbootAlex Kiernan
2018-05-30gadget: f_thor: Fix memory leaks of usb request and its bufferSeung-Woo Kim
2018-05-30rockchip: xhci: remove DTS parsing for PHY (which is unused)Philipp Tomsich
2018-05-30usb: xhci: Handle endianness in xhci_set_configuration()Bin Meng
2018-05-30usb: xhci: Fix config fail of FS hub behind a HS hub with MTTBin Meng
2018-05-30usb: xhci: Initialize dev_state to 0 in the input slot contextBin Meng
2018-05-30usb: xhci: Set accurate add context flags when updating hub attributesBin Meng
2018-05-30usb: xhci-rcar: deregister before deactivating clockMatthias Blankertz
2018-05-29Merge git://git.denx.de/u-boot-marvellTom Rini
2018-05-29Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini
2018-05-29mtd: ftsmc020: Drop unsed codeRick Chen
2018-05-29mmc: ftsdc010_mci: Sync compatible with DT mmc nodeRick Chen
2018-05-29net: ftmac100: Fix compiler warningRick Chen
2018-05-29spi: atcspi200: Fix compiler warningRick Chen
2018-05-29ata: ahci_mvebu: add scsi supportKen Ma
2018-05-29ata: ahci_mvebu: a8040 a0: remove bad port register offsets workaroundsDavid Sniatkiwicz
2018-05-29ata: mvebu: move mvebu sata driver to drivers/ata directoryKen Ma
2018-05-29mvebu: pinctrl: Add SD/eMMC PHY selector to the driverKonstantin Porotchkin
2018-05-29mvebu: pinctrl: sync compatible string with Linux 4.17-rc4Evan Wang
2018-05-29sf: Add Macronix MX25U25635F IDMarek Vasut
2018-05-29sf: Add Winbond W25Q256 IDMarek Vasut
2018-05-28usb: sunxi: Switch to use generic-phyJagan Teki
2018-05-28phy: sun4i-usb: Add a sunxi specific function for setting squelch-detectJagan Teki
2018-05-28phy: sun4i-usb: Add A23 USB PHY configJagan Teki
2018-05-28phy: sun4i-usb: Add A33 USB PHY configJagan Teki
2018-05-28phy: sun4i-usb: Add A31 PHY configJagan Teki
2018-05-28phy: sun4i-usb: Add A10/A13/A20 PHY configJagan Teki
2018-05-28phy: sun4i-usb: Add A83T USB PHY configJagan Teki
2018-05-28phy: sun4i-usb: Add V3S PHY configJagan Teki
2018-05-28phy: sun4i-usb: Add H3/H5 PHY configJagan Teki
2018-05-28phy: sun4i-usb: Add id_detect and vbus_detect opsJagan Teki
2018-05-28phy: Add Allwinner A64 USB PHY driverJagan Teki
2018-05-28musb: sunxi: Add support for H3/H5/A64Jagan Teki
2018-05-28musb: sunxi: Use BIT instead of numerical shiftJagan Teki
2018-05-28musb: sunxi: Add OTG device clkgate and reset for H3/H5Jagan Teki
2018-05-28musb: sunxi: Add fifo configJagan Teki
2018-05-28musb: sunxi: Use simple way to fill musb_hdrc pdataJagan Teki
2018-05-28musb: sunxi: Add proper macros instead of numericalsJagan Teki
2018-05-28usb: sunxi: Simplify ccm reg base codeJagan Teki
2018-05-26mmc: stm32_sdmmc2: Fix stm32_sdmmc2_start_cmd()Patrice Chotard
2018-05-26stm32mp1: add FUSE command supportPatrick Delaunay
2018-05-26serial: stm32: Add setparity supportPatrick Delaunay