summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | x86: Move UCLASS_IRQ into a separate fileSimon Glass2019-12-153-0/+63
| * | sandbox: Add PCI driver and test for p2sbSimon Glass2019-12-154-0/+373
| * | pci: Add support for p2sb uclassSimon Glass2019-12-153-0/+250
* | | misc: i2c_eeprom: add size queryRobert Beckett2019-12-171-19/+126
* | | misc: i2c_eeprom: add fixed partitions supportRobert Beckett2019-12-171-0/+98
* | | dm: i2c: EEPROM simulator add tests for addr offset maskRobert Beckett2019-12-171-5/+14
* | | dm: i2c: EEPROM simulator allow tests visibility of addr and offsetRobert Beckett2019-12-171-14/+47
|/ /
* / cros_ec: use uint instead of uint8_t for cmd paramMichael Auchter2019-12-101-1/+1
|/
* common: Move old EEPROM functions into a new headerSimon Glass2019-12-021-0/+1
* common: Move get_ticks() function out of common.hSimon Glass2019-12-021-0/+1
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-021-0/+1
* status_led: Tidy up the code styleSimon Glass2019-12-021-4/+4
* common: Drop global inclusion of status_led.hSimon Glass2019-12-021-0/+1
* misc: add driver for the Rockchip otp controllerFinley Xiao2019-11-173-0/+186
* Merge tag 'u-boot-imx-20191105' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-11-121-39/+7
|\
| * misc: imx8: scu: simplify code to make it extendablePeng Fan2019-11-051-39/+7
* | misc: k3_avs: Add j721e supportKeerthy2019-11-071-0/+22