summaryrefslogtreecommitdiff
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* imx8ulp: move struct mu_type to common headerPeng Fan2021-08-091-18/+1
* driver: misc: imx8ulp: Add fuse driver for imx8ulpYe Li2021-08-092-0/+199
* arm: imx8ulp: release and configure XRDC at early phaseYe Li2021-08-091-16/+20
* drivers: misc: s400_api: Update API for fuse read and writeYe Li2021-08-091-0/+81
* drivers: misc: imx8ulp: Update S400 API for release RDCYe Li2021-08-091-2/+5
* drivers: misc: imx8ulp: Add S400 API for image authenticationYe Li2021-08-091-1/+120
* drivers: misc: s400_api: Update S400_SUCCESS_IND to 0xd6Ye Li2021-08-091-1/+1
* driver: misc: Add MU and S400 API to communicate with SentinelYe Li2021-08-094-0/+292
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-021-5/+5
* pci: swap_case: Allow compilation on 32-bit machinesSimon Glass2021-07-281-2/+11
* cros_ec: Use standard calls for recovery-request checkingSimon Glass2021-07-211-7/+11
* cros_ec: Support the full-size vboot contextSimon Glass2021-07-211-5/+3
* cros_ec: Drop cros_ec_entering_mode()Simon Glass2021-07-212-14/+0
* cros_ec: Allow reading the battery-charge stateSimon Glass2021-07-211-0/+17
* sandbox: cros_ec: Update error handling when reading matrixSimon Glass2021-07-151-5/+7
* misc: i2c_eeprom: Add atmel,24c01 to the listMarek Vasut2021-07-141-0/+1
* sandbox: cros-ec: Add tests for the Chromium OS EC PWM driverAlper Nebi Yasak2021-07-061-0/+47
* dm: define LOG_CATEGORY for all uclassPatrick Delaunay2021-07-065-0/+11
* misc: make CONFIG_IRQ selectable for all platformsWasim Khan2021-04-201-3/+2
* qemu: add MMIO driver for QFWAsherah Connor2021-04-123-0/+127
* test: qemu: add qfw sandbox driver, dm tests, qemu testsAsherah Connor2021-04-122-0/+128
* x86: qemu: move QFW to its own uclassAsherah Connor2021-04-124-162/+166
* pwm: Add a driver for Chrome OS EC PWMAlper Nebi Yasak2021-04-101-0/+17
* misc: ocotp: Update OCOTP driver for iMX8MQ B2Ye Li2021-04-081-1/+1
* sandbox: cros_ec: Only write EC state when the EC is probedSimon Glass2021-03-271-0/+4
* x86: Make coreboot sysinfo available to any x86 boardSimon Glass2021-03-271-1/+1
* x86: p2sb: Drop LOG_DEBUGSimon Glass2021-03-271-1/+0
* dm: Rename device_get_by_driver_info_idx()Simon Glass2021-03-261-1/+1
* dtoc: Generate device instancesSimon Glass2021-03-221-0/+4
* dtoc: Generate uclass devicesSimon Glass2021-03-221-0/+1
* dtoc: Assign a sequence number to each nodeSimon Glass2021-03-221-2/+4
* dm: i2c: allow disabling driver model in SPLIgor Opaniuk2021-02-211-1/+1
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-027-0/+7
* cros_ec: Add vstore supportSimon Glass2021-01-302-2/+121
* cros_ec: Allow use with of-platdataSimon Glass2021-01-301-0/+2
* cros_ec: Show events in human-readable formSimon Glass2021-01-301-1/+11
* cros_ec: Add support for switchesSimon Glass2021-01-303-0/+33
* cros_ec: Support reading EC featuresSimon Glass2021-01-302-6/+31
* cros_ec: Add support for reading the SKU IDSimon Glass2021-01-302-0/+20
* cros_ec: Add run-time check for input buffer overflowSimon Glass2021-01-301-0/+2
* cros_ec: Tidy up a few delaysSimon Glass2021-01-301-7/+17
* cros_ec: Add a function for the hello messageSimon Glass2021-01-302-15/+43
* misc: rcc: keep the rcc device name for subnodePatrick Delaunay2021-01-131-2/+2
* misc: rcc: migrate trace to dev macroPatrick Delaunay2021-01-131-2/+4
* Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini2021-01-0513-33/+256
|\
| * dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass2021-01-053-10/+10
| * dm: core: Access device ofnode through functionsSimon Glass2021-01-051-1/+1
| * sandbox: Add a compatible string for spltestSimon Glass2021-01-051-0/+6
| * test: Move some test drivers into their own fileSimon Glass2021-01-053-0/+232
| * dm: Use access methods for dev/uclass private dataSimon Glass2021-01-054-7/+7