aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini52-223/+1195
2021-01-04cosmetic: fix typo in drivers/usb/KconfigMarc Ferland1-1/+1
2021-01-04nvme: Use only 32-bit accesses in nvme_writeq/nvme_readqStefan Agner1-8/+0
2020-12-31dfu_mtd: Add provision to unlock mtd deviceSughosh Ganu1-3/+17
2020-12-28Merge tag 'u-boot-imx-20201227' of https://gitlab.denx.de/u-boot/custodians/u...WIP/28Dec2020Tom Rini1-1/+1
2020-12-28Revert "arm64: a37xx: pci: Assert PERST# signal when unloading driver"Pali Rohár1-3/+0
2020-12-26i2c: mxc_i2c: improve error message readabilityMarc Ferland1-1/+1
2020-12-22dm: core: Inline a few ofnode functions in SPLSimon Glass2-0/+18
2020-12-22dm: spi: Fix spi_free_slave() freed memory writeNiel Fourie1-1/+0
2020-12-22spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logicOvidiu Panait2-6/+12
2020-12-22test: spi: Add sandbox_spi_get_{speed, mode} interfaceOvidiu Panait1-0/+14
2020-12-22spi: sandbox_spi: Implement speed/mode setupOvidiu Panait1-0/+26
2020-12-22sandbox: test: Add a second SPI slave on sandbox_spi busOvidiu Panait1-2/+2
2020-12-22sandbox: spi: Drop unused sandbox_spi_parse_spec functionOvidiu Panait1-16/+0
2020-12-18dm: core: Drop seq and req_seqSimon Glass2-16/+2
2020-12-18cmd: Drop use of old sequence numbers in commandsSimon Glass1-2/+2
2020-12-18dm: core: Update uclass_find_next_free_req_seq() for new schemeSimon Glass3-13/+16
2020-12-18dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass4-30/+16
2020-12-18dm: Drop uclass_resolve_seq()Simon Glass2-47/+0
2020-12-18dm: Switch over to use new sequence number for dev_seq()Simon Glass1-4/+2
2020-12-18pinctrl: Update for new sequence numbersSimon Glass1-1/+1
2020-12-18gpio: Update for new sequence numbersSimon Glass5-5/+5
2020-12-18usb: Update for new sequence numbersSimon Glass1-4/+2
2020-12-18usb: ehci-mx6: Drop assignment of sequence numberSimon Glass1-3/+9
2020-12-18spi: Update for new sequence numbersSimon Glass2-2/+1
2020-12-18pci: Update to use new sequence numbersSimon Glass2-23/+32
2020-12-18dm: core: Allow manual sequence numberingSimon Glass1-1/+1
2020-12-18net: Update to use new sequence numbersSimon Glass1-1/+1
2020-12-18i2c: Update for new sequence numbersSimon Glass6-80/+8
2020-12-18octeon: Don't attempt to set the sequence numberSimon Glass3-4/+0
2020-12-18dm: Fix return value in dev_read_alias_seq()Simon Glass1-1/+3
2020-12-18dm: core: Switch binding to use new sequence numbersSimon Glass1-4/+1
2020-12-18dm: core: Add a new sequence number for devicesSimon Glass2-9/+21
2020-12-18dm: core: Update uclass_find_next_free_req_seq() argsSimon Glass3-10/+10
2020-12-18dm: Avoid accessing seq directlySimon Glass79-153/+160
2020-12-18Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spiWIP/18Dec2020Tom Rini8-136/+944
2020-12-18mtd: spi-nor-ids: add Micron MT25QL01G flashHongwei Zhang1-0/+1
2020-12-18spi: ca_sflash: Add CAxxxx SPI Flash ControllerPengpeng Chen3-0/+585
2020-12-18spi: dw: Add mem_opsSean Anderson1-7/+111
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