summaryrefslogtreecommitdiff
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | misc: uclass: Add enable/disable functionMario Six2018-08-111-0/+10
* | test: dm: pci: Add cases for finding PCI capability APIsBin Meng2018-08-081-0/+21
* | pci: sandbox: swap_case: Declare dynamic driver matchingBin Meng2018-08-081-0/+7
* | pci: sandbox: swap_case: Preserve space indicator bit in BAR registersBin Meng2018-08-081-3/+5
|/
* misc: stm32: Add STM32MP1 supportPatrick Delaunay2018-07-202-5/+16
* dm: core: Update of_read_fmap_entry() for livetreeSimon Glass2018-07-091-2/+2
* sandbox: swap_case: Increase number of base address regsSimon Glass2018-06-191-1/+1
* mach-stm32: Enable SPL_RESET_SUPPORT flagPatrice Chotard2018-06-051-4/+0
* stm32mp1: add FUSE command supportPatrick Delaunay2018-05-263-0/+126
* gdsys: drivers: Add gdsys_rxaui_ctrl driverMario Six2018-05-083-1/+82
* clk: clk_stm32f: Use PLLSAIP as USB 48MHz clockPatrice Chotard2018-05-081-3/+9
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0739-79/+39
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-276-12/+0
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* i2c: Added Kconfig support for CONFIG_ZYNQ_GEM_I2C_MAC_OFFSETVipul Kumar2018-03-011-0/+6
* misc: ocotp: add i.MX8M supportPeng Fan2018-02-041-0/+7
* x86: qemu: qfw: Implement acpi_get_rsdp_addr()Bin Meng2018-01-301-0/+8