| Commit message (Expand) | Author | Age | Files | Lines |
* | pci: swap_case: Allow compilation on 32-bit machines | Simon Glass | 2021-07-28 | 1 | -2/+11 |
* | cros_ec: Use standard calls for recovery-request checking | Simon Glass | 2021-07-21 | 1 | -7/+11 |
* | cros_ec: Support the full-size vboot context | Simon Glass | 2021-07-21 | 1 | -5/+3 |
* | cros_ec: Drop cros_ec_entering_mode() | Simon Glass | 2021-07-21 | 2 | -14/+0 |
* | cros_ec: Allow reading the battery-charge state | Simon Glass | 2021-07-21 | 1 | -0/+17 |
* | sandbox: cros_ec: Update error handling when reading matrix | Simon Glass | 2021-07-15 | 1 | -5/+7 |
* | misc: i2c_eeprom: Add atmel,24c01 to the list | Marek Vasut | 2021-07-14 | 1 | -0/+1 |
* | sandbox: cros-ec: Add tests for the Chromium OS EC PWM driver | Alper Nebi Yasak | 2021-07-06 | 1 | -0/+47 |
* | dm: define LOG_CATEGORY for all uclass | Patrick Delaunay | 2021-07-06 | 5 | -0/+11 |
* | misc: make CONFIG_IRQ selectable for all platforms | Wasim Khan | 2021-04-20 | 1 | -3/+2 |
* | qemu: add MMIO driver for QFW | Asherah Connor | 2021-04-12 | 3 | -0/+127 |
* | test: qemu: add qfw sandbox driver, dm tests, qemu tests | Asherah Connor | 2021-04-12 | 2 | -0/+128 |
* | x86: qemu: move QFW to its own uclass | Asherah Connor | 2021-04-12 | 4 | -162/+166 |
* | pwm: Add a driver for Chrome OS EC PWM | Alper Nebi Yasak | 2021-04-10 | 1 | -0/+17 |
* | misc: ocotp: Update OCOTP driver for iMX8MQ B2 | Ye Li | 2021-04-08 | 1 | -1/+1 |
* | sandbox: cros_ec: Only write EC state when the EC is probed | Simon Glass | 2021-03-27 | 1 | -0/+4 |
* | x86: Make coreboot sysinfo available to any x86 board | Simon Glass | 2021-03-27 | 1 | -1/+1 |
* | x86: p2sb: Drop LOG_DEBUG | Simon Glass | 2021-03-27 | 1 | -1/+0 |
* | dm: Rename device_get_by_driver_info_idx() | Simon Glass | 2021-03-26 | 1 | -1/+1 |
* | dtoc: Generate device instances | Simon Glass | 2021-03-22 | 1 | -0/+4 |
* | dtoc: Generate uclass devices | Simon Glass | 2021-03-22 | 1 | -0/+1 |
* | dtoc: Assign a sequence number to each node | Simon Glass | 2021-03-22 | 1 | -2/+4 |
* | dm: i2c: allow disabling driver model in SPL | Igor Opaniuk | 2021-02-21 | 1 | -1/+1 |
* | common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unused | Simon Glass | 2021-02-02 | 7 | -0/+7 |
* | cros_ec: Add vstore support | Simon Glass | 2021-01-30 | 2 | -2/+121 |
* | cros_ec: Allow use with of-platdata | Simon Glass | 2021-01-30 | 1 | -0/+2 |
* | cros_ec: Show events in human-readable form | Simon Glass | 2021-01-30 | 1 | -1/+11 |
* | cros_ec: Add support for switches | Simon Glass | 2021-01-30 | 3 | -0/+33 |
* | cros_ec: Support reading EC features | Simon Glass | 2021-01-30 | 2 | -6/+31 |
* | cros_ec: Add support for reading the SKU ID | Simon Glass | 2021-01-30 | 2 | -0/+20 |
* | cros_ec: Add run-time check for input buffer overflow | Simon Glass | 2021-01-30 | 1 | -0/+2 |
* | cros_ec: Tidy up a few delays | Simon Glass | 2021-01-30 | 1 | -7/+17 |
* | cros_ec: Add a function for the hello message | Simon Glass | 2021-01-30 | 2 | -15/+43 |
* | misc: rcc: keep the rcc device name for subnode | Patrick Delaunay | 2021-01-13 | 1 | -2/+2 |
* | misc: rcc: migrate trace to dev macro | Patrick Delaunay | 2021-01-13 | 1 | -2/+4 |
* | Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-next | Tom Rini | 2021-01-05 | 13 | -33/+256 |
|\ |
|
| * | dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() | Simon Glass | 2021-01-05 | 3 | -10/+10 |
| * | dm: core: Access device ofnode through functions | Simon Glass | 2021-01-05 | 1 | -1/+1 |
| * | sandbox: Add a compatible string for spltest | Simon Glass | 2021-01-05 | 1 | -0/+6 |
| * | test: Move some test drivers into their own file | Simon Glass | 2021-01-05 | 3 | -0/+232 |
| * | dm: Use access methods for dev/uclass private data | Simon Glass | 2021-01-05 | 4 | -7/+7 |
| * | x86: apl: Drop support for !OF_PLATDATA_PARENT | Simon Glass | 2021-01-05 | 1 | -15/+0 |
* | | Merge tag 'v2021.01-rc5' into next | Tom Rini | 2021-01-05 | 2 | -11/+9 |
|\ \
| |/
|/| |
|
| * | treewide: Update email address Patrick Delaunay and Patrice Chotard | Patrice Chotard | 2020-12-09 | 1 | -1/+1 |
| * | sandbox: cros_ec: Basic support for EC_CMD_GET_NEXT_EVENT | Alper Nebi Yasak | 2020-11-30 | 1 | -10/+8 |
* | | dm: treewide: Rename ..._platdata variables to just ..._plat | Simon Glass | 2020-12-13 | 10 | -45/+45 |
* | | dm: treewide: Update 'auto' declarations to be on one line | Simon Glass | 2020-12-13 | 1 | -2/+1 |
* | | dm: treewide: Rename ofdata_to_platdata() to of_to_plat() | Simon Glass | 2020-12-13 | 9 | -20/+20 |
* | | dm: treewide: Rename dev_get_platdata() to dev_get_plat() | Simon Glass | 2020-12-13 | 9 | -23/+23 |
* | | dm: treewide: Rename 'platdata' variables to just 'plat' | Simon Glass | 2020-12-13 | 13 | -25/+25 |