summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-12-18Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini
2020-12-18mtd: spi-nor-ids: add Micron MT25QL01G flashHongwei Zhang
2020-12-18spi: ca_sflash: Add CAxxxx SPI Flash ControllerPengpeng Chen
2020-12-18spi: dw: Add mem_opsSean Anderson
2020-12-18spi: dw: Add support for multiple CTRLR0 layoutsSean Anderson
2020-12-18spi: dw: Rearrange struct dw_spi_privSean Anderson
2020-12-18spi: dw: Remove spi_enable_chipSean Anderson
2020-12-18spi: dw: Rename registers to match datasheetSean Anderson
2020-12-18spi: dw: Use generic function to read reg addressSean Anderson
2020-12-18spi: dw: Rename "cs-gpio" to "cs-gpios"Sean Anderson
2020-12-18spi: dw: Convert calls to debug to dev_*Sean Anderson
2020-12-18spi: dw: Fix driving MOSI low while recievingSean Anderson
2020-12-18mtd: spinand: enable erasing of bad mtd blocksMikhail Kshevetskiy
2020-12-18mtd: spinand: Do not erase the block before writing a bad block markerFrieder Schrempf
2020-12-18mtd: spinand: Explicitly use MTD_OPS_RAW to write the bad block marker to OOBFrieder Schrempf
2020-12-18mtd: spinand: Stop using spinand->oobbuf for buffering bad block markersFrieder Schrempf
2020-12-18mtd: spi-nor-ids: Add SECT_4K to mx25l12805dRobert Marko
2020-12-18mtd: spi-nor-ids: Add Winbond W25M512JW flash entryBiju Das
2020-12-18mtd: spi-nor-ids: Add Winbond W25M512JV flash entryLad Prabhakar
2020-12-18spi: migrate trace to dev and log macro in spi uclassPatrick Delaunay
2020-12-16Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2020-12-16eth/r8152: fix the aggregation issueHayes Wang
2020-12-16eth/r8152: free previous memory if r8152_eth_probe failHayes Wang
2020-12-16usb: xhci: fix lack of short packet event trb handlingRan Wang
2020-12-16x86: edison: Use dwc3-generic driver for Intel EdisonAndy Shevchenko
2020-12-14pinctrl: meson: fix bit manipulation of pin bias configurationNeil Armstrong
2020-12-14usb: dwc3-meson-g12a: always configure dr-modeMarek Szyprowski
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Update 'auto' declarations to be on one lineSimon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: Rename 'platdata_size' to 'plat_size'Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-12-13dm: core: Drop unused parameter from dm_extended_scan_fdt()Simon Glass
2020-12-13dm: core: Drop unused parameter from dm_scan_fdt()Simon Glass
2020-12-13dm: core: Combine the flattree and livetree binding codeSimon Glass
2020-12-13dm: core: Add an ofnode function to get the devicetree rootSimon Glass
2020-12-13dm: core: Drop device_bind_offset()Simon Glass
2020-12-13dm: Drop uses of dev_set_of_offset()Simon Glass
2020-12-13dm: Remove uses of device_bind_offset()Simon Glass
2020-12-13dm: core: Add a livetree function to check node statusSimon Glass
2020-12-13dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass
2020-12-13dm: core: Rename device_bind() to device_bind_offset()Simon Glass
2020-12-13sandbox: serial: Update to use membuffSimon Glass
2020-12-13sandbox: serial: Convert to livetreeSimon Glass
2020-12-13serial: sandbox: Drop unnecessary #ifdefsSimon Glass
2020-12-11Merge tag 'u-boot-atmel-fixes-2021.01-b' of https://gitlab.denx.de/u-boot/cus...Tom Rini
2020-12-10net: pfe_eth: read PFE ESBC header flash with spi_flash_read APIBiwen Li
2020-12-10pci: layerscape: fix a dead loop issueHou Zhiqiang