summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2022-02-15starfive: add ID_EEPROM supoort for visionfive V1Wei Fu1-2/+1
2022-02-15starfive: add OTP driver for jh7100Yanhong Wang3-0/+218
2022-02-08drivers: misc: Makefile: Enable fs_loader compilation at SPL LevelKeerthy2-1/+10
2022-01-25x86: Use the ACPI table writerSimon Glass1-1/+1
2022-01-25sandbox: Allow building with GENERATE_ACPI_TABLESimon Glass1-0/+1
2022-01-24misc: mark write buffer constJohn Keeping1-1/+1
2022-01-20Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini1-5/+1
2022-01-20fdt_support: Add fdt_for_each_node_by_compatible() helper macroMarek BehĂșn1-5/+1
2022-01-19doc: replace @return by Return:Heinrich Schuchardt4-16/+16
2022-01-13treewide: invaild -> invalidSean Anderson1-1/+1
2021-12-27Convert CONFIG_FSL_IFC to KconfigTom Rini1-0/+3
2021-12-27Clarify CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW in KconfigTom Rini1-1/+1
2021-12-19treewide: Use fdt_create_phandle() where appropriateMarek BehĂșn1-6/+4
2021-10-20Merge tag 'u-boot-imx-20211020' of https://source.denx.de/u-boot/custodians/u...Tom Rini2-1/+10
2021-10-12Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini1-1/+1
2021-10-12cmd: bind: Fix driver binding on a devicePatrice Chotard1-1/+1
2021-10-07misc: ocotp: Allow disabling ocotp driver in SPLMichael Scott2-1/+10
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk2-16/+16
2021-09-30WS cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk1-1/+0
2021-09-25irq: Tidy up of-platdata irq supportSimon Glass4-15/+34
2021-09-25treewide: Try to avoid the preprocessor with OF_REALSimon Glass1-10/+10
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass2-2/+2
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass1-1/+1
2021-08-30Convert CONFIG_SYS_I2C_EEPROM_ADDR et al to KconfigTom Rini1-26/+2
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