aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-12misc: mxc_ocotp: check fuse word before programming on i.MX7ULPPeng Fan1-0/+17
2018-01-10drivers/misc: Share qbman init between archsAhmed Mansour2-0/+306
2017-11-29dm: misc: bind STM32F4/F7 clock from rcc MFD driverPatrice Chotard1-5/+37
2017-11-06stm32: fix STMicroelectronics copyrightPatrice Chotard1-2/+2
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-14/+14
2017-09-22dm: misc: add stm32 rcc driverChristophe Kerello3-0/+55
2017-09-18rockchip: efuse: change to use dev_read_addr_ptrPhilipp Tomsich1-1/+1
2017-09-12misc: i2c_eeprom: Add compatible for AT24MAC402Wenyou Yang1-0/+1
2017-09-12misc: i2c_eeprom: Add compatible for 24AA02E48Wenyou Yang1-0/+1
2017-09-12Merge git://git.denx.de/u-boot-dmTom Rini1-2/+1
2017-09-11dm: core: Add ofnode_for_each_subnode()Simon Glass1-2/+1
2017-09-11misc: Kconfig: Add SPL_I2C_EEPROM optionWenyou Yang2-1/+9
2017-09-02Kconfig: Add EEPROM options to Kconfig when I2C_EEPROM is setAdam Ford1-0/+45
2017-07-27rockchip: efuse: dm: change to use dev_read_addrPhilipp Tomsich1-1/+1
2017-07-18Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-1/+1
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic1-1/+1
2017-07-12drivers/misc: Add basic support for ATSHA204A Crypto moduleMarek BehĂșn3-0/+417
2017-07-11dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()Masahiro Yamada1-1/+1
2017-06-26i2c_eeprom: add static to i2c_eeprom_std_ops/probeMasahiro Yamada1-2/+2
2017-06-16powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher1-2/+0
2017-06-07rockchip: efuse: add (misc) driver for RK3399 non-secure efuse blockPhilipp Tomsich3-0/+175
2017-06-01dm: Update the I2C eeprom driver for livetreeSimon Glass1-5/+2
2017-06-01cros_ec: Convert to support live treeSimon Glass2-31/+25
2017-06-01cros_ec: Fix debug() statement in ec_command_inptr()Simon Glass1-2/+1
2017-06-01dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass2-5/+5
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-05-22Kconfig: Drop CONFIG_SYS_I2C_DS4510_ADDRSimon Glass1-6/+1
2017-05-22Convert CONFIG_DS4510 to KconfigSimon Glass1-0/+8
2017-05-22Kconfig: Drop CONFIG_CMD_DS4510Simon Glass2-12/+63
2017-05-22Kconfig: Drop CONFIG_CMD_DS4510_RSTSimon Glass1-6/+0
2017-05-22Kconfig: Drop CONFIG_CMD_DS4510_MEMSimon Glass1-10/+0
2017-05-22Kconfig: Drop CONFIG_CMD_DS4510_INFOSimon Glass1-8/+0
2017-05-10i2c_eeprom: add read and write functionsJonas Karlman1-6/+26
2017-04-30Drop the pdsp188x driverSimon Glass2-46/+0
2017-03-17mxc_ocotp: Update driver to support OCOTP controller on i.MX7ULPPeng Fan1-1/+51
2017-02-08cros_ec: i2c: Add support for version 3 of the EC protocolMoritz Fischer1-0/+84
2017-02-08dm: core: Replace of_offset with accessorSimon Glass5-11/+11