summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-23misc: fs_loader: Replace label with DT phandleTien Fong Chee1-21/+15
2019-04-23misc: 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-19Merge tag 'fsl-qoriq-for-v2019.04-rc1' of git://git.denx.de/u-boot-fsl-qoriqTom Rini1-0/+173
2019-01-18drivers: 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
2019-01-09misc: imx: scu: avoid write null pointerPeng Fan1-2/+2
2019-01-01Merge tag 'u-boot-imx-20190101' of git://www.denx.de/git/u-boot-imxTom Rini1-3/+3
2019-01-01imx: rename mx8m,MX8M to imx8m,IMX8MPeng Fan1-3/+3
2018-12-19misc: Add JZ47xx efuse driverPaul Burton3-0/+110
2018-12-11Merge tag 'fsl-qoriq-for-v2019.01-rc2' of git://git.denx.de/u-boot-fsl-qoriqTom Rini1-136/+352
2018-12-07drivers: ifc: dynamic chipselect mapping supportPankit Garg1-136/+352
2018-12-05cros_ec: Adjust to use v1 vboot context onlySimon Glass1-4/+6
2018-12-05cros: Correct a printf() string and commentSimon Glass1-2/+2
2018-11-21misc: Update read() and write() methods to return bytes xferedSimon Glass4-4/+16
2018-11-21cros_ec: Add new features for events and powerSimon Glass2-7/+340
2018-11-21cros_ec: Align uclass data to a cache boundarySimon Glass1-0/+1
2018-11-21cros_ec: Fail if we cannot determine the flash burst sizeSimon Glass1-0/+3
2018-11-21cros_ec: Add error logging on a few commandsSimon Glass1-2/+9
2018-11-21cros_ec: Use uint instead of u8 for parametersSimon Glass1-6/+4
2018-11-17misc: fs_loader: Fix compiler warningKeerthy1-1/+1
2018-11-17misc: fs_loader: Use device_get_global_by_ofnode to get to nodeKeerthy1-3/+2
2018-11-14test: dm: pci: Add cases for finding next PCI capability APIsBin Meng1-0/+9
2018-11-14misc: Add IHS FPGA driverMario Six4-0/+926
2018-11-14misc: Add gdsys_soc driverMario Six4-0/+106
2018-11-14misc: Sort Makefile entriesMario Six1-30/+31
2018-11-14dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()Bin Meng1-2/+2