summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
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-11cros_ec: use uint instead of uint8_t for cmd paramMichael Auchter1-1/+1
2019-12-03common: Move old EEPROM functions into a new headerSimon Glass1-0/+1
2019-12-03common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2019-12-03status_led: Tidy up the code styleSimon Glass1-4/+4
2019-12-03common: 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-08misc: k3_avs: Add j721e supportKeerthy1-0/+22
2019-11-08misc: 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
2019-08-27misc: i2c_eeprom: verify that the chip is functional at probe()Baruch Siach1-0/+8
2019-08-26Kconfig: Varios: Fix more SPL, TPL dependenciesAdam Ford1-0/+2
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-07-19misc: imx8: add sc_misc_get_tempPeng Fan1-0/+28
2019-07-14Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians...Tom Rini1-0/+1
2019-07-12misc: stm32_fuse: Fix warnings when compiling with W=1Patrick Delaunay1-0/+1
2019-07-11test: dm: Add a test for PCI Enhanced AllocationAlex Marginean1-1/+101
2019-06-11imx8: fuse: fix fuse driverMarcel Ziswiler1-2/+0
2019-05-22spl: misc: Allow misc drivers in SPL and TPLSimon Glass2-3/+77
2019-05-21gdsys_rxaui_ctrl: Use new regmap interfaceMario Six1-1/+1
2019-05-21gdsys_rxaui_ctrl: Return old stateMario Six1-1/+6
2019-05-08cros_ec: Use a hyphen in the uclass nameSimon Glass1-1/+1
2019-04-25mxc_ocotp: Disable fuse sense for imx8mq B1Ye Li1-0/+5
2019-04-25mxc_ocotp: Update redundancy banks for mx7ulp B0Ye Li1-7/+11
2019-04-25misc: imx8: scu: add i.MX8QM supportPeng Fan1-3/+13
2019-04-25imx8: fuse: add fuse driverPeng Fan2-0/+87