aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
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-05sandbox: Complete migration away from os_malloc()Simon Glass1-4/+4
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass6-0/+6
2020-02-05dm: core: Require users of devres to include the headerSimon Glass2-0/+2
2020-02-05dm: pci: Update the PCI read_config() method to const dev *Simon Glass2-6/+8
2020-01-17common: 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
2019-12-17misc: i2c_eeprom: add fixed partitions supportRobert Beckett1-0/+98
2019-12-17dm: i2c: EEPROM simulator add tests for addr offset maskRobert Beckett1-5/+14
2019-12-17dm: i2c: EEPROM simulator allow tests visibility of addr and offsetRobert Beckett1-14/+47
2019-12-15sandbox: Add a test for IRQSimon Glass2-0/+56
2019-12-15x86: Move UCLASS_IRQ into a separate fileSimon Glass3-0/+63
2019-12-15sandbox: Add PCI driver and test for p2sbSimon Glass4-0/+373
2019-12-15pci: Add support for p2sb uclassSimon Glass3-0/+250
2019-12-10cros_ec: use uint instead of uint8_t for cmd paramMichael Auchter1-1/+1
2019-12-02common: Move old EEPROM functions into a new headerSimon Glass1-0/+1
2019-12-02common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2019-12-02status_led: Tidy up the code styleSimon Glass1-4/+4
2019-12-02common: Drop global inclusion of status_led.hSimon Glass1-0/+1
2019-11-17misc: add driver for the Rockchip otp controllerFinley Xiao3-0/+186
2019-11-12Merge tag 'u-boot-imx-20191105' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-39/+7
2019-11-07misc: k3_avs: Add j721e supportKeerthy1-0/+22
2019-11-07misc: k3_avs: add driver for K3 Adaptive Voltage Scaling Class 0Tero Kristo3-0/+376
2019-11-05misc: imx8: scu: simplify code to make it extendablePeng Fan1-39/+7
2019-11-03mach-imx: Adding new argument for SIP call interfaceYe Li1-1/+1
2019-10-24misc: microchip_flexcom: introduce microchip_flexcom driverEugen Hristev3-0/+74
2019-10-09Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2-1/+554
2019-10-08misc: imx8: add more scfw apiPeng Fan1-8/+512
2019-10-08imx: scu_api: add sc_pm_is_partition_startedPeng Fan1-0/+27
2019-10-08imx: scu_api: add sc_rm_set_master_sidPeng Fan1-0/+22
2019-10-08misc: Kconfig: make i.MX7ULP could use MXC_OCOTPPeng Fan1-1/+1
2019-10-08sandbox: pci: Create a new sandbox_pci_read_bar() functionSimon Glass2-16/+4
2019-10-08sandbox: pci: Move pci_offset_to_barnum() to pci.hSimon Glass1-5/+2
2019-10-08sandbox: pci: Drop the get_devfn() methodSimon Glass1-8/+0
2019-10-08sandbox: swap_case: Use statics where possibleSimon Glass1-5/+5
2019-10-08sandbox: Rename PCI ID for swap_case to be more specificSimon Glass1-2/+3
2019-08-27Merge branch 'u-boot-stm32_20190827' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2-21/+58
2019-08-27misc: change RCC form MISC to NOP uclassPatrick Delaunay1-4/+1
2019-08-27pmu: stpmic1: change specific NVM api to MISCPatrick Delaunay1-4/+40
2019-08-27bsec: update after MISC u-class updatePatrick Delaunay1-13/+17