summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-12-18spi: dw: Add support for multiple CTRLR0 layoutsSean Anderson1-35/+149
2020-12-18spi: dw: Rearrange struct dw_spi_privSean Anderson1-14/+13
2020-12-18spi: dw: Remove spi_enable_chipSean Anderson1-11/+6
2020-12-18spi: dw: Rename registers to match datasheetSean Anderson1-9/+9
2020-12-18spi: dw: Use generic function to read reg addressSean Anderson1-0/+2
2020-12-18spi: dw: Rename "cs-gpio" to "cs-gpios"Sean Anderson1-1/+2
2020-12-18spi: dw: Convert calls to debug to dev_*Sean Anderson1-19/+19
2020-12-18spi: dw: Fix driving MOSI low while recievingSean Anderson1-1/+1
2020-12-18mtd: spinand: enable erasing of bad mtd blocksMikhail Kshevetskiy1-1/+9
2020-12-18mtd: spinand: Do not erase the block before writing a bad block markerFrieder Schrempf1-9/+0
2020-12-18mtd: spinand: Explicitly use MTD_OPS_RAW to write the bad block marker to OOBFrieder Schrempf1-0/+1
2020-12-18mtd: spinand: Stop using spinand->oobbuf for buffering bad block markersFrieder Schrempf1-7/+7
2020-12-18mtd: spi-nor-ids: Add SECT_4K to mx25l12805dRobert Marko1-1/+1
2020-12-18mtd: spi-nor-ids: Add Winbond W25M512JW flash entryBiju Das1-0/+1
2020-12-18mtd: spi-nor-ids: Add Winbond W25M512JV flash entryLad Prabhakar1-0/+1
2020-12-18spi: migrate trace to dev and log macro in spi uclassPatrick Delaunay1-23/+28
2020-12-17Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini3-7/+42
2020-12-16eth/r8152: fix the aggregation issueHayes Wang2-2/+20
2020-12-16eth/r8152: free previous memory if r8152_eth_probe failHayes Wang1-2/+7
2020-12-16usb: xhci: fix lack of short packet event trb handlingRan Wang1-3/+15
2020-12-16x86: edison: Use dwc3-generic driver for Intel EdisonAndy Shevchenko1-0/+1
2020-12-14pinctrl: meson: fix bit manipulation of pin bias configurationNeil Armstrong1-2/+2
2020-12-14usb: dwc3-meson-g12a: always configure dr-modeMarek Szyprowski1-3/+0
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass250-1151/+1145
2020-12-14dm: treewide: Update 'auto' declarations to be on one lineSimon Glass9-18/+9
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass335-708/+709
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass308-947/+947
2020-12-14dm: Rename 'platdata_size' to 'plat_size'Simon Glass1-8/+7
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass468-1278/+1267
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass910-1255/+1251
2020-12-13dm: core: Drop unused parameter from dm_extended_scan_fdt()Simon Glass1-3/+3
2020-12-13dm: core: Drop unused parameter from dm_scan_fdt()Simon Glass1-5/+4
2020-12-13dm: core: Combine the flattree and livetree binding codeSimon Glass1-58/+16
2020-12-13dm: core: Add an ofnode function to get the devicetree rootSimon Glass1-6/+2
2020-12-13dm: core: Drop device_bind_offset()Simon Glass1-8/+0
2020-12-13dm: Drop uses of dev_set_of_offset()Simon Glass6-13/+6
2020-12-13dm: Remove uses of device_bind_offset()Simon Glass17-45/+42
2020-12-13dm: core: Add a livetree function to check node statusSimon Glass1-0/+10
2020-12-13dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass8-16/+16
2020-12-13dm: core: Rename device_bind() to device_bind_offset()Simon Glass17-31/+33
2020-12-13sandbox: serial: Update to use membuffSimon Glass1-29/+19
2020-12-13sandbox: serial: Convert to livetreeSimon Glass1-3/+1
2020-12-13serial: sandbox: Drop unnecessary #ifdefsSimon Glass1-9/+2
2020-12-11Merge tag 'u-boot-atmel-fixes-2021.01-b' of https://gitlab.denx.de/u-boot/cus...Tom Rini2-5/+3
2020-12-10net: pfe_eth: read PFE ESBC header flash with spi_flash_read APIBiwen Li1-4/+44
2020-12-10pci: layerscape: fix a dead loop issueHou Zhiqiang1-0/+2
2020-12-10armv8: lx2162a: Add Soc changes to support LX2162AMeenakshi Aggarwal6-7/+14
2020-12-10drivers/net/phy: Add CORTINA_NO_FW_UPLOAD to KconfigMeenakshi Aggarwal2-4/+13
2020-12-10pci: ls_pcie_g4: Add size check for config resourceWasim Khan1-0/+8
2020-12-10pci: layerscape: Add size check for config resourceWasim Khan1-1/+7