summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* rockchip: efuse: dm: change to use dev_read_addrPhilipp Tomsich2017-07-271-1/+1
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2017-07-181-1/+1
|\
| * imx: reorganize IMX code as other SOCsStefano Babic2017-07-121-1/+1
* | drivers/misc: Add basic support for ATSHA204A Crypto moduleMarek BehĂșn2017-07-123-0/+417
|/
* dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()Masahiro Yamada2017-07-111-1/+1
* i2c_eeprom: add static to i2c_eeprom_std_ops/probeMasahiro Yamada2017-06-261-2/+2
* powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher2017-06-161-2/+0
* rockchip: efuse: add (misc) driver for RK3399 non-secure efuse blockPhilipp Tomsich2017-06-073-0/+175
* dm: Update the I2C eeprom driver for livetreeSimon Glass2017-06-011-5/+2
* cros_ec: Convert to support live treeSimon Glass2017-06-012-31/+25
* cros_ec: Fix debug() statement in ec_command_inptr()Simon Glass2017-06-011-2/+1
* dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass2017-06-012-5/+5
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* Kconfig: Drop CONFIG_SYS_I2C_DS4510_ADDRSimon Glass2017-05-221-6/+1
* Convert CONFIG_DS4510 to KconfigSimon Glass2017-05-221-0/+8
* Kconfig: Drop CONFIG_CMD_DS4510Simon Glass2017-05-222-12/+63
* Kconfig: Drop CONFIG_CMD_DS4510_RSTSimon Glass2017-05-221-6/+0
* Kconfig: Drop CONFIG_CMD_DS4510_MEMSimon Glass2017-05-221-10/+0
* Kconfig: Drop CONFIG_CMD_DS4510_INFOSimon Glass2017-05-221-8/+0
* i2c_eeprom: add read and write functionsJonas Karlman2017-05-101-6/+26
* Drop the pdsp188x driverSimon Glass2017-04-302-46/+0
* mxc_ocotp: Update driver to support OCOTP controller on i.MX7ULPPeng Fan2017-03-171-1/+51
* cros_ec: i2c: Add support for version 3 of the EC protocolMoritz Fischer2017-02-081-0/+84
* dm: core: Replace of_offset with accessorSimon Glass2017-02-085-11/+11
* cros_ec: i2c: Group i2c write / read into single transactionMoritz Fischer2017-02-081-11/+15
* x86: Use unsigned long for address in table generationSimon Glass2017-02-061-2/+2
* status_led: Kconfig migrationUri Mashiach2017-01-214-54/+54
* OCOTP: Update OCOTP driver to support i.MX6SLLPeng Fan2016-12-161-8/+8
* cmd: crosec: Move cros_ec_decode_region helper to cmd/cros_ec.cMoritz Fischer2016-12-021-16/+0
* Merge git://git.denx.de/u-boot-dmTom Rini2016-10-121-348/+37
|\
| * cmd: cros_ec: Move crosec commands to cmd subdirectoryMoritz Fischer2016-10-111-351/+0
| * cros_ec: Fix issue with cros_ec_flash_write commandMoritz Fischer2016-10-091-7/+16
| * cros_ec: Add crosec flashinfo commandMoritz Fischer2016-10-091-0/+10
| * cros_ec: Add function to read back flash parametersMoritz Fischer2016-10-091-0/+21
* | Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-10-121-111/+129
|\ \ | |/ |/|
| * fsl_sec_mon: Update driver for Security MonitorSumit Garg2016-10-061-111/+129
* | Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2016-10-081-6/+46
|\ \
| * | imx: ocotp: support i.MX6ULLPeng Fan2016-10-041-6/+46
| |/
* / cros_ec: Honor the google,remote-bus dt propertyMoritz Fischer2016-10-081-2/+3
|/
* misc: implement Tegra CAR core driverStephen Warren2016-09-273-0/+76
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-09-262-251/+0
|\
| * armv8: ls2080a: Remove debug server supportYork Sun2016-09-142-251/+0
* | treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-235-5/+5
|/
* misc: Add simple driver for some Nuvoton NCT6102D devicesStefan Roese2016-08-163-0/+65
* misc: add Tegra BPMP driverStephen Warren2016-08-153-0/+270
* Merge git://git.denx.de/u-boot-dmTom Rini2016-08-121-0/+11
|\
| * misc: add "call" uclass opStephen Warren2016-08-121-0/+11
* | drivers/sysreset: group sysreset driversMax Filippov2016-08-124-193/+0
|/
* dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass2016-07-271-7/+1
* dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass2016-07-271-2/+1