aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-29dm: Use driver_info index instead of pointerSimon Glass1-1/+1
2020-10-29x86: apl: Take advantage of the of-platdata parent supportSimon Glass1-13/+14
2020-10-29dm: test: Drop of-platdata pytestSimon Glass1-35/+0
2020-10-27xilinx: common: Move ZYNQ_GEM_I2C_MAC_OFFSET to board KconfigMichal Simek1-7/+0
2020-08-20i2c: eeprom: Use reg property instead of offset and sizeMichal Simek1-7/+8
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada3-3/+3
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini3-3/+3
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada3-3/+3
2020-07-17Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini4-17/+57
2020-07-17x86: apl: Fix save/restore of ITSS prioritiesSimon Glass1-1/+1
2020-07-17p2sb: Add a method to hide the busSimon Glass1-0/+10
2020-07-17x86: pinctrl: Add a way to get the pinctrl reg addressSimon Glass1-8/+8
2020-07-17irq: Add a method to convert an interrupt to ACPISimon Glass2-2/+32
2020-07-17drivers: p2sb: replace Primary-to-Sideband Bus with Primary to Sideband BridgeWolfgang Wallner1-6/+6