summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-27misc: implement Tegra CAR core driverStephen Warren3-0/+76
2016-09-27Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2-251/+0
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada5-5/+5
2016-09-15armv8: ls2080a: Remove debug server supportYork Sun2-251/+0
2016-08-16misc: Add simple driver for some Nuvoton NCT6102D devicesStefan Roese3-0/+65
2016-08-15misc: add Tegra BPMP driverStephen Warren3-0/+270
2016-08-12Merge git://git.denx.de/u-boot-dmTom Rini1-0/+11
2016-08-12misc: add "call" uclass opStephen Warren1-0/+11
2016-08-12drivers/sysreset: group sysreset driversMax Filippov4-193/+0
2016-07-27dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass1-7/+1
2016-07-27dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass1-2/+1