aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2018-11-20misc: Update read() and write() methods to return bytes xferedSimon Glass4-4/+16
2018-11-20cros_ec: Add new features for events and powerSimon Glass2-7/+340
2018-11-20cros_ec: Align uclass data to a cache boundarySimon Glass1-0/+1
2018-11-20cros_ec: Fail if we cannot determine the flash burst sizeSimon Glass1-0/+3
2018-11-20cros_ec: Add error logging on a few commandsSimon Glass1-2/+9
2018-11-20cros_ec: Use uint instead of u8 for parametersSimon Glass1-6/+4
2018-11-16misc: fs_loader: Fix compiler warningKeerthy1-1/+1
2018-11-16misc: 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
2018-10-28drivers: cosmetic: Convert SPDX license tags to Linux Kernel stylePatrick Delaunay1-2/+2
2018-10-25Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imxTom Rini4-0/+637
2018-10-22misc: imx8: add scfw api impementationPeng Fan2-1/+368
2018-10-22misc: add i.MX8 misc driverPeng Fan3-0/+270
2018-10-09cros_ec: Add support for v3 messages on LPCSimon Glass1-0/+33
2018-10-09cros_ec: Update cros_ec_read_hash() to specify the imageSimon Glass1-3/+4
2018-10-09cros: Update ec_commands to latest versionSimon Glass2-5/+6
2018-10-09cros: Update cros_ec code to use struct udeviceSimon Glass2-75/+76
2018-10-09dm: core: Update ofnode to read binman-style flash entrySimon Glass1-16/+17
2018-10-06misc: Add support for the Arm Versatile Express config busLiviu Dudau3-0/+137
2018-09-29Merge tag 'fsl-qoriq-for-v2018.11-rc1' of git://git.denx.de/u-boot-fsl-qoriqTom Rini1-5/+6
2018-09-28common: Generic loader for file systemTien Fong Chee3-0/+305
2018-09-27armv8: ls1043a: enable icid setup for qman portalsLaurentiu Tudor1-5/+6
2018-09-18misc: Add MPC83xx serdes driverMario Six4-0/+425
2018-08-17Convert CONFIG_TWL4030_LED et al to KconfigAdam Ford1-0/+5
2018-08-13Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-6/+39
2018-08-11misc: Add gdsys_ioep driverMario Six4-0/+353
2018-08-11test: Add tests for misc uclassMario Six2-1/+134
2018-08-11misc: uclass: Add enable/disable functionMario Six1-0/+10
2018-08-10armv8: ls1046a: add icid setup for qman portalsLaurentiu Tudor1-4/+39
2018-08-10misc: fsl_portals: setup QMAN_BAR{E} also on ARM platformsLaurentiu Tudor1-2/+0
2018-08-08test: dm: pci: Add cases for finding PCI capability APIsBin Meng1-0/+21
2018-08-08pci: sandbox: swap_case: Declare dynamic driver matchingBin Meng1-0/+7
2018-08-08pci: sandbox: swap_case: Preserve space indicator bit in BAR registersBin Meng1-3/+5
2018-07-20misc: stm32: Add STM32MP1 supportPatrick Delaunay2-5/+16
2018-07-09dm: core: Update of_read_fmap_entry() for livetreeSimon Glass1-2/+2
2018-06-19sandbox: swap_case: Increase number of base address regsSimon Glass1-1/+1
2018-06-05mach-stm32: Enable SPL_RESET_SUPPORT flagPatrice Chotard1-4/+0
2018-05-26stm32mp1: add FUSE command supportPatrick Delaunay3-0/+126
2018-05-08gdsys: drivers: Add gdsys_rxaui_ctrl driverMario Six3-1/+82
2018-05-08clk: clk_stm32f: Use PLLSAIP as USB 48MHz clockPatrice Chotard1-3/+9
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini39-79/+39
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini6-12/+0
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2018-03-01i2c: Added Kconfig support for CONFIG_ZYNQ_GEM_I2C_MAC_OFFSETVipul Kumar1-0/+6
2018-02-04misc: ocotp: add i.MX8M supportPeng Fan1-0/+7
2018-01-30x86: qemu: qfw: Implement acpi_get_rsdp_addr()Bin Meng1-0/+8