aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
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-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-10test: dm: Add a test for PCI Enhanced AllocationAlex Marginean1-1/+101
2019-06-11imx8: fuse: fix fuse driverMarcel Ziswiler1-2/+0
2019-05-21spl: 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
2019-04-22misc: fs_loader: Replace label with DT phandleTien Fong Chee1-21/+15
2019-04-22misc: fs_loader: Add support for initializing block deviceTien Fong Chee1-0/+23
2019-04-13configs: move CONFIG_MXC_OCOTP to KconfigMarcel Ziswiler1-0/+2
2019-04-12Merge tag 'u-boot-stm32-20190412' of https://github.com/patrickdelaunay/u-bootTom Rini1-0/+28
2019-04-12stpmic1: add NVM update support in fuse commandPatrick Delaunay1-0/+28
2019-04-11misc: i2c_eeprom: add eeprom write supportBaruch Siach1-1/+19
2019-04-11misc: i2c_eeprom: support DT pagesize propertyBaruch Siach1-0/+6
2019-02-14xilinx: common: Remove !DM_i2C code for reading mac from eepromMichal Simek1-0/+1
2019-02-09misc: Allow child devicesSimon Glass1-0/+3
2019-01-30Merge tag 'u-boot-imx-20190129' of git://git.denx.de/u-boot-imxTom Rini1-0/+4
2019-01-28imx8: scu: use dedicated MU for SPLPeng Fan1-0/+4
2019-01-26misc: i2c_eeprom: Add atmel,24c08 to the listMichal Simek1-0/+1
2019-01-18Merge tag 'fsl-qoriq-for-v2019.04-rc1' of git://git.denx.de/u-boot-fsl-qoriqTom Rini1-0/+173
2019-01-17drivers: ifc: restore the legacy flow for IFC configRajesh Bhagat1-0/+173
2019-01-15misc: fs_loader: Switching private data allocation to DM auto allocationTien Fong Chee1-63/+45
2019-01-09misc: imx8: scu: use platdata instead of priv dataPeng Fan1-13/+13