summaryrefslogtreecommitdiffstats
path: root/drivers/misc/imx8
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-023-0/+3
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-251-1/+1
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-1/+1
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-201-1/+1
* misc: scu_api: Add SCFW API to get the index of boot container setYe Li2020-07-161-0/+25
* imx8: fuse: use arm_smccc_smcPeng Fan2020-07-141-7/+12
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* misc: scu: Increase the timeout for MU communicationYe Li2020-05-101-1/+1
* misc: fuse: Update imx8 fuse driver for 8QMYe Li2020-05-101-0/+5
* imx8: Configure SNVSFranck LENORMAND2020-05-011-4/+68
* imx8: Update SCFW API to version 1.5Ye Li2020-05-011-0/+50
* imx8: scu api: Add support for SECO manufacturing protection APIsBreno Lima2020-05-011-0/+80
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* common: Move hang() to the same header as panic()Simon Glass2020-01-171-0/+1
* misc: imx8: scu: simplify code to make it extendablePeng Fan2019-11-051-39/+7
* mach-imx: Adding new argument for SIP call interfaceYe Li2019-11-031-1/+1
* misc: imx8: add more scfw apiPeng Fan2019-10-081-8/+512
* imx: scu_api: add sc_pm_is_partition_startedPeng Fan2019-10-081-0/+27
* imx: scu_api: add sc_rm_set_master_sidPeng Fan2019-10-081-0/+22
* misc: imx8: add sc_misc_get_tempPeng Fan2019-07-191-0/+28
* imx8: fuse: fix fuse driverMarcel Ziswiler2019-06-111-2/+0
* misc: imx8: scu: add i.MX8QM supportPeng Fan2019-04-251-3/+13
* imx8: fuse: add fuse driverPeng Fan2019-04-252-0/+87
* imx8: scu: use dedicated MU for SPLPeng Fan2019-01-281-0/+4
* misc: imx8: scu: use platdata instead of priv dataPeng Fan2019-01-091-13/+13
* misc: imx: scu: avoid write null pointerPeng Fan2019-01-091-2/+2
* dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()Bin Meng2018-11-141-2/+2
* misc: imx8: add scfw api impementationPeng Fan2018-10-222-1/+368
* misc: add i.MX8 misc driverPeng Fan2018-10-222-0/+269