summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2017-11-30dm: 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-13misc: i2c_eeprom: Add compatible for AT24MAC402Wenyou Yang1-0/+1
2017-09-13misc: i2c_eeprom: Add compatible for 24AA02E48Wenyou Yang1-0/+1
2017-09-12Merge git://git.denx.de/u-boot-dmTom Rini1-2/+1
2017-09-12dm: core: Add ofnode_for_each_subnode()Simon Glass1-2/+1
2017-09-12misc: 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
2017-02-08cros_ec: i2c: Group i2c write / read into single transactionMoritz Fischer1-11/+15
2017-02-06x86: Use unsigned long for address in table generationSimon Glass1-2/+2
2017-01-21status_led: Kconfig migrationUri Mashiach4-54/+54
2016-12-16OCOTP: Update OCOTP driver to support i.MX6SLLPeng Fan1-8/+8
2016-12-03cmd: crosec: Move cros_ec_decode_region helper to cmd/cros_ec.cMoritz Fischer1-16/+0
2016-10-13Merge git://git.denx.de/u-boot-dmTom Rini1-348/+37
2016-10-12Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-111/+129
2016-10-11cmd: cros_ec: Move crosec commands to cmd subdirectoryMoritz Fischer1-351/+0
2016-10-09cros_ec: Fix issue with cros_ec_flash_write commandMoritz Fischer1-7/+16
2016-10-09cros_ec: Add crosec flashinfo commandMoritz Fischer1-0/+10
2016-10-09cros_ec: Add function to read back flash parametersMoritz Fischer1-0/+21
2016-10-08Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-6/+46
2016-10-08cros_ec: Honor the google,remote-bus dt propertyMoritz Fischer1-2/+3
2016-10-06fsl_sec_mon: Update driver for Security MonitorSumit Garg1-111/+129
2016-10-04imx: ocotp: support i.MX6ULLPeng Fan1-6/+46