summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-05-30fastboot: Extract common definitions from USB fastbootAlex Kiernan1-2/+0
2018-05-30fastboot: Rename fb_set_reboot_flag to fastboot_set_reboot_flagAlex Kiernan2-6/+16
2018-05-30fastboot: Fix parameter types in _fb_nand_writeAlex Kiernan1-1/+1
2018-05-30fastboot: Remove FIXME for CONFIG_FASTBOOT_...NAMEAlex Kiernan1-13/+0
2018-05-30fastboot: Add missing newlinesAlex Kiernan1-14/+14
2018-05-30fastboot: Correct dependencies in FASTBOOT_FLASHAlex Kiernan3-26/+13
2018-05-30fastboot: Extract fastboot_okay/fail to fb_common.cAlex Kiernan4-16/+64
2018-05-30fastboot: Refactor fastboot_okay/fail to take responseAlex Kiernan3-75/+77
2018-05-30fastboot: Move fastboot to drivers/fastbootAlex Kiernan6-0/+772
2018-05-30gadget: f_thor: Fix memory leaks of usb request and its bufferSeung-Woo Kim1-33/+32
2018-05-30rockchip: xhci: remove DTS parsing for PHY (which is unused)Philipp Tomsich1-16/+0
2018-05-30usb: xhci: Handle endianness in xhci_set_configuration()Bin Meng1-1/+1
2018-05-30usb: xhci: Fix config fail of FS hub behind a HS hub with MTTBin Meng1-1/+8
2018-05-30usb: xhci: Initialize dev_state to 0 in the input slot contextBin Meng1-0/+1
2018-05-30usb: xhci: Set accurate add context flags when updating hub attributesBin Meng1-1/+1
2018-05-30usb: xhci-rcar: deregister before deactivating clockMatthias Blankertz1-1/+4
2018-05-29Merge git://git.denx.de/u-boot-marvellTom Rini4-6/+131
2018-05-29Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini1-0/+29
2018-05-29mtd: ftsmc020: Drop unsed codeRick Chen2-38/+0
2018-05-29mmc: ftsdc010_mci: Sync compatible with DT mmc nodeRick Chen1-1/+1
2018-05-29net: ftmac100: Fix compiler warningRick Chen1-7/+7
2018-05-29spi: atcspi200: Fix compiler warningRick Chen1-3/+3
2018-05-29ata: ahci_mvebu: add scsi supportKen Ma2-1/+17
2018-05-29ata: ahci_mvebu: a8040 a0: remove bad port register offsets workaroundsDavid Sniatkiwicz1-8/+0
2018-05-29ata: mvebu: move mvebu sata driver to drivers/ata directoryKen Ma3-0/+62
2018-05-29mvebu: pinctrl: Add SD/eMMC PHY selector to the driverKonstantin Porotchkin1-2/+57
2018-05-29mvebu: pinctrl: sync compatible string with Linux 4.17-rc4Evan Wang1-4/+4
2018-05-29sf: Add Macronix MX25U25635F IDMarek Vasut1-0/+1
2018-05-29sf: Add Winbond W25Q256 IDMarek Vasut1-0/+2
2018-05-28usb: sunxi: Switch to use generic-phyJagan Teki4-39/+124
2018-05-28phy: sun4i-usb: Add a sunxi specific function for setting squelch-detectJagan Teki4-11/+34
2018-05-28phy: sun4i-usb: Add A23 USB PHY configJagan Teki1-0/+9
2018-05-28phy: sun4i-usb: Add A33 USB PHY configJagan Teki1-0/+10
2018-05-28phy: sun4i-usb: Add A31 PHY configJagan Teki1-0/+10
2018-05-28phy: sun4i-usb: Add A10/A13/A20 PHY configJagan Teki1-0/+28
2018-05-28phy: sun4i-usb: Add A83T USB PHY configJagan Teki1-17/+68
2018-05-28phy: sun4i-usb: Add V3S PHY configJagan Teki1-0/+11
2018-05-28phy: sun4i-usb: Add H3/H5 PHY configJagan Teki1-0/+11
2018-05-28phy: sun4i-usb: Add id_detect and vbus_detect opsJagan Teki1-0/+39
2018-05-28phy: Add Allwinner A64 USB PHY driverJagan Teki5-0/+422
2018-05-28musb: sunxi: Add support for H3/H5/A64Jagan Teki1-1/+2
2018-05-28musb: sunxi: Use BIT instead of numerical shiftJagan Teki1-14/+14
2018-05-28musb: sunxi: Add OTG device clkgate and reset for H3/H5Jagan Teki1-0/+17
2018-05-28musb: sunxi: Add fifo configJagan Teki1-5/+65
2018-05-28musb: sunxi: Use simple way to fill musb_hdrc pdataJagan Teki1-13/+10
2018-05-28musb: sunxi: Add proper macros instead of numericalsJagan Teki1-4/+8
2018-05-28usb: sunxi: Simplify ccm reg base codeJagan Teki3-25/+43
2018-05-27mmc: stm32_sdmmc2: Fix stm32_sdmmc2_start_cmd()Patrice Chotard1-2/+2
2018-05-27stm32mp1: add FUSE command supportPatrick Delaunay3-0/+126
2018-05-27serial: stm32: Add setparity supportPatrick Delaunay2-2/+51