summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-253-3/+3
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-243-3/+3
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-203-3/+3
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2020-07-174-17/+57
|\
| * x86: apl: Fix save/restore of ITSS prioritiesSimon Glass2020-07-171-1/+1
| * p2sb: Add a method to hide the busSimon Glass2020-07-171-0/+10
| * x86: pinctrl: Add a way to get the pinctrl reg addressSimon Glass2020-07-171-8/+8
| * irq: Add a method to convert an interrupt to ACPISimon Glass2020-07-172-2/+32
| * drivers: p2sb: replace Primary-to-Sideband Bus with Primary to Sideband BridgeWolfgang Wallner2020-07-171-6/+6
* | misc: scu_api: Add SCFW API to get the index of boot container setYe Li2020-07-161-0/+25
* | imx8: fuse: use arm_smccc_smcPeng Fan2020-07-141-7/+12
|/
* dtoc: extend dtoc to use struct driver_info when linking nodesWalter Lozano2020-07-091-6/+4
* drivers: rename drivers to match compatible stringWalter Lozano2020-07-091-2/+2
* misc: add driver for the SiFive otp controllerPragnesh Patel2020-06-043-0/+283
* misc: i2c_eeprom: implement different probe test eeprom offsetEugen Hristev2020-05-281-1/+7
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-1810-0/+10
* common: Drop linux/delay.h from common headerSimon Glass2020-05-1810-0/+10
* common: Drop log.h from common headerSimon Glass2020-05-1823-0/+23
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-183-6/+6
* common: Drop part.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop flash.h from common headerSimon Glass2020-05-181-0/+1
* rename symbol: CONFIG_STM32 -> CONFIG_ARCH_STM32Trevor Woerner2020-05-151-1/+1
* misc: scu: Increase the timeout for MU communicationYe Li2020-05-101-1/+1
* misc: fuse: Update imx8 fuse driver for 8QMYe Li2020-05-101-0/+5
* imx8: Configure SNVSFranck LENORMAND2020-05-011-4/+68
* imx8: Update SCFW API to version 1.5Ye Li2020-05-011-0/+50
* imx8: scu api: Add support for SECO manufacturing protection APIsBreno Lima2020-05-011-0/+80
* sandbox: p2sb: Silence compiler warningSimon Glass2020-04-161-1/+1
* Merge tag 'ti-v2020.07-next' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini2020-03-175-6/+176
|\
| * power: mfd: k3_avs: update am65xx MPU_VDD voltage valuesTero Kristo2020-03-031-6/+6
| * misc: pmic_esm: Add support for PMIC ESM driverTero Kristo2020-03-033-0/+77
| * misc: k3_esm: Add support for Texas Instruments K3 ESM driverTero Kristo2020-03-033-0/+93
* | misc: i2c_eeprom: store pagesize instead of pagewidth in i2c_eeprom_drv_dataMasahiro Yamada2020-03-161-16/+16
* | misc: i2c_eeprom: remove pagewidth field from i2c_eepromMasahiro Yamada2020-03-161-5/+3
* | misc: k3_avs: Fix possible NULL pointer deferenceVignesh Raghavendra2020-02-261-0/+4
|/
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-1110-10/+20
|\
| * sandbox: Complete migration away from os_malloc()Simon Glass2020-02-051-4/+4
| * dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-056-0/+6
| * dm: core: Require users of devres to include the headerSimon Glass2020-02-052-0/+2
| * dm: pci: Update the PCI read_config() method to const dev *Simon Glass2020-02-052-6/+8
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2020-02-102-2/+172
|\ \
| * | dm: irq: Add support for requesting interruptsSimon Glass2020-02-072-0/+157
| * | dm: irq: Add support for interrupt controller typesSimon Glass2020-02-072-2/+15
| |/
* / misc: i2c_eeprom: set offset len and chip addr offset maskRobert Beckett2020-02-091-0/+35
|/
* common: Move hang() to the same header as panic()Simon Glass2020-01-171-0/+1
* common: Drop floppy disk supportSimon Glass2020-01-172-101/+0
* Merge tag 'u-boot-imx-20200108' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-01-081-0/+13
|\
| * mxc_ocotp: support i.MX8MPPeng Fan2020-01-081-0/+13
* | Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 in...Tom Rini2019-12-188-0/+742
|\ \
| * | sandbox: Add a test for IRQSimon Glass2019-12-152-0/+56