| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: replace with error() with pr_err() | Masahiro Yamada | 2017-10-04 | 1 | -14/+14 |
* | dm: misc: add stm32 rcc driver | Christophe Kerello | 2017-09-22 | 3 | -0/+55 |
* | rockchip: efuse: change to use dev_read_addr_ptr | Philipp Tomsich | 2017-09-18 | 1 | -1/+1 |
* | misc: i2c_eeprom: Add compatible for AT24MAC402 | Wenyou Yang | 2017-09-12 | 1 | -0/+1 |
* | misc: i2c_eeprom: Add compatible for 24AA02E48 | Wenyou Yang | 2017-09-12 | 1 | -0/+1 |
* | Merge git://git.denx.de/u-boot-dm | Tom Rini | 2017-09-12 | 1 | -2/+1 |
|\ |
|
| * | dm: core: Add ofnode_for_each_subnode() | Simon Glass | 2017-09-11 | 1 | -2/+1 |
* | | misc: Kconfig: Add SPL_I2C_EEPROM option | Wenyou Yang | 2017-09-11 | 2 | -1/+9 |
|/ |
|
* | Kconfig: Add EEPROM options to Kconfig when I2C_EEPROM is set | Adam Ford | 2017-09-02 | 1 | -0/+45 |
* | rockchip: efuse: dm: change to use dev_read_addr | Philipp Tomsich | 2017-07-27 | 1 | -1/+1 |
* | Merge branch 'master' of git://www.denx.de/git/u-boot-imx | Tom Rini | 2017-07-18 | 1 | -1/+1 |
|\ |
|
| * | imx: reorganize IMX code as other SOCs | Stefano Babic | 2017-07-12 | 1 | -1/+1 |
* | | drivers/misc: Add basic support for ATSHA204A Crypto module | Marek BehĂșn | 2017-07-12 | 3 | -0/+417 |
|/ |
|
* | dm: ofnode: rename ofnode_read_prop() to ofnode_get_property() | Masahiro Yamada | 2017-07-11 | 1 | -1/+1 |
* | i2c_eeprom: add static to i2c_eeprom_std_ops/probe | Masahiro Yamada | 2017-06-26 | 1 | -2/+2 |
* | powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x | Heiko Schocher | 2017-06-16 | 1 | -2/+0 |
* | rockchip: efuse: add (misc) driver for RK3399 non-secure efuse block | Philipp Tomsich | 2017-06-07 | 3 | -0/+175 |
* | dm: Update the I2C eeprom driver for livetree | Simon Glass | 2017-06-01 | 1 | -5/+2 |
* | cros_ec: Convert to support live tree | Simon Glass | 2017-06-01 | 2 | -31/+25 |
* | cros_ec: Fix debug() statement in ec_command_inptr() | Simon Glass | 2017-06-01 | 1 | -2/+1 |
* | dm: core: Update device_bind_driver_to_node() to use ofnode | Simon Glass | 2017-06-01 | 2 | -5/+5 |
* | dm: Rename dev_addr..() functions | Simon Glass | 2017-06-01 | 1 | -1/+1 |
* | Kconfig: Drop CONFIG_SYS_I2C_DS4510_ADDR | Simon Glass | 2017-05-22 | 1 | -6/+1 |
* | Convert CONFIG_DS4510 to Kconfig | Simon Glass | 2017-05-22 | 1 | -0/+8 |
* | Kconfig: Drop CONFIG_CMD_DS4510 | Simon Glass | 2017-05-22 | 2 | -12/+63 |
* | Kconfig: Drop CONFIG_CMD_DS4510_RST | Simon Glass | 2017-05-22 | 1 | -6/+0 |
* | Kconfig: Drop CONFIG_CMD_DS4510_MEM | Simon Glass | 2017-05-22 | 1 | -10/+0 |
* | Kconfig: Drop CONFIG_CMD_DS4510_INFO | Simon Glass | 2017-05-22 | 1 | -8/+0 |
* | i2c_eeprom: add read and write functions | Jonas Karlman | 2017-05-10 | 1 | -6/+26 |
* | Drop the pdsp188x driver | Simon Glass | 2017-04-30 | 2 | -46/+0 |
* | mxc_ocotp: Update driver to support OCOTP controller on i.MX7ULP | Peng Fan | 2017-03-17 | 1 | -1/+51 |
* | cros_ec: i2c: Add support for version 3 of the EC protocol | Moritz Fischer | 2017-02-08 | 1 | -0/+84 |
* | dm: core: Replace of_offset with accessor | Simon Glass | 2017-02-08 | 5 | -11/+11 |
* | cros_ec: i2c: Group i2c write / read into single transaction | Moritz Fischer | 2017-02-08 | 1 | -11/+15 |
* | x86: Use unsigned long for address in table generation | Simon Glass | 2017-02-06 | 1 | -2/+2 |
* | status_led: Kconfig migration | Uri Mashiach | 2017-01-21 | 4 | -54/+54 |
* | OCOTP: Update OCOTP driver to support i.MX6SLL | Peng Fan | 2016-12-16 | 1 | -8/+8 |
* | cmd: crosec: Move cros_ec_decode_region helper to cmd/cros_ec.c | Moritz Fischer | 2016-12-02 | 1 | -16/+0 |
* | Merge git://git.denx.de/u-boot-dm | Tom Rini | 2016-10-12 | 1 | -348/+37 |
|\ |
|
| * | cmd: cros_ec: Move crosec commands to cmd subdirectory | Moritz Fischer | 2016-10-11 | 1 | -351/+0 |
| * | cros_ec: Fix issue with cros_ec_flash_write command | Moritz Fischer | 2016-10-09 | 1 | -7/+16 |
| * | cros_ec: Add crosec flashinfo command | Moritz Fischer | 2016-10-09 | 1 | -0/+10 |
| * | cros_ec: Add function to read back flash parameters | Moritz Fischer | 2016-10-09 | 1 | -0/+21 |
* | | Merge git://git.denx.de/u-boot-fsl-qoriq | Tom Rini | 2016-10-12 | 1 | -111/+129 |
|\ \
| |/
|/| |
|
| * | fsl_sec_mon: Update driver for Security Monitor | Sumit Garg | 2016-10-06 | 1 | -111/+129 |
* | | Merge branch 'master' of git://www.denx.de/git/u-boot-imx | Tom Rini | 2016-10-08 | 1 | -6/+46 |
|\ \ |
|
| * | | imx: ocotp: support i.MX6ULL | Peng Fan | 2016-10-04 | 1 | -6/+46 |
| |/ |
|
* | | cros_ec: Honor the google,remote-bus dt property | Moritz Fischer | 2016-10-08 | 1 | -2/+3 |
|/ |
|
* | misc: implement Tegra CAR core driver | Stephen Warren | 2016-09-27 | 3 | -0/+76 |
* | Merge git://git.denx.de/u-boot-fsl-qoriq | Tom Rini | 2016-09-26 | 2 | -251/+0 |
|\ |
|