aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2019-10-25mtd: spi: Clean up usage of CONFIG_SPI_FLASH_MTDFrieder Schrempf
2019-10-25spi-nor: spi-nor-ids: Add USE_FSR flag for mt25q* and n25q* entryVignesh Raghavendra
2019-10-25spi-nor: spi-nor-ids: Add entries for mt25q variantsVignesh Raghavendra
2019-10-25spi-nor: spi-nor-ids: Disable SPI_NOR_4B_OPCODES for n25q512* and n25q256*Vignesh Raghavendra
2019-10-25spi: designware_spi: Disable and free clock when remove driverLey Foon Tan
2019-10-25mtd: spi-nor-core: Replace MTD_SPI_NOR_USE_4K_SECTORS with SPI_FLASH_USE_4K_S...Vignesh Raghavendra
2019-10-25mtd: spi-nor-core: Use dev_err for reporting erase/write failuresVignesh Raghavendra
2019-10-25mtd: spi: Add a new option SPL_SPI_FLASH_MTD to KconfigFrieder Schrempf
2019-10-25spi: Kconfig: Enable SPI_SUNXI for SUNXIJagan Teki
2019-10-25mtd: spi: Kconfig: Imply SPI_FLASH if DM_SPI_FLASHJagan Teki
2019-10-25dm: spi: Change cs_info op to return -EINVAL for invalid cs numBin Meng
2019-10-25dm: spi: Return 0 if driver does not implement ops->cs_infoBin Meng
2019-10-25spi: Kconfig: Add help textJagan Teki
2019-10-25mtd: spi-nor: ids: Add is25wp256 chipJagan Teki
2019-10-25mtd: spi: Kconfig: Update CONFIG_SPI_FLASHJagan Teki
2019-10-24Merge branch '2019-10-24-UFS-support'Tom Rini
2019-10-24ehci-mx6: Update EHCI driver to support OTG0 on i.MX7ULPYe Li
2019-10-24usb: ehci-mx6: Fix bus enumeration for iMX7 SoCsIgor Opaniuk
2019-10-24arm64: zynqmp: Switch to xlnx-zynqmp-clk headerMichal Simek
2019-10-24drivers: crypto: rsa_mod_exp: Add manual relocation for ops->mod_exp()T Karthik Reddy
2019-10-24spi: zynqmp: Remove unused platform headersMichal Simek
2019-10-24gpio: zynq: Add gpio driver support for PMC gpioShubhrajyoti Datta
2019-10-24gpio: zynq: Add gpio driver support for VersalAshok Reddy Soma
2019-10-24firmware: zynqmp: Clean up zynqmp_power_probeMichal Simek
2019-10-24firmware: zynqmp: Report error when xilinx_pm_request called from EL3Michal Simek
2019-10-24arm64: zynqmp: Convert invoke_smc() to xilinx_pm_request()Michal Simek
2019-10-24arm64: versal: Rename versal_pm_request to xilinx_pm_requestMichal Simek
2019-10-24arm64: xilinx: Move firmware functions from platform to driverMichal Simek
2019-10-24arm64: versal: Clean pm_api_id usageMichal Simek
2019-10-24misc: microchip_flexcom: introduce microchip_flexcom driverEugen Hristev
2019-10-24phy: keystone-usb: handle the transition of the USB power domainJean-Jacques Hiblot
2019-10-24usb: dwc3: Kconfig: get rid of obsolete mode selectionJean-Jacques Hiblot
2019-10-24usb: dwc3: Add dwc3_of_parse() to get quirks information from DTJean-Jacques Hiblot
2019-10-24usb: dwc3-generic: if no max speed is specified in DT, assume super speedJean-Jacques Hiblot
2019-10-24usb: dwc3-generic: add a new host driver that uses the dwc3 coreJean-Jacques Hiblot
2019-10-24usb: dwc3-generic: factorize codeJean-Jacques Hiblot
2019-10-24usb: dwc3-generic: use platdataJean-Jacques Hiblot
2019-10-24usb: dwc3: always use the inlined version of dwc3_host_init/dwc3_host_exitJean-Jacques Hiblot
2019-10-24usb: xhci: move xhci.h to include usbJean-Jacques Hiblot
2019-10-24usb: dwc3: switch to peripheral mode when exitingJean-Jacques Hiblot
2019-10-24usb: host: remove the xhci-zynqmp driverJean-Jacques Hiblot
2019-10-24mtd: Add TI HyperBus Memory Controller driverVignesh Raghavendra
2019-10-24mtd: cfi_flash: Use CONFIG_SYS_MONITOR_BASE only when definedVignesh Raghavendra
2019-10-23ufs: Add glue layer driver for TI J721E devicesFaiz Abbas
2019-10-23ufs: Add Support for Cadence platform UFS driverFaiz Abbas
2019-10-23ufs: Add Initial Support for UFS subsystemFaiz Abbas
2019-10-23scsi: Add dma direction member to command structureFaiz Abbas
2019-10-23scsi: Retry inquiry 3 times to overcome Unit Attention conditionFaiz Abbas
2019-10-23scsi: Add max_bytes_per_req to scsi_platdataFaiz Abbas
2019-10-23scsi: Simplify scsi_read()/_write()Faiz Abbas