aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2021-04-20misc: make CONFIG_IRQ selectable for all platformsWasim Khan1-3/+2
2021-04-12qemu: add MMIO driver for QFWAsherah Connor3-0/+127
2021-04-12test: qemu: add qfw sandbox driver, dm tests, qemu testsAsherah Connor2-0/+128
2021-04-12x86: qemu: move QFW to its own uclassAsherah Connor4-162/+166
2021-04-10pwm: Add a driver for Chrome OS EC PWMAlper Nebi Yasak1-0/+17
2021-04-08misc: ocotp: Update OCOTP driver for iMX8MQ B2Ye Li1-1/+1
2021-03-27sandbox: cros_ec: Only write EC state when the EC is probedSimon Glass1-0/+4
2021-03-27x86: Make coreboot sysinfo available to any x86 boardSimon Glass1-1/+1
2021-03-27x86: p2sb: Drop LOG_DEBUGSimon Glass1-1/+0
2021-03-26dm: Rename device_get_by_driver_info_idx()Simon Glass1-1/+1
2021-03-22dtoc: Generate device instancesSimon Glass1-0/+4
2021-03-22dtoc: Generate uclass devicesSimon Glass1-0/+1
2021-03-22dtoc: Assign a sequence number to each nodeSimon Glass1-2/+4
2021-02-21dm: i2c: allow disabling driver model in SPLIgor Opaniuk1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass7-0/+7
2021-01-30cros_ec: Add vstore supportSimon Glass2-2/+121
2021-01-30cros_ec: Allow use with of-platdataSimon Glass1-0/+2
2021-01-30cros_ec: Show events in human-readable formSimon Glass1-1/+11
2021-01-30cros_ec: Add support for switchesSimon Glass3-0/+33
2021-01-30cros_ec: Support reading EC featuresSimon Glass2-6/+31
2021-01-30cros_ec: Add support for reading the SKU IDSimon Glass2-0/+20
2021-01-30cros_ec: Add run-time check for input buffer overflowSimon Glass1-0/+2
2021-01-30cros_ec: Tidy up a few delaysSimon Glass1-7/+17
2021-01-30cros_ec: Add a function for the hello messageSimon Glass2-15/+43
2021-01-13misc: rcc: keep the rcc device name for subnodePatrick Delaunay1-2/+2
2021-01-13misc: rcc: migrate trace to dev macroPatrick Delaunay1-2/+4
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini13-33/+256
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini2-11/+9
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass3-10/+10
2021-01-05dm: core: Access device ofnode through functionsSimon Glass1-1/+1
2021-01-05sandbox: Add a compatible string for spltestSimon Glass1-0/+6
2021-01-05test: Move some test drivers into their own fileSimon Glass3-0/+232
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass4-7/+7
2021-01-05x86: apl: Drop support for !OF_PLATDATA_PARENTSimon Glass1-15/+0
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass10-45/+45
2020-12-13dm: treewide: Update 'auto' declarations to be on one lineSimon Glass1-2/+1
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass9-20/+20
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass9-23/+23
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass13-25/+25
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass26-32/+32
2020-12-13dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass1-2/+2
2020-12-09treewide: Update email address Patrick Delaunay and Patrice ChotardPatrice Chotard1-1/+1
2020-11-30sandbox: cros_ec: Basic support for EC_CMD_GET_NEXT_EVENTAlper Nebi Yasak1-10/+8
2020-11-14cros_ec: Handling EC_CMD_GET_NEXT_EVENTHeinrich Schuchardt1-0/+10
2020-11-14cros_ec: Increase command timeout for flash eraseSimon Glass1-1/+4
2020-11-14cros_ec: Correct collection of EC hashSimon Glass1-6/+10
2020-11-06Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dmTom Rini1-0/+15
2020-11-05cros_ec: Support keyboard scanning with EC_CMD_GET_NEXT_EVENTAlper Nebi Yasak1-0/+15
2020-11-05cros_ec: Fix up driver names to avoid dtoc warningsSimon Glass3-6/+6
2020-10-30Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini3-49/+15