summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini2021-01-05216-677/+1065
|\
| * dtoc: Drop dm_populate_phandle_data()Simon Glass2021-01-051-3/+0
| * dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass2021-01-0515-18/+18
| * dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass2021-01-0527-39/+39
| * dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2021-01-0513-19/+19
| * dm: core: Add logging when lists_bind_fdt() failsSimon Glass2021-01-051-1/+1
| * dm: core: Allow the uclass list to moveSimon Glass2021-01-053-7/+8
| * dm: core: Split out scanning code to dm_scan()Simon Glass2021-01-051-14/+35
| * dm: core: Access device ofnode through functionsSimon Glass2021-01-0543-70/+82
| * dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass2021-01-0512-15/+15
| * dm: core: Rename dev_has_of_node() to dev_has_ofnode()Simon Glass2021-01-054-4/+4
| * dm: core: Access device flags through functionsSimon Glass2021-01-058-33/+33
| * dm: core: Rename sqq to seq_Simon Glass2021-01-054-10/+10
| * dm: core: Split out alloc code into a new functionSimon Glass2021-01-051-37/+52
| * x86: sysreset: Move priv/plat structs to headersSimon Glass2021-01-051-4/+1
| * dm: core: Move priv/plat structs for simple_bus to headersSimon Glass2021-01-051-6/+1
| * spi: Tweak a few strange SPI NOR features for of-platdataSimon Glass2021-01-052-2/+2
| * spi: Tidy up get/set of device nodeSimon Glass2021-01-051-1/+1
| * x86: spl: Move priv/plat structs to headersSimon Glass2021-01-052-11/+11
| * x86: apl: Move priv/plat structs to headersSimon Glass2021-01-051-12/+0
| * sandbox: Add a compatible string for spltestSimon Glass2021-01-051-0/+6
| * 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-spiWIP/18Dec2020Tom 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