summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2023-04-23board: starfive: copyright: Standardize the copyright formatYanhong Wang1-1/+1
2023-01-03misc: OTP: Starfive-jh7110: update the return value of starfive_otp_readYanhong Wang1-3/+12
2022-10-18misc:OTP:Starfive-jh7110: Add driver for the Starfive otp controlleryanhong.wang3-0/+196
2021-08-09imx8ulp: move struct mu_type to common headerPeng Fan1-18/+1
2021-08-09driver: misc: imx8ulp: Add fuse driver for imx8ulpYe Li2-0/+199
2021-08-09arm: imx8ulp: release and configure XRDC at early phaseYe Li1-16/+20
2021-08-09drivers: misc: s400_api: Update API for fuse read and writeYe Li1-0/+81
2021-08-09drivers: misc: imx8ulp: Update S400 API for release RDCYe Li1-2/+5
2021-08-09drivers: misc: imx8ulp: Add S400 API for image authenticationYe Li1-1/+120
2021-08-09drivers: misc: s400_api: Update S400_SUCCESS_IND to 0xd6Ye Li1-1/+1
2021-08-09driver: misc: Add MU and S400 API to communicate with SentinelYe Li4-0/+292
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-5/+5
2021-07-29pci: swap_case: Allow compilation on 32-bit machinesSimon Glass1-2/+11
2021-07-21cros_ec: Use standard calls for recovery-request checkingSimon Glass1-7/+11
2021-07-21cros_ec: Support the full-size vboot contextSimon Glass1-5/+3
2021-07-21cros_ec: Drop cros_ec_entering_mode()Simon Glass2-14/+0
2021-07-21cros_ec: Allow reading the battery-charge stateSimon Glass1-0/+17
2021-07-16sandbox: cros_ec: Update error handling when reading matrixSimon Glass1-5/+7
2021-07-14misc: i2c_eeprom: Add atmel,24c01 to the listMarek Vasut1-0/+1
2021-07-06sandbox: cros-ec: Add tests for the Chromium OS EC PWM driverAlper Nebi Yasak1-0/+47
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay5-0/+11
2021-04-20misc: make CONFIG_IRQ selectable for all platformsWasim Khan1-3/+2
2021-04-13qemu: add MMIO driver for QFWAsherah Connor3-0/+127
2021-04-13test: qemu: add qfw sandbox driver, dm tests, qemu testsAsherah Connor2-0/+128
2021-04-13x86: qemu: move QFW to its own uclassAsherah Connor4-162/+166
2021-04-10pwm: Add a driver for Chrome OS EC PWMAlper Nebi Yasak1-0/+17
2021-04-08misc: ocotp: Update OCOTP driver for iMX8MQ B2Ye Li1-1/+1
2021-03-27sandbox: cros_ec: Only write EC state when the EC is probedSimon Glass1-0/+4
2021-03-27x86: Make coreboot sysinfo available to any x86 boardSimon Glass1-1/+1
2021-03-27x86: p2sb: Drop LOG_DEBUGSimon Glass1-1/+0
2021-03-26dm: Rename device_get_by_driver_info_idx()Simon Glass1-1/+1
2021-03-22dtoc: Generate device instancesSimon Glass1-0/+4
2021-03-22dtoc: Generate uclass devicesSimon Glass1-0/+1
2021-03-22dtoc: Assign a sequence number to each nodeSimon Glass1-2/+4
2021-02-21dm: i2c: allow disabling driver model in SPLIgor Opaniuk1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass7-0/+7
2021-01-31cros_ec: Add vstore supportSimon Glass2-2/+121
2021-01-31cros_ec: Allow use with of-platdataSimon Glass1-0/+2
2021-01-31cros_ec: Show events in human-readable formSimon Glass1-1/+11
2021-01-31cros_ec: Add support for switchesSimon Glass3-0/+33
2021-01-31cros_ec: Support reading EC featuresSimon Glass2-6/+31
2021-01-31cros_ec: Add support for reading the SKU IDSimon Glass2-0/+20
2021-01-31cros_ec: Add run-time check for input buffer overflowSimon Glass1-0/+2
2021-01-31cros_ec: Tidy up a few delaysSimon Glass1-7/+17
2021-01-31cros_ec: Add a function for the hello messageSimon Glass2-15/+43
2021-01-13misc: rcc: keep the rcc device name for subnodePatrick Delaunay1-2/+2
2021-01-13misc: rcc: migrate trace to dev macroPatrick Delaunay1-2/+4
2021-01-06Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini13-33/+256
2021-01-06Merge tag 'v2021.01-rc5' into nextTom Rini2-11/+9
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass3-10/+10