summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* misc: make CONFIG_IRQ selectable for all platformsWasim Khan2021-04-201-3/+2
* qemu: add MMIO driver for QFWAsherah Connor2021-04-123-0/+127
* test: qemu: add qfw sandbox driver, dm tests, qemu testsAsherah Connor2021-04-122-0/+128
* x86: qemu: move QFW to its own uclassAsherah Connor2021-04-124-162/+166
* pwm: Add a driver for Chrome OS EC PWMAlper Nebi Yasak2021-04-101-0/+17
* misc: ocotp: Update OCOTP driver for iMX8MQ B2Ye Li2021-04-081-1/+1
* sandbox: cros_ec: Only write EC state when the EC is probedSimon Glass2021-03-271-0/+4
* x86: Make coreboot sysinfo available to any x86 boardSimon Glass2021-03-271-1/+1
* x86: p2sb: Drop LOG_DEBUGSimon Glass2021-03-271-1/+0
* dm: Rename device_get_by_driver_info_idx()Simon Glass2021-03-261-1/+1
* dtoc: Generate device instancesSimon Glass2021-03-221-0/+4
* dtoc: Generate uclass devicesSimon Glass2021-03-221-0/+1
* dtoc: Assign a sequence number to each nodeSimon Glass2021-03-221-2/+4
* dm: i2c: allow disabling driver model in SPLIgor Opaniuk2021-02-211-1/+1
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-027-0/+7
* cros_ec: Add vstore supportSimon Glass2021-01-302-2/+121
* cros_ec: Allow use with of-platdataSimon Glass2021-01-301-0/+2
* cros_ec: Show events in human-readable formSimon Glass2021-01-301-1/+11
* cros_ec: Add support for switchesSimon Glass2021-01-303-0/+33
* cros_ec: Support reading EC featuresSimon Glass2021-01-302-6/+31
* cros_ec: Add support for reading the SKU IDSimon Glass2021-01-302-0/+20
* cros_ec: Add run-time check for input buffer overflowSimon Glass2021-01-301-0/+2
* cros_ec: Tidy up a few delaysSimon Glass2021-01-301-7/+17
* cros_ec: Add a function for the hello messageSimon Glass2021-01-302-15/+43
* misc: rcc: keep the rcc device name for subnodePatrick Delaunay2021-01-131-2/+2
* misc: rcc: migrate trace to dev macroPatrick Delaunay2021-01-131-2/+4
* Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini2021-01-0513-33/+256
|\
| * dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass2021-01-053-10/+10
| * dm: core: Access device ofnode through functionsSimon Glass2021-01-051-1/+1
| * sandbox: Add a compatible string for spltestSimon Glass2021-01-051-0/+6
| * test: Move some test drivers into their own fileSimon Glass2021-01-053-0/+232
| * dm: Use access methods for dev/uclass private dataSimon Glass2021-01-054-7/+7
| * x86: apl: Drop support for !OF_PLATDATA_PARENTSimon Glass2021-01-051-15/+0
* | Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-052-11/+9
|\ \ | |/ |/|
| * treewide: Update email address Patrick Delaunay and Patrice ChotardPatrice Chotard2020-12-091-1/+1
| * sandbox: cros_ec: Basic support for EC_CMD_GET_NEXT_EVENTAlper Nebi Yasak2020-11-301-10/+8
* | dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-1310-45/+45
* | dm: treewide: Update 'auto' declarations to be on one lineSimon Glass2020-12-131-2/+1
* | dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-139-20/+20
* | dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-139-23/+23
* | dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-1313-25/+25
* | dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-1326-32/+32
* | dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass2020-12-131-2/+2
|/
* cros_ec: Handling EC_CMD_GET_NEXT_EVENTHeinrich Schuchardt2020-11-141-0/+10
* cros_ec: Increase command timeout for flash eraseSimon Glass2020-11-141-1/+4
* cros_ec: Correct collection of EC hashSimon Glass2020-11-141-6/+10
* Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dmTom Rini2020-11-061-0/+15
|\
| * cros_ec: Support keyboard scanning with EC_CMD_GET_NEXT_EVENTAlper Nebi Yasak2020-11-051-0/+15
* | cros_ec: Fix up driver names to avoid dtoc warningsSimon Glass2020-11-053-6/+6
|/
* Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-10-303-49/+15
|\