summaryrefslogtreecommitdiff
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | cros_ec: Add support for v3 messages on LPCSimon Glass2018-10-091-0/+33
* | cros_ec: Update cros_ec_read_hash() to specify the imageSimon Glass2018-10-091-3/+4
* | cros: Update ec_commands to latest versionSimon Glass2018-10-092-5/+6
* | cros: Update cros_ec code to use struct udeviceSimon Glass2018-10-092-75/+76
* | dm: core: Update ofnode to read binman-style flash entrySimon Glass2018-10-091-16/+17
|/
* misc: Add support for the Arm Versatile Express config busLiviu Dudau2018-10-063-0/+137
* Merge tag 'fsl-qoriq-for-v2018.11-rc1' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2018-09-291-5/+6
|\
| * armv8: ls1043a: enable icid setup for qman portalsLaurentiu Tudor2018-09-271-5/+6
* | common: Generic loader for file systemTien Fong Chee2018-09-283-0/+305
|/
* misc: Add MPC83xx serdes driverMario Six2018-09-184-0/+425
* Convert CONFIG_TWL4030_LED et al to KconfigAdam Ford2018-08-171-0/+5
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2018-08-131-6/+39
|\
| * armv8: ls1046a: add icid setup for qman portalsLaurentiu Tudor2018-08-101-4/+39
| * misc: fsl_portals: setup QMAN_BAR{E} also on ARM platformsLaurentiu Tudor2018-08-101-2/+0
* | misc: Add gdsys_ioep driverMario Six2018-08-114-0/+353
* | test: Add tests for misc uclassMario Six2018-08-112-1/+134