aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass250-1151/+1145
2020-12-13dm: treewide: Update 'auto' declarations to be on one lineSimon Glass9-18/+9
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass335-708/+709
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass308-947/+947
2020-12-13dm: Rename 'platdata_size' to 'plat_size'Simon Glass1-8/+7
2020-12-13dm: 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-01gpio: Convert to use APIs which support live DTPatrick Delaunay1-3/+2
2020-11-29Merge tag 'mmc-2020-11-29' of https://gitlab.denx.de/u-boot/custodians/u-boot...WIP/29Nov2020Tom Rini2-94/+91
2020-11-28i2c: ocores: add i2c driver for OpenCores I2C controllerPragnesh Patel3-0/+645
2020-11-28i2c: designware_i2c: Don't warn if no reset controllerSimon Glass1-3/+5
2020-11-28i2c: mvtwsi: disable i2c slave also on Armada 8kBaruch Siach1-1/+2
2020-11-28mmc: check a return value about regulator's always-onJaehoon Chung1-2/+2
2020-11-28mmc: display an error number to debugJaehoon Chung1-5/+5
2020-11-28mmc: fsl_esdhc: make sure delay chain locked for HS400Yangbo Lu1-3/+25
2020-11-28mmc: fsl_esdhc: set sysctl register for clock initializationYangbo Lu1-1/+1
2020-11-28mmc: Add some helper functions for retrying on errorSean Anderson1-83/+58
2020-11-25phy: stm32: usbphyc: manage optional vbus regulator on phy_power_on/offPatrick Delaunay1-10/+23
2020-11-25pinctrl: stmfx: update pin namePatrick Delaunay1-4/+4
2020-11-25pinctrl: stmfx: update pincontrol and gpio device namePatrick Delaunay1-1/+4
2020-11-25gpio: stm32: correct the bias managementPatrick Delaunay1-14/+14