summaryrefslogtreecommitdiff
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* misc: atsha204a: Remove duplicate CRC-16 implementationPali Rohár2022-04-212-119/+4
* Remove duplication of table_compute_checksum functionTom Rini2022-04-141-3/+0
* misc: atsha204a: Fix big endian supportPali Rohár2022-04-141-1/+1
* misc: imx8ulp: Update fuse driverPeng Fan2022-04-121-1/+2
* misc: S400_API: Update S400 API for buffer dumpYe Li2022-04-121-0/+34
* misc: S400_API: add ahab_release_caamClement Faure2022-04-121-0/+29
* misc: imx8ulp: Add OEM SRK Hash fuse supportYe Li2022-04-121-0/+1
* drivers: misc: add Gateworks System Controller driverTim Harvey2022-04-123-0/+642
* misc: k3_esm: Add functionality to set and route error events within K3SoCHari Nagalla2022-04-041-3/+50
* Fix URLs to old freescale git reposPali Rohár2022-03-281-1/+1
* misc: atsha204a: fix i2c address readout from DTSAdrian Fiergolski2022-03-231-1/+1
* misc: atsha204a: add delay after sending the messageAdrian Fiergolski2022-03-231-1/+1
* misc: atsha204a: return timeout from wakeup functionAdrian Fiergolski2022-03-231-2/+2
* misc: add sl28cpld base driverMichael Walle2022-02-283-0/+114
* drivers: misc: Makefile: Enable fs_loader compilation at SPL LevelKeerthy2022-02-082-1/+10
* x86: Use the ACPI table writerSimon Glass2022-01-251-1/+1
* sandbox: Allow building with GENERATE_ACPI_TABLESimon Glass2022-01-251-0/+1
* misc: mark write buffer constJohn Keeping2022-01-241-1/+1
* Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini2022-01-201-5/+1
|\
| * fdt_support: Add fdt_for_each_node_by_compatible() helper macroMarek Behún2022-01-201-5/+1
* | doc: replace @return by Return:Heinrich Schuchardt2022-01-194-16/+16
|/
* treewide: invaild -> invalidSean Anderson2022-01-131-1/+1
* Convert CONFIG_FSL_IFC to KconfigTom Rini2021-12-271-0/+3
* Clarify CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW in KconfigTom Rini2021-12-271-1/+1
* treewide: Use fdt_create_phandle() where appropriateMarek Behún2021-12-191-6/+4
* Merge tag 'u-boot-imx-20211020' of https://source.denx.de/u-boot/custodians/u...Tom Rini2021-10-202-1/+10
|\
| * misc: ocotp: Allow disabling ocotp driver in SPLMichael Scott2021-10-072-1/+10
* | Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini2021-10-121-1/+1
|\ \ | |/ |/|
| * cmd: bind: Fix driver binding on a devicePatrice Chotard2021-10-121-1/+1
* | WS cleanup: remove SPACE(s) followed by TABWIP/2021-09-30-whitespace-cleanupsWolfgang Denk2021-09-302-16/+16
* | WS cleanup: remove trailing white spaceWolfgang Denk2021-09-301-1/+1
* | WS cleanup: remove trailing empty linesWolfgang Denk2021-09-301-1/+0
* | irq: Tidy up of-platdata irq supportSimon Glass2021-09-254-15/+34
* | treewide: Try to avoid the preprocessor with OF_REALSimon Glass2021-09-251-10/+10
* | treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass2021-09-252-2/+2
* | treewide: Simply conditions with the new OF_REALSimon Glass2021-09-251-1/+1
* | Convert CONFIG_SYS_I2C_EEPROM_ADDR et al to KconfigTom Rini2021-08-301-26/+2
|/
* 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