summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* imx8: fuse: fix fuse driverMarcel Ziswiler2019-06-111-2/+0
* spl: misc: Allow misc drivers in SPL and TPLSimon Glass2019-05-212-3/+77
* gdsys_rxaui_ctrl: Use new regmap interfaceMario Six2019-05-211-1/+1
* gdsys_rxaui_ctrl: Return old stateMario Six2019-05-211-1/+6
* cros_ec: Use a hyphen in the uclass nameSimon Glass2019-05-081-1/+1
* mxc_ocotp: Disable fuse sense for imx8mq B1Ye Li2019-04-251-0/+5
* mxc_ocotp: Update redundancy banks for mx7ulp B0Ye Li2019-04-251-7/+11
* misc: imx8: scu: add i.MX8QM supportPeng Fan2019-04-251-3/+13
* imx8: fuse: add fuse driverPeng Fan2019-04-252-0/+87
* misc: fs_loader: Replace label with DT phandleTien Fong Chee2019-04-221-21/+15
* misc: fs_loader: Add support for initializing block deviceTien Fong Chee2019-04-221-0/+23
* configs: move CONFIG_MXC_OCOTP to KconfigMarcel Ziswiler2019-04-131-0/+2
* Merge tag 'u-boot-stm32-20190412' of https://github.com/patrickdelaunay/u-bootTom Rini2019-04-121-0/+28
|\
| * stpmic1: add NVM update support in fuse commandPatrick Delaunay2019-04-121-0/+28
* | misc: i2c_eeprom: add eeprom write supportBaruch Siach2019-04-111-1/+19
* | misc: i2c_eeprom: support DT pagesize propertyBaruch Siach2019-04-111-0/+6
|/
* xilinx: common: Remove !DM_i2C code for reading mac from eepromMichal Simek2019-02-141-0/+1
* misc: Allow child devicesSimon Glass2019-02-091-0/+3
* Merge tag 'u-boot-imx-20190129' of git://git.denx.de/u-boot-imxTom Rini2019-01-301-0/+4
|\
| * imx8: scu: use dedicated MU for SPLPeng Fan2019-01-281-0/+4
* | misc: i2c_eeprom: Add atmel,24c08 to the listMichal Simek2019-01-261-0/+1
|/
* Merge tag 'fsl-qoriq-for-v2019.04-rc1' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2019-01-181-0/+173
|\
| * drivers: ifc: restore the legacy flow for IFC configRajesh Bhagat2019-01-171-0/+173
* | misc: fs_loader: Switching private data allocation to DM auto allocationTien Fong Chee2019-01-151-63/+45
|/
* misc: imx8: scu: use platdata instead of priv dataPeng Fan2019-01-091-13/+13
* misc: imx: scu: avoid write null pointerPeng Fan2019-01-091-2/+2
* Merge tag 'u-boot-imx-20190101' of git://www.denx.de/git/u-boot-imxTom Rini2019-01-011-3/+3
|\
| * imx: rename mx8m,MX8M to imx8m,IMX8MPeng Fan2019-01-011-3/+3
* | misc: Add JZ47xx efuse driverPaul Burton2018-12-193-0/+110
|/
* Merge tag 'fsl-qoriq-for-v2019.01-rc2' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2018-12-101-136/+352
|\
| * drivers: ifc: dynamic chipselect mapping supportPankit Garg2018-12-061-136/+352
* | cros_ec: Adjust to use v1 vboot context onlySimon Glass2018-12-051-4/+6
* | cros: Correct a printf() string and commentSimon Glass2018-12-051-2/+2
|/
* misc: Update read() and write() methods to return bytes xferedSimon Glass2018-11-204-4/+16
* cros_ec: Add new features for events and powerSimon Glass2018-11-202-7/+340
* cros_ec: Align uclass data to a cache boundarySimon Glass2018-11-201-0/+1
* cros_ec: Fail if we cannot determine the flash burst sizeSimon Glass2018-11-201-0/+3
* cros_ec: Add error logging on a few commandsSimon Glass2018-11-201-2/+9
* cros_ec: Use uint instead of u8 for parametersSimon Glass2018-11-201-6/+4
* misc: fs_loader: Fix compiler warningKeerthy2018-11-161-1/+1
* misc: fs_loader: Use device_get_global_by_ofnode to get to nodeKeerthy2018-11-161-3/+2
* test: dm: pci: Add cases for finding next PCI capability APIsBin Meng2018-11-141-0/+9
* misc: Add IHS FPGA driverMario Six2018-11-144-0/+926
* misc: Add gdsys_soc driverMario Six2018-11-144-0/+106
* misc: Sort Makefile entriesMario Six2018-11-141-30/+31
* dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()Bin Meng2018-11-141-2/+2
* drivers: cosmetic: Convert SPDX license tags to Linux Kernel stylePatrick Delaunay2018-10-281-2/+2
* Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imxTom Rini2018-10-254-0/+637
|\
| * misc: imx8: add scfw api impementationPeng Fan2018-10-222-1/+368
| * misc: add i.MX8 misc driverPeng Fan2018-10-223-0/+270