summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | sandbox: i2c: Move priv into a header fileSimon Glass2021-01-051-4/+1
| * | sandbox: serial: Move priv into a header fileSimon Glass2021-01-051-15/+1
| * | x86: pinctrl: Drop unlikely error messages from TPLSimon Glass2021-01-051-3/+8
| * | x86: apl: Reduce size for TPLSimon Glass2021-01-054-4/+12
| * | test: Move some test drivers into their own fileSimon Glass2021-01-053-0/+232
| * | sysreset: Use a shorter error with SPLSimon Glass2021-01-051-4/+8
| * | pinctrl: Drop post_bind() method when not neededSimon Glass2021-01-051-1/+3
| * | dm: core: Rename the priv/plat membersSimon Glass2021-01-052-14/+14
| * | dm: core: Use access methods for dev/uclass private dataSimon Glass2021-01-053-37/+45
| * | dm: Use access methods for dev/uclass private dataSimon Glass2021-01-05103-244/+331
| * | dm: core: Add functions to set priv/platSimon Glass2021-01-051-0/+30
| * | dm: core: Add function to access uclass privSimon Glass2021-01-051-0/+10
| * | x86: apl: Drop support for !OF_PLATDATA_PARENTSimon Glass2021-01-052-17/+0
| * | dm: core: Only include simple-bus devicetree id when neededSimon Glass2021-01-051-1/+3
| * | dm: core: Use 'uclass_driver' for the uclass linker_listSimon Glass2021-01-052-4/+4
| * | dm: core: Support dm_dump_all() in SPLSimon Glass2021-01-051-2/+4
| * | serial: Rename ns16550 functions to lower caseSimon Glass2021-01-052-19/+19
| * | serial: Update NS16550_t and struct NS16550Simon Glass2021-01-056-36/+36
* | | Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-0552-223/+1195
|\ \ \ | |/ / |/| |
| * | cosmetic: fix typo in drivers/usb/KconfigMarc Ferland2021-01-041-1/+1
| * | nvme: Use only 32-bit accesses in nvme_writeq/nvme_readqStefan Agner2021-01-041-8/+0
| |/
| * Merge tag 'u-boot-imx-20201227' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-12-281-1/+1
| |\
| | * i2c: mxc_i2c: improve error message readabilityMarc Ferland2020-12-261-1/+1
| * | Revert "arm64: a37xx: pci: Assert PERST# signal when unloading driver"Pali Rohár2020-12-281-3/+0
| |/
| * Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini2020-12-188-136/+944
| |\
| | * mtd: spi-nor-ids: add Micron MT25QL01G flashHongwei Zhang2020-12-181-0/+1
| | * spi: ca_sflash: Add CAxxxx SPI Flash ControllerPengpeng Chen2020-12-183-0/+585
| | * spi: dw: Add mem_opsSean Anderson2020-12-181-7/+111
| | * spi: dw: Add support for multiple CTRLR0 layoutsSean Anderson2020-12-181-35/+149
| | * spi: dw: Rearrange struct dw_spi_privSean Anderson2020-12-181-14/+13
| | * spi: dw: Remove spi_enable_chipSean Anderson2020-12-181-11/+6
| | * spi: dw: Rename registers to match datasheetSean Anderson2020-12-181-9/+9
| | * spi: dw: Use generic function to read reg addressSean Anderson2020-12-181-0/+2
| | * spi: dw: Rename "cs-gpio" to "cs-gpios"Sean Anderson2020-12-181-1/+2
| | * spi: dw: Convert calls to debug to dev_*Sean Anderson2020-12-181-19/+19
| | * spi: dw: Fix driving MOSI low while recievingSean Anderson2020-12-181-1/+1
| | * mtd: spinand: enable erasing of bad mtd blocksMikhail Kshevetskiy2020-12-181-1/+9
| | * mtd: spinand: Do not erase the block before writing a bad block markerFrieder Schrempf2020-12-181-9/+0
| | * mtd: spinand: Explicitly use MTD_OPS_RAW to write the bad block marker to OOBFrieder Schrempf2020-12-181-0/+1
| | * mtd: spinand: Stop using spinand->oobbuf for buffering bad block markersFrieder Schrempf2020-12-181-7/+7
| | * mtd: spi-nor-ids: Add SECT_4K to mx25l12805dRobert Marko2020-12-181-1/+1
| | * mtd: spi-nor-ids: Add Winbond W25M512JW flash entryBiju Das2020-12-181-0/+1
| | * mtd: spi-nor-ids: Add Winbond W25M512JV flash entryLad Prabhakar2020-12-181-0/+1
| | * spi: migrate trace to dev and log macro in spi uclassPatrick Delaunay2020-12-181-23/+28
| * | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2020-12-163-7/+42
| |\ \ | | |/ | |/|
| | * eth/r8152: fix the aggregation issueHayes Wang2020-12-162-2/+20
| | * eth/r8152: free previous memory if r8152_eth_probe failHayes Wang2020-12-161-2/+7
| | * usb: xhci: fix lack of short packet event trb handlingRan Wang2020-12-161-3/+15
| * | x86: edison: Use dwc3-generic driver for Intel EdisonAndy Shevchenko2020-12-161-0/+1
| |/
| * pinctrl: meson: fix bit manipulation of pin bias configurationNeil Armstrong2020-12-141-2/+2