summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass10-45/+45
2020-12-14dm: treewide: Update 'auto' declarations to be on one lineSimon Glass1-2/+1
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass9-20/+20
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass9-23/+23
2020-12-14dm: 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-11-15cros_ec: Handling EC_CMD_GET_NEXT_EVENTHeinrich Schuchardt1-0/+10
2020-11-15cros_ec: Increase command timeout for flash eraseSimon Glass1-1/+4
2020-11-15cros_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
2020-07-16misc: scu_api: Add SCFW API to get the index of boot container setYe Li1-0/+25
2020-07-14imx8: fuse: use arm_smccc_smcPeng Fan1-7/+12
2020-07-10dtoc: extend dtoc to use struct driver_info when linking nodesWalter Lozano1-6/+4
2020-07-10drivers: rename drivers to match compatible stringWalter Lozano1-2/+2
2020-06-04misc: add driver for the SiFive otp controllerPragnesh Patel3-0/+283
2020-05-28misc: i2c_eeprom: implement different probe test eeprom offsetEugen Hristev1-1/+7
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass10-0/+10
2020-05-19common: Drop linux/delay.h from common headerSimon Glass10-0/+10
2020-05-19common: Drop log.h from common headerSimon Glass23-0/+23
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass3-6/+6
2020-05-19common: Drop part.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop flash.h from common headerSimon Glass1-0/+1
2020-05-15rename symbol: CONFIG_STM32 -> CONFIG_ARCH_STM32Trevor Woerner1-1/+1
2020-05-10misc: scu: Increase the timeout for MU communicationYe Li1-1/+1
2020-05-10misc: fuse: Update imx8 fuse driver for 8QMYe Li1-0/+5
2020-05-01imx8: Configure SNVSFranck LENORMAND1-4/+68
2020-05-01imx8: Update SCFW API to version 1.5Ye Li1-0/+50
2020-05-01imx8: scu api: Add support for SECO manufacturing protection APIsBreno Lima1-0/+80
2020-04-16sandbox: p2sb: Silence compiler warningSimon Glass1-1/+1
2020-03-17Merge tag 'ti-v2020.07-next' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini5-6/+176
2020-03-16misc: i2c_eeprom: store pagesize instead of pagewidth in i2c_eeprom_drv_dataMasahiro Yamada1-16/+16
2020-03-16misc: i2c_eeprom: remove pagewidth field from i2c_eepromMasahiro Yamada1-5/+3