summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>2023-05-10 18:03:58 +0900
committerGeert Uytterhoeven <geert+renesas@glider.be>2023-06-02 11:30:46 +0200
commit86d904b6ef9f5e67a28e0a0bb58df898c08ae0b8 (patch)
tree0f71f50e6658f92a5b2e5b9e6ada3d8f612565e1 /scripts/objdiff
parent18cbbdd846c5d74bd56fd1f229d074e1f7068fc8 (diff)
downloadkernel-86d904b6ef9f5e67a28e0a0bb58df898c08ae0b8.tar.gz
arm64: dts: renesas: Add IOMMU related properties into PCIe host nodes
Add iommu-map and iommu-map-mask properties to the PCIe host nodes. Note that iommu-map-mask should be zero because the IPMMU assigns one micro TLB ID only, to the PCIe host. Also change the dma-ranges arguments for IOMMU. Note that dma-ranges can be used if the IOMMU is disabled. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20230510090358.261266-1-yoshihiro.shimoda.uh@renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions
io: imu: st_lsm6dsx: fix naming of 'struct iio_info' in st_lsm6dsx_shub.c.Philippe De Muyter 2023-01-08iio: imu: st_lsm6dsx: fix build when CONFIG_IIO_TRIGGERED_BUFFER=mVladimir Oltean 2022-11-24iio: imu: st_lsm6dsx: add support to ISM330ISLorenzo Bianconi 2022-11-23iio: imu: st_lsm6dsx: add support to LSM6DSO16ISLorenzo Bianconi 2022-11-23iio: imu: st_lsm6dsx: Convert to i2c's .probe_new()Uwe Kleine-König 2022-11-23iio: imu: st_lsm6dsx: fix LSM6DSV sensor descriptionLorenzo Bianconi 2022-11-23iio: imu: st_lsm6dsx: add support to LSM6DSV16XLorenzo Bianconi 2022-11-23iio: imu: st_lsm6dsx: add support to LSM6DSVLorenzo Bianconi 2022-11-23iio: imu: st_lsm6dsx: introduce sw trigger supportLorenzo Bianconi 2022-11-23iio: imu: st_lsm6dsx: Simplify using devm_regulator_*get_enable()Matti Vaittinen 2022-11-23iio: imu: st_lsm6dsx: introduce st_lsm6dsx_device_set_enable routineLorenzo Bianconi 2022-09-21iio: imu: st_lsm6dsx: add support to LSM6DSTXLorenzo Bianconi 2022-06-15iio: imu: st_lsm6dsx: Limit requested watermark value to hwfifo sizePaul Cercueil 2022-06-15iio: imu: lsm6dsx: Move exported symbols to the IIO_LSM6DSX namespaceJonathan Cameron 2022-06-15iio: imu: lsm6dsx: Use new pm_sleep_ptr() and EXPORT_SIMPLE_DEV_PM_OPS()Jonathan Cameron 2022-06-11iio: imu: st_lsm6dsx: Switch from of headers to mod_devicetable.hAndy Shevchenko 2022-04-28iio: imu: st_lsm6dsx: add support to ASM330LHHXLorenzo Bianconi 2022-04-10iio: core: Simplify the registration of kfifo buffersMiquel Raynal 2022-03-18Merge tag 'iio-for-5.18a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman 2022-03-02iio: imu: st_lsm6dsx: use dev_to_iio_dev() to get iio_dev structHaibo Chen 2022-02-07iio: imu: st_lsm6dsx: wait for settling time in st_lsm6dsx_read_oneshotLorenzo Bianconi 2021-12-04iio: imu: st_lsm6dsx: add dts property to disable sensor-hubLorenzo Bianconi