summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-03power: mfd: k3_avs: update am65xx MPU_VDD voltage valuesTero Kristo1-6/+6
2020-03-03misc: pmic_esm: Add support for PMIC ESM driverTero Kristo3-0/+77
2020-03-03misc: k3_esm: Add support for Texas Instruments K3 ESM driverTero Kristo3-0/+93
2020-02-26misc: k3_avs: Fix possible NULL pointer deferenceVignesh Raghavendra1-0/+4
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini10-10/+20
2020-02-10Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2-2/+172
2020-02-09misc: i2c_eeprom: set offset len and chip addr offset maskRobert Beckett1-0/+35
2020-02-07dm: irq: Add support for requesting interruptsSimon Glass2-0/+157
2020-02-07dm: irq: Add support for interrupt controller typesSimon Glass2-2/+15
2020-02-06sandbox: Complete migration away from os_malloc()Simon Glass1-4/+4
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass6-0/+6
2020-02-06dm: core: Require users of devres to include the headerSimon Glass2-0/+2
2020-02-06dm: pci: Update the PCI read_config() method to const dev *Simon Glass2-6/+8
2020-01-18common: Move hang() to the same header as panic()Simon Glass1-0/+1
2020-01-17common: Drop floppy disk supportSimon Glass2-101/+0
2020-01-08Merge tag 'u-boot-imx-20200108' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-0/+13
2020-01-08mxc_ocotp: support i.MX8MPPeng Fan1-0/+13
2019-12-18Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 in...Tom Rini8-0/+742
2019-12-17misc: i2c_eeprom: add size queryRobert Beckett1-19/+126