In message: [linux-yocto][v5.15/standard] Nvidia Jetson AGX Orin developer kit 
BSP support
on 24/06/2024 Ramasamy, Rajeshkumar wrote:

> Hi Bruce,
> 
> Please find the Linux patches for Nvidia Jetson Orin BSP.
> This is a standard kernel pull request to enable support for board Nvidia
> Jetson AGX Orin developer kit.
> Standard kernel is tested against v5.15, these images boots well and no error
> observed.
> 
> Would you please help to create a branch 'v5.15/standard/nvidia-orin' in
> linux-yocto and apply the patches to it?

Can you double check this against the latest v5.15/standard/base ?

I get a merge conflict when I merge it against v5.15.161:

% git merge v5.15/standard/nvidia-orin-merge
Auto-merging Makefile
Auto-merging drivers/gpu/drm/mediatek/mtk_drm_gem.c
Auto-merging drivers/pci/controller/dwc/pcie-tegra194.c
CONFLICT (content): Merge conflict in drivers/pci/controller/dwc/pcie-tegra194.c
Auto-merging drivers/scsi/ufs/ufshcd.c
Auto-merging drivers/spi/spi.c
Recorded preimage for 'drivers/pci/controller/dwc/pcie-tegra194.c'
Automatic merge failed; fix conflicts and then commit the result.

Bruce

> 
> Thanks,
> Rajesh
> 
> 
> The following changes since commit bca5a43bcf611976e9668582453b05ada302fde9:
> 
>   arm64: tegra: Add clock for Tegra234 RTC (2024-06-24 08:56:29 +0000)
> 
> are available in the Git repository at:
> 
>   https://github.com/rajeshkumarwr/linux-yocto.git v5.15/standard/nvidia-orin
> 
> for you to fetch changes up to bfaec376a3a6f5492cde412f29118824ca7257f0:
> 
>   PCI: dwc: Restore MSI Receiver mask during resume (2024-06-24 08:57:11 
> +0000)
> 
> ----------------------------------------------------------------
> Abhilash G (3):
>       scsi: ufs: Configure streamID table selection bits
>       scsi: ufs: Switch UFS init sequence
>       scsi: ufs: Export query functions
> 
> Aidan MacDonald (1):
>       ASoC: simple-card: Fix up checks for HW param fixups
> 
> Akhil R (27):
>       dt-bindings: Add headers for Tegra234 I2C
>       dt-bindings: Add headers for Tegra234 PWM
>       arm64: tegra: Add Tegra234 I2C devicetree nodes
>       arm64: tegra: Add Tegra234 PWM devicetree nodes
>       arm64: tegra: Add GPCDMA node for tegra186 and tegra194
>       dt-bindings: dmaengine: Add doc for tegra gpcdma
>       dmaengine: tegra: Add tegra gpcdma driver
>       dmaengine: tegra: Use platform_get_irq() to get IRQ resource
>       dmaengine: tegra: Fix uninitialized variable usage
>       dmaengine: tegra: Remove unused switch case
>       dt-bindings: Add headers for Tegra234 GPCDMA
>       arm64: tegra: Add Tegra234 GPCDMA device tree node
>       arm64: tegra: Update compatible for Tegra234 GPCDMA
>       dt-bindings: dmaengine: Add compatible for Tegra234
>       dmaengine: tegra: Add terminate() for Tegra234
>       i2c: tegra: Add GPCDMA support
>       arm64: tegra: Add GPCDMA support for Tegra I2C
>       dt-bindings: dmaengine: Add dma-channel-mask to Tegra GPCDMA
>       arm64: tegra: Add dma-channel-mask in GPCDMA node
>       dmaengine: tegra: Add support for dma-channel-mask
>       i2c: tegra: Report critical errors to FSI
>       dmaengine: tegra: Get slave channel based on DT
>       i2c: Add prod settings support
>       crypto: tcrypt: Changes to support NVIDIA SE testing
>       dmaengine: tegra: Fix memory leak in terminate_all()
>       Revert "i2c: tegra: Allocate DMA memory for DMA engine"
>       crypto: tegra: Add Kconfig to support Tegra SE
> 
> Alexander Prutskov (1):
>       brcmfmac: Support 89459 pcie
> 
> Andy Shevchenko (2):
>       gpiolib: cdev: Fix kernel doc for struct line
>       gpiolib: cdev: Fix typo in kernel doc for struct line
> 
> Aniruddha Rao (1):
>       mmc: sdhci-tegra: Enable wake on SD card event
> 
> Aniruddha Tvs Rao (1):
>       mmc: core: Update bus status on sd card removal
> 
> Ankit Patel (1):
>       HID: usbhid: Add ALWAYS_POLL quirk for some mice
> 
> Ankur Pawar (1):
>       memory: tegra: Add client for RCE in Tegra234
> 
> Arnd Bergmann (1):
>       hte: tegra: fix 'struct of_device_id' build error
> 
> Arvind M (1):
>       hsierrrptinj: add support for Tegra DLA
> 
> Ashish Mhetre (8):
>       memory: tegra: Add memory controller channels support
>       memory: tegra: Add MC error logging on Tegra186 onward
>       dt-bindings: memory: tegra: Update validation for reg and reg-names
>       arm64: tegra: Add memory controller channels
>       memory: tegra: Skip SID override on HV
>       iommu: Don't reserve IOVA when address and size are zero
>       memory: tegra: Add SID override on resume
>       memory: tegra: Fix SID override
> 
> Ashish Singhal (1):
>       arm64: tegra: Add QSPI controllers on Tegra234
> 
> Baruch Siach (1):
>       PCI: dwc: Move GEN3_RELATED DBI definitions to common header
> 
> Basavaraj Natikar (1):
>       USB: Extend pci resume function to handle PM events
> 
> Bharat Nihalani (1):
>       soc: tegra: Use runtime debugfs check
> 
> Brad Griffis (1):
>       enable handling of macronix block protection
> 
> Cai Huoqing (1):
>       memory: tegra: Make use of the helper function 
> devm_add_action_or_reset()
> 
> Dan Carpenter (4):
>       hte: Fix off by one in hte_push_ts_ns()
>       hte: Uninitialized variable in hte_ts_get()
>       drm/simpledrm: Fix an NULL vs IS_ERR() bug
>       hte: tegra-194: Fix off by one in tegra_hte_map_to_line_id()
> 
> Daniel Vetter (1):
>       drm/vgem: use shmem helpers
> 
> David Yu (1):
>       net: phy: fix data corruption
> 
> Dipen Patel (23):
>       Documentation: Add HTE subsystem guide
>       drivers: Add hardware timestamp engine (HTE) subsystem
>       hte: Add Tegra194 HTE kernel provider
>       dt-bindings: Add HTE bindings
>       gpiolib: Add HTE support
>       gpio: tegra186: Add HTE support
>       gpiolib: cdev: Add hardware timestamp clock type
>       tools: gpio: Add new hardware clock type
>       hte: Add Tegra HTE test driver
>       MAINTAINERS: Add HTE Subsystem
>       dt-bindings: Renamed hte directory to timestamp
>       dt-bindings: timestamp: Correct id path
>       arm64: tegra: Enable GTE nodes
>       Add HTE/timestamp subsystem details
>       dt-bindings: timestamp: Add Tegra234 support
>       dt-bindings: timestamp: Deprecate nvidia,slices property
>       arm64: tegra: Add Tegra234 GTE nodes
>       hte: Re-phrase tegra API document
>       hte: Add Tegra234 provider
>       hte: Deprecate nvidia,slices property
>       hte: handle nvidia,gpio-controller property
>       gpio: tegra186: Add Tegra234 hte support
>       hte: modify gpio controller match function
> 
> Dmitry Osipenko (3):
>       memory: tegra: Remove interconnect state syncing hack
>       soc/tegra: Add devm_tegra_core_dev_init_opp_table_common()
>       mmc: sdhci-tegra: Add runtime PM and OPP support
> 
> Douglas Anderson (1):
>       drm: Call drm_atomic_helper_shutdown() at shutdown time for misc drivers
> 
> EJ Hsu (2):
>       xhci: tegra: avoid usb access after shutdown
>       pinctrl: tegra: Set SFIO mode to Mux Register
> 
> Fabrice Gasnier (1):
>       usb: typec: ucsi: don't print PPM init deferred errors
> 
> Frank Chen (3):
>       v4l2-core: Add sync op to subdev_core_ops
>       include/linux: Add new packed v4l2 pixel format
>       v4l2-core: Add new packed v4l2 pixel format
> 
> Geert Uytterhoeven (4):
>       drm/format-helper: Rename drm_fb_xrgb8888_to_mono_reversed()
>       drm/format-helper: Fix XRGB888 to monochrome conversion
>       drm/fourcc: Add drm_format_info_bpp() helper
>       drm/format-helper: Fix endianness in drm_fb_*_to_*() conversion helpers
> 
> Hans de Goede (4):
>       ASoC: rt5640: Fix possible NULL pointer deref on resume
>       ASoC: rt5640: Change jack_work to a delayed_work
>       ASoC: rt5640: Allow snd_soc_component_set_jack() to override the codec
> IRQ
>       ASoC: rt5640: Add support for boards with an external jack-detect GPIO
> 
> Haotien Hsu (1):
>       phy: tegra: xusb: Support USB role default mode
> 
> Hector Martin (3):
>       of: Move simple-framebuffer device handling from simplefb to of
>       drm/format-helper: Add drm_fb_xrgb8888_to_xrgb2101010_toio()
>       drm/simpledrm: Add [AX]RGB2101010 formats
> 
> Henry Lin (1):
>       usb: xhci: tegra: add shutdown routine
> 
> Ishan Mittal (1):
>       platform: tegra: Add tegra prod framework
> 
> Jason Li (1):
>       tee: optee: Add timeout in wq_sleep()
> 
> Javier Martinez Canillas (3):
>       drm/format-helper: Add drm_fb_xrgb8888_to_gray8_line()
>       drm/format-helper: Add drm_fb_xrgb8888_to_mono_reversed()
>       drm/repaper: Use format helper for xrgb8888 to monochrome conversion
> 
> Jiapeng Chong (1):
>       hte: Remove unused including <linux/version.h>
> 
> Jim Lin (5):
>       phy: tegra: xusb: add utmi pad power on/down ops
>       usb: gadget: tegra: Reduce pad power
>       xhci: Add hub_control to xhci_driver_overrides
>       xhci: hub: export symbol on xhci_hub_control
>       phy: xusb-tegra186: No redundant pad control
> 
> Jisheng Zhang (2):
>       PCI: tegra194: Remove unnecessary MSI enable reg save and restore
>       PCI: dwc: Restore MSI Receiver mask during resume
> 
> Johnny Liu (5):
>       memory: tegra: Add clients used by DRM in Tegra234
>       arm64: spectre: increase parameters that can be used to turn off bhb
> mitigation individually
>       memory: tegra: add nvlink clients for NVGPU
>       memory: tegra: Add bpmp_id and type for nvdla
>       memory: tegra: Add clients for VI in Tegra234
> 
> Jon Hunter (13):
>       arm64: tegra: Enable device-tree overlay support
>       soc/tegra: pmc: Add reboot notifier
>       cpufreq: tegra194: Fix module loading
>       dt-bindings: tegra: Update headers for Tegra234
>       dt-bindings: memory: Fix typos and definitions for Tegra
>       memory: tegra: Add DLA clients for Tegra234
>       usb: gadget: tegra-xudc: Remove unneeded return variable
>       spi: tegra210-quad: Don't initialise DMA if not supported
>       phy: tegra: xusb: Fix crash during pad power on/down
>       usb: typec: ucsi_ccg: Revert downstream changes
>       dma-buf-map: Fix-up iosys-map integration
>       spi: Remove compatible string for T234
>       phy: tegra194-p2u: Fix device-tree backward compatibility
> 
> Jonathan Corbet (1):
>       docs: Move the HTE documentation to driver-api/
> 
> Kartik (16):
>       mailbox: tegra-hsp: Add tegra_hsp_sm_ops
>       dt-bindings: tegra186-hsp: add type for shared mailboxes
>       mailbox: tegra-hsp: Add 128-bit shared mailbox support
>       soc/tegra: fuse: use platform info with soc revision
>       soc/tegra: fuse: Use SoC specific nvmem cells
>       soc/tegra: fuse: Add nvmem keepout list
>       soc/tegra: fuse: Remove nvmem root only access
>       soc/tegra: fuse: Fix Tegra234 nvmem size
>       mailbox: tegra-hsp: add support for multiple shared interrupts
>       dt-bindings: tegra186-hsp: add nvidia,mailbox-interrupts property
>       clocksource/drivers/timer-tegra186: Add support for Tegra234 SoC
>       tty/serial: tegra-tcu: skip esc and ccplex_id
>       mailbox: tegra-hsp: Add sm ops route_irq & set_irq
>       mailbox: tegra-hsp: Add support for virtualization
>       soc/tegra: fuse: Update Tegra234 nvmem keepout list
>       soc/tegra: fuse: Remove security_mode fuse from keepout list
> 
> Kent Gibson (7):
>       gpiolib: cdev: fix null pointer dereference in linereq_free()
>       gpiolib: cdev: simplify linereq_free
>       gpiolib: cdev: simplify parameter in call to hte_edge_setup
>       gpiolib: cdev: replace if-else chains with switches
>       gpiolib: cdev: simplify line event identification
>       gpiolib: cdev: consolidate edge detector configuration flags
>       gpiolib: cdev: compile out HTE unless CONFIG_HTE selected
> 
> Kevin Locke (1):
>       kbuild: avoid regex RS for POSIX awk
> 
> Krishna Yarlagadda (8):
>       spi: tegra210-quad: use device_reset method
>       spi: tegra210-quad: add new chips to compatible
>       spi: tegra210-quad: combined sequence mode
>       spi: tegra210-quad: Fix combined sequence
>       spi: tegra210-quad: use devm call for cdata memory
>       spi: tegra210-quad: set half duplex flag
>       spi: tegra210-quad: Fix validate combined sequence
>       spi: tegra210-quad: Fix iterator outside loop
> 
> Krzysztof Kozlowski (1):
>       memory: tegra: mc: simplify platform_get_resource()
> 
> Kuninori Morimoto (2):
>       ASoC: test-component: add Test Component for Sound debug/test
>       ASoC: add Audio Graph Card2 driver
> 
> Laxman Dewangan (23):
>       dtc: check: Disable warning for plugin DTS
>       soc: tegra: Add config variable for platform helper support
>       soc: tegra: platform-helper: rename APIs for identifying hypervisor mode
>       platform: tegra: Add support for mask with 1s
>       platform: tegra_prod: Use kmemleak_not_leak for allocated memory
>       platform: tegra_prod: Fix prod setting parsing for package/board
>       platform: tegra_prod: Use proper variable name
>       platform: tegra_prod: Use for_each_available_child_of_node()
>       platform: tegra: move struct tegra_prod_list to private
>       platform: tegra_prod: Add APIs to managed allocation of prod_list
>       platform: tegra_prod: Remove unused APIs from public header
>       platform: tegra_prod: Get rid of tegra_prod_release()
>       platform: tegra_prod: Add support for nested prod nodes
>       platform: tegra_prod: Add devm_tegra_prod_get_from_node()
>       platform: tegra_prod: use devm_ for allocation
>       platform: tegra_prod: Do not use kmemleak_not_leak()
>       platform: tegra: Add support to find prod setting
>       platform: tegra: APIs to set prod based on name/index/offset/mask
>       prod: Add support for masked write in partially prod config
>       platform: tegra_prod: Use strcasecmp() for prod name
>       platform: tegra_prod: add support to avoid multiple configruation
>       platform: tegra: Add tegra prod as built-in
>       platform: tegra: Add new config TEGRA_PROD_LEGACY
> 
> Liang He (1):
>       soc/tegra: fuse: Add missing of_node_put() in tegra_init_fuse()
> 
> Linus Walleij (1):
>       hte: tegra-194: Use proper includes
> 
> Linyu Yuan (1):
>       usb: typec: ucsi: Wait for the USB role switches
> 
> Lucas De Marchi (3):
>       dma-buf-map: Rename to iosys-map
>       iosys-map: Add offset to iosys_map_memcpy_to()
>       iosys-map: Add a few more helpers
> 
> Manikanta Maddireddy (7):
>       dt-bindings: PCI: tegra: Add DT support for PRSNT# signal
>       PCI: dwc: Use pci_alloc_host_bridge() in place of devm_*()
>       dt-bindings: PCI: tegra194: Add support for safety feature
>       PCI: tegra194: Disable AER interrupt during controller deinit
>       arm64: tegra: Add uphy lane number and intr in p2u nodes
>       PCI: tegra194: Disable interrupt before link status check
>       PCI: tegra194: Fix probe path for Endpoint mode
> 
> Manish Bhardwaj (2):
>       net: fix ubsan warning network layer
>       mmc: core: separate mmc_test and mmc driver
> 
> Manivannan Sadhasivam (4):
>       PCI: tegra194: Move dw_pcie_ep_linkup() to threaded IRQ handler
>       PCI: endpoint: Use a separate lock for protecting epc->pci_epf list
>       PCI: endpoint: Use callback mechanism for passing events from EPC to EPF
>       PCI: endpoint: Use link_up() callback in place of LINK_UP notifier
> 
> Mark Zhang (1):
>       WAR: tee: optee: Fix race condition
> 
> Masahiro Yamada (6):
>       kbuild: reuse real-search to simplify cmd_mod
>       kbuild: split the second line of *.mod into *.usyms
>       kbuild: get rid of duplication in *.mod files
>       kbuild: make *.mod not depend on *.o
>       kbuild: read *.mod to get objects passed to $(LD) or $(AR)
>       kbuild: make *.mod rule robust against too long argument error
> 
> Mauro Carvalho Chehab (2):
>       docs: tegra194-hte.rst: don't include gpiolib.c twice
>       tegra194-hte.rst: fix reference to its binding
> 
> Mikko Perttunen (18):
>       arm64: tegra: Fill in properties for Tegra234 eMMC
>       arm64: tegra: Add Tegra234 TCU device
>       arm64: tegra: Add NVIDIA Jetson AGX Orin Developer Kit support
>       dt-bindings: Update headers for Tegra234
>       arm64: tegra: Add NVDEC to Tegra186/194 device trees
>       gpu: host1x: Add context bus
>       arm64: tegra: Add Host1x context stream IDs on Tegra186+
>       arm64: tegra: Add Host1x and VIC on Tegra234
>       dt-bindings: Add headers for Host1x and VIC on Tegra234
>       cpufreq: tegra186/tegra194: Handle errors in BPMP response
>       memory: tegra: Add API for retrieving carveout bounds
>       dt-bindings: Add Host1x context stream IDs on Tegra234
>       dt-bindings: Add headers for NVDEC on Tegra234
>       iommu/arm-smmu: Attach to host1x context device bus
>       misc: sram: Add compatible string for Tegra234 SYSRAM
>       thermal: tegra-bpmp: Handle errors in BPMP response
>       thermal/drivers/tegra-bpmp: Handle offline zones
>       thermal: tegra-bpmp: Check if BPMP supports trip points
> 
> Mohan Kumar (10):
>       dt-bindings: Add HDA support for Tegra234
>       ALSA: hda/tegra: Add Tegra234 hda driver support
>       ALSA: hda/tegra: Hardcode GCAP ISS value on T234
>       ALSA: hda/tegra: Update scratch reg. communication
>       dt-bindings: Document Tegra234 HDA support
>       arm64: tegra: Add HDA device tree node for Tegra234
>       ALSA: hda: Jack detection poll in suspend state
>       ALSA: hda/tegra: Enable Jack poll for tegra
>       ASoC: tegra: Update AHUB driver for Tegra234
>       ALSA: hda: Fix crash due to jack poll in suspend
> 
> Nagarjuna Kristam (15):
>       dt-bindings: PCI: tegra194: Add monitor clock support
>       PCI: tegra194: Add core monitor clock support
>       PCI: designware-ep: Export dw_pcie_ep_exit API
>       phy: tegra: p2u: Add lane margin support
>       phy: tegra: p2u: update power on sequence
>       PCI: tegra194: Add PEX_PRSNT GPIO support
>       PCI: designware-host: Update resource cleanup
>       PCI: tegra194: Add HSI support
>       PCI: tegra194: Fix duplicate pll disbale
>       arm64: tegra: Add iommus property to pcie nodes
>       Revert "PCI: endpoint: Add support in configfs to associate two EPCs 
> with
> EPF"
>       pci: designware: Correct port link control config
>       PCI: tegra194: Add ASPM L1 entrance latency config
>       PCI: tegra194: use HW version number
>       PCI: tegra194: Remove debugfs if link up
> 
> Narayan Reddy (3):
>       phy: add 10G, 5G for fixed link
>       soc/tegra: pmc: Add wake source interrupt for MGBE
>       aquantia: issue PHY reset during phy init
> 
> Ninad Malwade (2):
>       arm64: dts: Add ina3221 DT entries AGX Orin
>       hwmon: ina3221: Add support for channel summation disable
> 
> Niranjan Dighe (2):
>       dmaengine: tegra210-adma: Provide support for ADMA virtualization
>       drivers: dma: adma: Fix channel offset for virt
> 
> Noralf Trønnes (5):
>       drm/format-helper: Add drm_fb_xrgb8888_to_rgb332()
>       drm/format-helper: Add drm_fb_xrgb8888_to_rgb888()
>       drm/gud: Add GUD_PIXEL_FORMAT_R8
>       drm/gud: Add GUD_PIXEL_FORMAT_RGB332
>       drm/gud: Add GUD_PIXEL_FORMAT_RGB888
> 
> Oder Chiou (10):
>       ASoC: rt5640: Add the binding include file for the HDA header support
>       ASoC: rt5640: Add the HDA header support
>       ASoC: rt5640: Fix the wrong state of the JD in the HDA header
>       ASoC: rt5640: Remove the sysclk and sysclk_src checking
>       ASoC: rt5640: Do not manipulate pin "Platform Clock" if the "Platform
> Clock" is not in the DAPM
>       ASoC: rt5640: Add the MICBIAS1 to the dapm routing
>       ASoC: rt5640: Fix the wrong state of JD1 and JD2
>       ASoC: rt5640: Fix the JD voltage dropping issue
>       ASoC: rt5640: Fix the issue of the abnormal JD2 status
>       ASoC: rt5640: Fix Jack work after system suspend
> 
> Olivier Moysan (1):
>       ASoC: simple-card-utils: fix sysclk shutdown
> 
> Paritosh Dixit (1):
>       drm: Call drm_dev_unregister() at shutdown for AST.
> 
> Parker Newman (1):
>       i2c: tegra: Fix i2c-tegra DMA config option processing
> 
> Pekka Pessi (1):
>       mbox: tegra: clear mailbox before using message
> 
> Peter De Schrijver (2):
>       firmware: tegra: Update BPMP ABI
>       clk: tegra: Support BPMP-FW ABI deny flags
> 
> Petlozu Pravareshwar (10):
>       soc/tegra: pmc: Check device node status property
>       soc/tegra: pmc: Add I/O pad table for Tegra234
>       soc/tegra: pmc: Fix dual edge triggered wakes
>       soc/tegra: pmc: Process wake events during resume
>       soc/tegra: pmc: Support software wake-up for SPE
>       soc/tegra: pmc: Add PMIC IRQ wake event
>       soc/tegra: pmc: Add SW Wake support on T234
>       soc/tegra: pmc: Add Tegra234 SD card wake event
>       soc/tegra: pmc: Update PMC aperture address mapping
>       xhci: tegra: USB2 pad power controls
> 
> Pierre-Louis Bossart (1):
>       ASoC: soc-pcm: restore mixer functionality
> 
> Pohsun Su (2):
>       clocksource/drivers/timer-tegra186: add WDIOC_GETTIMELEFT support
>       clocksource/drivers/timer-tegra186: fix watchdog self-pinging.
> 
> Prasanna Kerekoppa (1):
>       brcmfmac: Fix PCIE suspend/resume issue
> 
> Prasun Kumar (6):
>       Add tegra HSI Err Inj driver
>       Documentation: Add DT binding for tegra-hsierrrptinj
>       i2c: Error report injection utility support
>       hsierrrptinj: Update supported IPs
>       hsierrrptinj: Update Ethernet IP instances
>       hsierrrptinj: update driver
> 
> Prathamesh Shete (30):
>       dt-bindings: gpio: Add Tegra234 support
>       gpio: tegra186: Add support for Tegra234
>       gpio: tegra186: Check GPIO pin permission before access.
>       gpio: tegra186: Check PMC driver status before any request
>       gpio: tegra186: add Tegra234 PMC compatible in GPIO driver
>       mmc: sdhci: Separate out sdhci_reset_for_all()
>       mmc: sdhci: Remove misleading comment about resets
>       mmc: sdhci: Get rid of SDHCI_QUIRK_RESET_CMD_DATA_ON_IOS
>       mmc: sdhci: Centralize CMD and DATA reset handling
>       mmc: sdhci-tegra: Separate Tegra194 and Tegra234 SoC data
>       mmc: sdhci-tegra: Add support to program MC stream ID
>       mmc: sdhci-tegra: Issue CMD and DAT resets together
>       iommu: Always define struct iommu_fwspec
>       dt-bindings: gpio: Remove FSI domain entries for Tegra234
>       gpio: tegra186: enable interrupt for all routemap registers
>       gpio: timestamping: program timestamp bit
>       arm64: tegra: Add Tegra234 SDMMC1 device tree node
>       mmc: host: Add prod framework changes
>       pinctrl: tegra: Add pinmux support for Tegra194
>       pinctrl: tegra194: remove duplicate initializer again
>       pinctrl: tegra: tegra194: drop unused pin groups
>       pinctrl: tegra: Separate Tegra194 instances
>       pinctrl: tegra: Use correct offset for pin group
>       pinctrl: tegra: Duplicate pinmux functions table
>       pinctrl: tegra: Consistently refer to SoC data
>       pinctrl: tegra: Add Tegra234 pinmux driver
>       mmc: host: restrict min clk rate to 20MHz
>       mmc: sdhci-tegra: do not set padpipe_clk_override
>       mmc: host: program SPARE0 register field even if supplies are not
> populated
>       pinctrl: tegra: Add config property GPIO mode
> 
> Praveen James (3):
>       tegra-epl: Send state notification fsi
>       tegra-epl: fix deinit notification to fsi driver
>       tegra-epl: publish kernel pm state to FSI
> 
> Rahul Bedarkar (5):
>       Documentation: Add DT binding for tegra-epl
>       Add tegra EPL driver
>       tegra-epl: Remove dependency on ARCH_TEGRA_234_SOC
>       tegra-epl: Set handshake retry count to 20
>       tegra-epl: Set default handshake retry count to 25
> 
> Rajkumar Kasirajan (1):
>       clk: tegra: Replace .round_rate() with .determine_rate()
> 
> Randy Dunlap (1):
>       drm/format_helper: fix a kernel-doc typo
> 
> Revanth Kumar Uppala (6):
>       nvethernet: Add nvidia,vm-irq-config
>       brcmfmac: add 54591 PCIE device
>       brcmfmac: move firmware path to cypress folder
>       brcmfmac: load 54591 firmware for chip ID 0x4355
>       drivers: net: phy: Multiple fixes for stability
>       net: phy: aquantia: Poll for valid FW ID.
> 
> Richard Fitzgerald (2):
>       ASoC: audio_graph_card2: Add support for variable slot widths
>       ASoC: simple-card-utils: Avoid NULL deref in asoc_simple_set_tdm()
> 
> Rikard Falkeborn (1):
>       ASoC: tegra: Constify static snd_soc_dai_ops structs
> 
> Robert Hancock (1):
>       ASoC: simple-card-utils: Add new system-clock-fixed flag
> 
> Robin Murphy (1):
>       gpu: host1x: Register context bus unconditionally
> 
> Sameer Pujar (41):
>       dt-bindings: Add Tegra234 APE support
>       memory: tegra: Add APE memory clients for Tegra234
>       dt-bindings: sound: tegra: Add minItems for resets
>       arm64: tegra: Add audio devices on Tegra234
>       arm64: tegra: APE sound card for Jetson AGX Orin
>       dmaengine: tegra210-adma: Re-order 'has_outstanding_reqs' member
>       dmaengine: tegra210-adma: Add description for 'adma_get_burst_config'
>       dmaengine: tegra210-adma: Override ADMA FIFO size
>       irqchip/gic-pm: Tegra AGIC integrations for 5.4
>       ASoC: rt5640: Fix sleep in atomic context
>       ASoC: simple-card-utils: Increase maximum DAI links limit to 512
>       ASoC: audio-graph: Fixup CPU endpoint hw_params in a BE<->BE link
>       ASoC: soc-pcm: Don't reconnect an already active BE
>       ASoC: tegra: Add routes for few AHUB modules
>       ASoC: tegra: Add Tegra210 based MVC driver
>       ASoC: tegra: Add Tegra210 based SFC driver
>       ASoC: tegra: Add Tegra210 based AMX driver
>       ASoC: tegra: Add Tegra210 based ADX driver
>       ASoC: tegra: Add Tegra210 based Mixer driver
>       ASoC: tegra: Fix wrong value type in SFC
>       ASoC: tegra: Fix wrong value type in MVC
>       ASoC: tegra: Fix kcontrol put callback in MVC
>       ASoC: tegra: Fix kcontrol put callback in SFC
>       ASoC: tegra: Fix kcontrol put callback in AMX
>       ASoC: tegra: Fix kcontrol put callback in ADX
>       ASoC: tegra: Fix kcontrol put callback in Mixer
>       ASoC: tegra: Balance runtime PM count
>       ASoC: tegra: Use normal system sleep for SFC
>       ASoC: tegra: Use normal system sleep for MVC
>       ASoC: tegra: Use normal system sleep for Mixer
>       ASoC: tegra: Use normal system sleep for AMX
>       ASoC: tegra: Use normal system sleep for ADX
>       ASoC: tegra: Add master volume/mute control support
>       ASoC: tegra: Add Tegra186 based ASRC driver
>       ASoC: tegra: AHUB routes for ASRC module
>       ASoC: tegra: Add Tegra210 based OPE driver
>       ASoC: tegra: AHUB routes for OPE module
>       ASoC: tegra: Fix MBDRC bypass mode check
>       ASoC: rt5640: Update MCLK rate in set_sysclk()
>       ASoC: simple-card-utils: Don't reset clock of active DAI
>       ASoC: simple-card-utils: Fixup DAI sample format
> 
> Sandipan Patra (5):
>       soc/tegra: pmc: Update Tegra234 reset sources
>       arm64: tegra: Enable PWM users on Jetson AGX Orin
>       net/mlx5: Implement thermal zone
>       pwm: tegra: Add runtime PM and OPP support
>       pwm: tegra: Ensure the clock rate is not less than needed
> 
> Sanket Goswami (2):
>       ucsi_ccg: Do not hardcode interrupt polarity and type
>       ucsi_ccg: ACPI based I2c client enumeration for AMD ASICs
> 
> Santosh Reddy Galma (1):
>       simplefb: add support to parse fb-memory from DT
> 
> Serge Semin (4):
>       PCI: dwc: Add braces to multi-line if-else statements
>       PCI: dwc: Detect iATU settings after getting "addr_space" resource
>       PCI: dwc: Read DWC IP core version from register
>       PCI: dwc: Read DWC IP core version from register
> 
> Shardar Shariff Md (1):
>       i2c: core: skip prod-settings node during i2c device registration
> 
> Shunsuke Mie (1):
>       dma-buf: Update obsoluted comments on dma_buf_vmap/vunmap()
> 
> Sing-Han Chen (6):
>       usb: host: xhci-tegra: Add Tegra234 XHCI support
>       usb: gadget: tegra-xudc: Add Tegra234 support
>       usb: typec: ucsi_ccg: Disable UCSI ALT support on Tegra
>       phy: tegra: xusb: Add Tegra234 support
>       ucsi_ccg: Refine the UCSI Interrupt handling
>       usb: xhci-tegra: don't assign port role by default
> 
> Sumit Gupta (36):
>       cpufreq: tegra194: add soc data to support multiple soc
>       cpufreq: tegra194: Add support for Tegra234
>       cpufreq: tegra194: Add support for Tegra239
>       arm64: tegra: Add node for Tegra234 CCPLEX cluster
>       arm64: tegra: Add node for CBB 2.0 on Tegra234
>       soc/tegra: cbb: Add CBB 1.0 driver for Tegra194
>       soc/tegra: cbb: Add driver for Tegra234 CBB 2.0
>       soc/tegra: cbb: Add support for Tegra241 (Grace)
>       soc/tegra: cbb: Use correct master_id mask for CBB NOC in Tegra194
>       soc/tegra: cbb: Update slave maps for Tegra234
>       soc/tegra: cbb: Add checks for potential out of bound errors
>       soc/tegra: cbb: Check firewall before enabling error reporting
>       soc/tegra: Set ERD bit to mask inband errors
>       firmware: tegra: add function to get BPMP data
>       memory: tegra: add interconnect support for DRAM scaling in Tegra234
>       memory: tegra: add mc clients for Tegra234
>       memory: tegra: add software mc clients in Tegra234
>       dt-bindings: tegra: add icc ids for dummy MC clients
>       arm64: tegra: Add cpu OPP tables and interconnects property
>       cpufreq: tegra194: add OPP support and set bandwidth
>       memory: tegra: make cpu cluster bw request a multiple of mc channels
>       PCI: tegra194: add interconnect support in Tegra234
>       memory: tegra: handle no BWMGR MRQ support in BPMP
>       cpufreq: tegra194: store physical_ids to avoid repeated smp call
>       driver: cpufreq: put offline cpu cores to fmin
>       driver: cpufreq: avoid flooding uart when set_opp fails
>       memory: tegra: make icc_set_bw return zero if BWMGR not supported
>       memory: tegra: add check if MRQ_EMC_DVFS_LATENCY is supported
>       memory: tegra: sort tegra234_mc_clients table as per register offsets
>       memory: tegra: Add clients used by DRM in Tegra234
>       cpufreq: tegra194: remove opp table in exit hook
>       cpufreq: tegra194: avoid setting bw when CPU power on during resume
>       soc/tegra: cbb: set ERD bit during resume for error interrupt
>       driver: cpufreq: use refclk delta based loop instead of udelay
>       driver: cpufreq: remove volatile as not needed
>       cpufreq: tegra194: add online/offline hooks
> 
> Suresh Mangipudi (2):
>       bluetooth: usb: Blacklist 8822CE modules
>       pinctrl: tegra: include lpdr pin properties
> 
> Sushil Singh (1):
>       tegra/soc: pmc: Add wake source interrupt for EQOS
> 
> Thierry Reding (28):
>       arm64: tegra: Add main and AON GPIO controllers on Tegra234
>       arm64: tegra: Describe Tegra234 CPU hierarchy
>       arm64: tegra: Add memory controller on Tegra234
>       arm64: tegra: Hook up MMC and BPMP to memory controller
>       dt-bindings: memory: tegra: Update for Tegra194
>       arm64: tegra: Remove unused only-1-8-v properties
>       dt-bindings: memory: tegra: Add Tegra234 support
>       dt-bindings: gpio: tegra186: Convert to json-schema
>       arm64: tegra: Enable gpio-keys on Jetson AGX Orin Developer Kit
>       arm64: tegra: Add Tegra234 IOMMUs
>       iommu/arm-smmu: Support Tegra234 SMMU
>       gpio: tegra186: Force one interrupt per bank
>       gpio: tegra186: Support multiple interrupts per bank
>       memory: tegra: Add Tegra234 support
>       dt-bindings: power: Add Tegra234 MGBE power domains
>       dt-bindings: Add Tegra234 MGBE clocks and resets
>       dt-bindings: memory: Add Tegra234 MGBE memory clients
>       arm64: tegra: Add MGBE nodes on Tegra234
>       dt-bindings: mailbox: tegra: Convert to json-schema
>       dt-bindings: mailbox: tegra: Document Tegra234 HSP
>       memory: tegra: Add MGBE memory clients for Tegra234
>       iommu: Implement of_iommu_get_resv_regions()
>       iommu: dma: Use of_iommu_get_resv_regions()
>       of: Introduce of_translate_dma_region()
>       clocksource: Add Tegra186 timers support
>       pinctrl: tegra: Display pin function in pinconf-groups
>       drm/simpledrm: Use struct iosys_map consistently
>       drm/simpledrm: Add support for system memory framebuffers
> 
> Thomas Zimmermann (30):
>       drm/format-helper: Export drm_fb_clip_offset()
>       drm/format-helper: Rework format-helper memcpy functions
>       drm/format-helper: Add destination-buffer pitch to drm_fb_swab()
>       drm/format-helper: Rework format-helper conversion functions
>       drm/format-helper: Streamline blit-helper interface
>       drm/simpledrm: Enable FB_DAMAGE_CLIPS property
>       drm/simpledrm: Support virtual screen sizes
>       drm/simpledrm: Request memory region in driver
>       drm/simpledrm: Use fbdev defaults for shadow buffering
>       drm/format-helper: Print warning on missing format conversion
>       drm/format-helper: Add RGB888-to-XRGB8888 conversion
>       drm/format-helper: Add RGB565-to-XRGB8888 conversion
>       drm/format-helper: Implement drm_fb_swab() with per-line helpers
>       drm/format-helper: Remove optional byte-swap from line convertion
>       drm/format-helper: Unify the parameters of all per-line conversion
> helpers
>       drm/format-helper: Share implementation among conversion helpers
>       drm/atomic-helper: Add helper drm_atomic_helper_check_crtc_state()
>       drm/simpledrm: Remove mem field from device structure
>       drm/simpledrm: Inline device-init helpers
>       drm/simpledrm: Remove pdev field from device structure
>       drm/simpledrm: Compute framebuffer stride if not set
>       drm/simpledrm: Convert to atomic helpers
>       drm/format-helper: Provide drm_fb_blit()
>       drm/format-helper: Add drm_fb_build_fourcc_list() helper
>       drm/simpledrm: Compute linestride with drm_format_info_min_pitch()
>       drm/simpledrm: Use drm_atomic_get_new_plane_state()
>       drm/simpledrm: Remove !fb check from atomic_update
>       drm/simpledrm: Iterate over damage clips
>       drm/simpledrm: Synchronize access to GEM BOs
>       drm/simpledrm: Set preferred depth from format of scanout buffer
> 
> Timo Alho (1):
>       clk: tegra: Register clocks from root to leaf
> 
> Uwe Kleine-König (1):
>       pwm: tegra: Optimize period calculation
> 
> Venkat Reddy Talla (1):
>       prod: set prod-settings mask to 1-style default
> 
> Vidya Sagar (43):
>       dt-bindings: Add Tegra234 PCIe clocks and resets
>       dt-bindings: power: Add Tegra234 PCIe power domains
>       dt-bindings: memory: Add Tegra234 PCIe memory
>       phy: tegra: Add PCIe PIPE2UPHY support for Tegra234
>       dt-bindings: PCI: tegra194: Convert to json-schema
>       dt-bindings: PCI: tegra234: Add schema for tegra234 Root Port mode
>       dt-bindings: PCI: tegra234: Add schema for tegra234 Endpoint mode
>       PCI: Disable MSI for Tegra234 Root Ports
>       PCI: tegra194: Find RAS DES PCIe capability offset
>       PCI: tegra194: Clear bandwidth management status
>       PCI: tegra194: Clean up the exit path for Endpoint mode
>       PCI: tegra194: Extend Endpoint mode support
>       PCI: tegra194: Add Tegra234 PCIe support
>       arm64: tegra: Add regulators required for PCIe
>       arm64: tegra: Add P2U and PCIe controller nodes to Tegra234 DT
>       arm64: tegra: Enable PCIe slots in P3737-0000 board
>       PCI: designware-ep: Fix DBI access before core init
>       PCI: tegra194: Refactor EP initialization completion
>       PCI: endpoint: Add core_deinit() callback support
>       PCI: dwc: Add a DWC wrapper to pci_epc_deinit_notify()
>       PCI: endpoint: Delete list entry before freeing
>       PCI: tegra194: Use devm_gpiod_get_optional() to parse
> "nvidia,refclk-select"
>       PCI: tegra194: Drive CLKREQ signal low explicitly
>       PCI: tegra194: Fix polling delay for L2 state
>       PCI: tegra194: Handle errors in BPMP response
>       PCI: tegra194: Apply pinctrl settings for both PCIe RP and EP
>       PCI: tegra194: Refactor LTSSM state polling on surprise down
>       PCI: tegra194: Disable direct speed change for EP
>       phy: tegra: p2u: Set ENABLE_L2_EXIT_RATE_CHANGE in calibration
>       PCI: tegra194: Calibrate P2U for endpoint mode
>       PCI: tegra194: Free resources during controller deinitialization
>       PCI: tegra194: Remove IRQF_ONESHOT flag during Endpoint interrupt
> registration
>       PCI: tegra194: Enable DMA interrupt
>       PCI: tegra194: Enable hardware hot reset mode in Endpoint
>       PCI: tegra194: Allow system suspend when the Endpoint link is not up
>       PCI: tegra194: Disable L1.2 capability of Tegra234 EP
>       PCI: tegra194: Set LTR message request before PCIe link up
>       PCI: tegra194: Don't force the device into the D0 state before L2
>       PCI: tegra194: Free up EP resources during remove()
>       PCI: Add PCI_PTM_CAP_RES macro
>       PCI: designware-ep: Disable PTM capabilities for EP mode
>       arm64: tegra: Fix Prefetchable aperture ranges of Tegra234 PCIe
> controllers
>       PCI/ASPM: Refactor L1 PM Substates Control Register programming
> 
> Viresh Kumar (1):
>       cpufreq: tegra194: Staticize struct tegra_cpufreq_soc instances
> 
> Vishwaroop A (9):
>       mtd: spi-nor: support for spansion and macronix
>       spi: add "tegra-spidev" compatible string.
>       arm64: tegra: Populate Tegra234 PWMs
>       arm64: tegra: Add PWM fan for Jetson AGX Orin
>       spi: tegra210-quad: Fix duplicate resource error
>       drivers: spi: add support for prod framework
>       drivers: spi: add support for prod framework
>       spi: add compatible for t234
>       spi: spi-tegra114: retain the spi mode
> 
> Wayne Chang (19):
>       dt-bindings: usb: Add binding for Cypress cypd4226 I2C driver
>       dt-bindings: usb: tegra-xudc: Add Tegra234 XUSB controller support
>       dt-bindings: usb: Add NVIDIA Tegra234 XUSB host controller binding
>       i2c: nvidia-gpu: Add cypress,firmware-build as a well-known regex
>       usb: typec: ucsi: Don't warn on probe deferral
>       usb: typec: ucsi_ccg: Add cypress,firmware-build as a well-known regex
>       i2c: nvidia-gpu: Remove ccgx,firmware-build property
>       usb: typec: ucsi_ccg: Add OF support
>       usb: typec: ucsi_ccg: Remove ccgx,firmware-build property
>       phy: tegra: xusb: Enable usb role switch attribute
>       phy: tegra: xusb: Disable trk clk when not in use
>       phy: tegra: xusb: Support sleepwalk for Tegra234
>       arm64: tegra: Enable XUSB host and device on Jetson AGX Orin
>       usb: gadget: xudc: Refactor update_data_role work
>       phy: tegra: xusb: Remove usb3 supply
>       usb: hub: Add NULL check to hub_is_superspeedplus
>       usb: typec: ucsi: Find connector fwnode without relying on order
>       usb: typec: ucsi_ccg: Add OF support
>       ANDROID: usb:gadget: f_accessory: Add Android Accessory function
> 
> Wolfram Sang (1):
>       clk: move from strlcpy with unused retval to strscpy
> 
> Yang Yingliang (2):
>       cpufreq: tegra194: change tegra239_cpufreq_soc to static
>       hte: Fix possible use-after-free in tegra_hte_test_remove()
> 
> Yi-Wei Wang (5):
>       cpufreq: tegra194: Enable cpufreq thermal cooling
>       dt-bindings: thermal: Add Tegra234 bpmp thermal
>       arm64: tegra: Add thermal sensors on Tegra234
>       hwmon: support setting limits in dts for lm90
>       hwmon: support negative remote offset for tmp451
> 
> Yoshihiro Shimoda (1):
>       PCI: endpoint: Fix WARN() when an endpoint driver is removed
> 
> YueHaibing (1):
>       ASoC: tegra186_asrc: mark runtime-pm functions as __maybe_unused
> 
> dbadgaiyan (1):
>       include: linux: add C2C PCIe device id's
> 
> gauthams (1):
>       spi: add "tegra-spidev" name string.
> 
> haotienh (1):
>       phy: tegra: xusb: Support prod-settings properties
> 
> kartik (1):
>       soc/tegra: pmc: Add Tegra234 wake events
> 
> pmedawala (1):
>       irqchip: Enabling CONFIG_FIQ
> 
> vinothkumarr (1):
>       mtd: spi-nor: support for GD
> 
> ye xingchen (2):
>       cpufreq: tegra194: Remove the unneeded result variable
>       hte: Use device_match_of_node()
> 
> zuyih (1):
>       s25fs: Add post-get-map-id fixup for S25FS512S
> 
>  Documentation/PCI/endpoint/pci-endpoint-cfs.rst                              
> |
>   10 -
>  Documentation/admin-guide/kernel-parameters.txt                              
> |
>    4 +
>  Documentation/devicetree/bindings/dma/nvidia,tegra186-gpc-dma.yaml           
> |
>  117 ++
>  Documentation/devicetree/bindings/gpio/nvidia,tegra186-gpio.txt              
> |
>  165 ---
>  Documentation/devicetree/bindings/gpio/nvidia,tegra186-gpio.yaml             
> |
>  214 ++++
>  Documentation/devicetree/bindings/mailbox/nvidia,tegra186-hsp.yaml           
> |
>  153 +++
>  Documentation/devicetree/bindings/memory-controllers/nvidia,tegra186-mc.yaml 
> |
>  168 ++-
>  Documentation/devicetree/bindings/pci/nvidia,tegra194-pcie-ep.yaml           
> |
>  322 ++++++
>  Documentation/devicetree/bindings/pci/nvidia,tegra194-pcie.txt               
> |
>    3 +
>  Documentation/devicetree/bindings/pci/nvidia,tegra194-pcie.yaml              
> |
>  353 ++++++
>  Documentation/devicetree/bindings/pci/snps,dw-pcie.yaml                      
> |
>    4 +-
>  Documentation/devicetree/bindings/platform/tegra/tegra-epl.yaml              
> |
>   94 ++
>  Documentation/devicetree/bindings/platform/tegra/tegra-hsierrrptinj.yaml     
> |
>   53 +
>  Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.yaml              
> |
>    5 +
>  Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.yaml  
> |
>   29 +
>  Documentation/devicetree/bindings/timestamp/hte-consumer.yaml                
> |
>   39 +
>  Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.yaml         
> |
>  140 +++
>  Documentation/devicetree/bindings/usb/cypress,cypd4226.yaml                  
> |
>   86 ++
>  Documentation/devicetree/bindings/usb/nvidia,tegra-xudc.yaml                 
> |
>   24 +-
>  Documentation/devicetree/bindings/usb/nvidia,tegra234-xusb.yaml              
> |
>  159 +++
>  Documentation/driver-api/device-io.rst                                       
> |
>    9 +
>  Documentation/driver-api/dma-buf.rst                                         
> |
>    9 -
>  Documentation/driver-api/hte/hte.rst                                         
> |
>   79 ++
>  Documentation/driver-api/hte/index.rst                                       
> |
>   22 +
>  Documentation/driver-api/hte/tegra-hte.rst                                   
> |
>   47 +
>  Documentation/driver-api/index.rst                                           
> |
>    1 +
>  Documentation/gpu/todo.rst                                                   
> |
>   20 +-
>  MAINTAINERS                                                                  
> |
>   36 +-
>  Makefile                                                                     
> |
>    5 +-
>  arch/arm64/boot/dts/nvidia/Makefile                                          
> |
>   12 +
>  arch/arm64/boot/dts/nvidia/tegra186.dtsi                                     
> |
>  111 +-
>  arch/arm64/boot/dts/nvidia/tegra194.dtsi                                     
> |
>  170 ++-
>  arch/arm64/boot/dts/nvidia/tegra234-p3701-0000.dtsi                          
> |
>  219 ++++
>  arch/arm64/boot/dts/nvidia/tegra234-p3737-0000+p3701-0000.dts                
> |
> 2101 ++++++++++++++++++++++++++++++++++
>  arch/arm64/boot/dts/nvidia/tegra234-p3737-0000.dtsi                          
> |
>   19 +
>  arch/arm64/boot/dts/nvidia/tegra234-sim-vdk.dts                              
> |
>    1 -
>  arch/arm64/boot/dts/nvidia/tegra234.dtsi                                     
> |
> 4045 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
>  arch/arm64/kernel/proton-pack.c                                              
> |
>   10 +-
>  crypto/Kconfig                                                               
> |
>    6 +
>  crypto/tcrypt.c                                                              
> |
>    4 +-
>  crypto/testmgr.c                                                             
> |
>   14 +-
>  crypto/testmgr.h                                                             
> |
>   40 +
>  drivers/Kconfig                                                              
> |
>    2 +
>  drivers/Makefile                                                             
> |
>    1 +
>  drivers/bluetooth/btusb.c                                                    
> |
>    4 +-
>  drivers/clk/clkdev.c                                                         
> |
>    2 +-
>  drivers/clk/mvebu/dove-divider.c                                             
> |
>    2 +-
>  drivers/clk/tegra/clk-bpmp.c                                                 
> |
>  126 ++-
>  drivers/clocksource/Kconfig                                                  
> |
>    8 +
>  drivers/clocksource/Makefile                                                 
> |
>    1 +
>  drivers/clocksource/timer-tegra186.c                                         
> |
>  535 +++++++++
>  drivers/cpufreq/tegra194-cpufreq.c                                           
> |
>  594 ++++++++--
>  drivers/crypto/Kconfig                                                       
> |
>   12 +
>  drivers/dma-buf/dma-buf.c                                                    
> |
>   22 +-
>  drivers/dma-buf/heaps/cma_heap.c                                             
> |
>   10 +-
>  drivers/dma-buf/heaps/system_heap.c                                          
> |
>   10 +-
>  drivers/dma/Kconfig                                                          
> |
>   11 +
>  drivers/dma/Makefile                                                         
> |
>    1 +
>  drivers/dma/tegra186-gpc-dma.c                                               
> |
> 1589 ++++++++++++++++++++++++++
>  drivers/dma/tegra210-adma.c                                                  
> |
>  140 ++-
>  drivers/firmware/tegra/bpmp.c                                                
> |
>   38 +
>  drivers/gpio/gpio-tegra186.c                                                 
> |
>  362 +++++-
>  drivers/gpio/gpiolib-cdev.c                                                  
> |
>  348 ++++--
>  drivers/gpio/gpiolib.c                                                       
> |
>   58 +
>  drivers/gpio/gpiolib.h                                                       
> |
>    1 +
>  drivers/gpu/Makefile                                                         
> |
>    3 +-
>  drivers/gpu/drm/Kconfig                                                      
> |
>    5 +-
>  drivers/gpu/drm/arm/display/komeda/komeda_drv.c                              
> |
>    9 +
>  drivers/gpu/drm/arm/display/komeda/komeda_kms.c                              
> |
>    7 +
>  drivers/gpu/drm/arm/display/komeda/komeda_kms.h                              
> |
>    1 +
>  drivers/gpu/drm/arm/hdlcd_drv.c                                              
> |
>    6 +
>  drivers/gpu/drm/arm/malidp_drv.c                                             
> |
>    6 +
>  drivers/gpu/drm/ast/ast_drv.c                                                
> |
>    9 +
>  drivers/gpu/drm/ast/ast_drv.h                                                
> |
>    2 +-
>  drivers/gpu/drm/ast/ast_mode.c                                               
> |
>    8 +-
>  drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c                                 
> |
>    6 +
>  drivers/gpu/drm/drm_atomic_helper.c                                          
> |
>   55 +
>  drivers/gpu/drm/drm_cache.c                                                  
> |
>   16 +-
>  drivers/gpu/drm/drm_client.c                                                 
> |
>    9 +-
>  drivers/gpu/drm/drm_fb_helper.c                                              
> |
>   12 +-
>  drivers/gpu/drm/drm_format_helper.c                                          
> |
>  823 ++++++++++----
>  drivers/gpu/drm/drm_fourcc.c                                                 
> |
>   19 +
>  drivers/gpu/drm/drm_gem.c                                                    
> |
>   12 +-
>  drivers/gpu/drm/drm_gem_cma_helper.c                                         
> |
>    9 +-
>  drivers/gpu/drm/drm_gem_framebuffer_helper.c                                 
> |
>   16 +-
>  drivers/gpu/drm/drm_gem_shmem_helper.c                                       
> |
>   15 +-
>  drivers/gpu/drm/drm_gem_ttm_helper.c                                         
> |
>    4 +-
>  drivers/gpu/drm/drm_gem_vram_helper.c                                        
> |
>   25 +-
>  drivers/gpu/drm/drm_internal.h                                               
> |
>    6 +-
>  drivers/gpu/drm/drm_mipi_dbi.c                                               
> |
>    6 +-
>  drivers/gpu/drm/drm_prime.c                                                  
> |
>    4 +-
>  drivers/gpu/drm/etnaviv/etnaviv_drv.h                                        
> |
>    2 +-
>  drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c                                  
> |
>    8 +-
>  drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.c                                    
> |
>    8 +
>  drivers/gpu/drm/gud/gud_drv.c                                                
> |
>    6 +
>  drivers/gpu/drm/gud/gud_internal.h                                           
> |
>   12 +
>  drivers/gpu/drm/gud/gud_pipe.c                                               
> |
>   18 +-
>  drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c                              
> |
>    6 +
>  drivers/gpu/drm/hyperv/hyperv_drm_drv.c                                      
> |
>    6 +
>  drivers/gpu/drm/hyperv/hyperv_drm_modeset.c                                  
> |
>   10 +-
>  drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c                                   
> |
>    8 +-
>  drivers/gpu/drm/i915/gem/selftests/i915_gem_dmabuf.c                         
> |
>    6 +-
>  drivers/gpu/drm/i915/gem/selftests/mock_dmabuf.c                             
> |
>    6 +-
>  drivers/gpu/drm/lima/lima_gem.c                                              
> |
>    3 +-
>  drivers/gpu/drm/lima/lima_sched.c                                            
> |
>    4 +-
>  drivers/gpu/drm/mcde/mcde_drv.c                                              
> |
>    9 +
>  drivers/gpu/drm/mediatek/mtk_drm_gem.c                                       
> |
>    7 +-
>  drivers/gpu/drm/mediatek/mtk_drm_gem.h                                       
> |
>    5 +-
>  drivers/gpu/drm/mgag200/mgag200_mode.c                                       
> |
>    8 +-
>  drivers/gpu/drm/msm/msm_drv.h                                                
> |
>    4 +-
>  drivers/gpu/drm/msm/msm_gem_prime.c                                          
> |
>    6 +-
>  drivers/gpu/drm/omapdrm/omap_drv.c                                           
> |
>    8 +
>  drivers/gpu/drm/panfrost/panfrost_perfcnt.c                                  
> |
>   13 +-
>  drivers/gpu/drm/qxl/qxl_display.c                                            
> |
>    8 +-
>  drivers/gpu/drm/qxl/qxl_draw.c                                               
> |
>    6 +-
>  drivers/gpu/drm/qxl/qxl_drv.c                                                
> |
>    7 +
>  drivers/gpu/drm/qxl/qxl_drv.h                                                
> |
>   10 +-
>  drivers/gpu/drm/qxl/qxl_object.c                                             
> |
>    8 +-
>  drivers/gpu/drm/qxl/qxl_object.h                                             
> |
>    4 +-
>  drivers/gpu/drm/qxl/qxl_prime.c                                              
> |
>    4 +-
>  drivers/gpu/drm/radeon/radeon_gem.c                                          
> |
>    1 +
>  drivers/gpu/drm/rockchip/rockchip_drm_gem.c                                  
> |
>    9 +-
>  drivers/gpu/drm/rockchip/rockchip_drm_gem.h                                  
> |
>    5 +-
>  drivers/gpu/drm/sti/sti_drv.c                                                
> |
>    7 +
>  drivers/gpu/drm/sun4i/sun4i_drv.c                                            
> |
>    6 +
>  drivers/gpu/drm/tegra/gem.c                                                  
> |
>   10 +-
>  drivers/gpu/drm/tiny/bochs.c                                                 
> |
>    6 +
>  drivers/gpu/drm/tiny/cirrus.c                                                
> |
>   38 +-
>  drivers/gpu/drm/tiny/gm12u320.c                                              
> |
>    7 +-
>  drivers/gpu/drm/tiny/repaper.c                                               
> |
>   24 +-
>  drivers/gpu/drm/tiny/simpledrm.c                                             
> |
>  630 ++++++-----
>  drivers/gpu/drm/tiny/st7586.c                                                
> |
>    2 +-
>  drivers/gpu/drm/ttm/ttm_bo_util.c                                            
> |
>   16 +-
>  drivers/gpu/drm/ttm/ttm_resource.c                                           
> |
>   42 +-
>  drivers/gpu/drm/ttm/ttm_tt.c                                                 
> |
>    8 +-
>  drivers/gpu/drm/udl/udl_modeset.c                                            
> |
>    3 +-
>  drivers/gpu/drm/vboxvideo/vbox_mode.c                                        
> |
>    4 +-
>  drivers/gpu/drm/vgem/vgem_drv.c                                              
> |
>  342 +-----
>  drivers/gpu/drm/vkms/vkms_composer.c                                         
> |
>    4 +-
>  drivers/gpu/drm/vkms/vkms_drv.h                                              
> |
>    6 +-
>  drivers/gpu/drm/vkms/vkms_plane.c                                            
> |
>    2 +-
>  drivers/gpu/drm/vkms/vkms_writeback.c                                        
> |
>    2 +-
>  drivers/gpu/drm/xen/xen_drm_front_gem.c                                      
> |
>    7 +-
>  drivers/gpu/drm/xen/xen_drm_front_gem.h                                      
> |
>    6 +-
>  drivers/gpu/host1x/Kconfig                                                   
> |
>    5 +
>  drivers/gpu/host1x/Makefile                                                  
> |
>    1 +
>  drivers/gpu/host1x/context_bus.c                                             
> |
>   26 +
>  drivers/hid/hid-ids.h                                                        
> |
>    1 +
>  drivers/hid/hid-quirks.c                                                     
> |
>    1 +
>  drivers/hte/Kconfig                                                          
> |
>   33 +
>  drivers/hte/Makefile                                                         
> |
>    3 +
>  drivers/hte/hte-tegra194-test.c                                              
> |
>  238 ++++
>  drivers/hte/hte-tegra194.c                                                   
> |
>  871 ++++++++++++++
>  drivers/hte/hte.c                                                            
> |
>  947 ++++++++++++++++
>  drivers/hwmon/ina3221.c                                                      
> |
>   33 +-
>  drivers/hwmon/lm90.c                                                         
> |
>   57 +-
>  drivers/i2c/busses/i2c-nvidia-gpu.c                                          
> |
>    4 +-
>  drivers/i2c/busses/i2c-tegra.c                                               
> |
>  309 +++--
>  drivers/i2c/i2c-core-of.c                                                    
> |
>    3 +
>  drivers/iommu/arm/arm-smmu/arm-smmu-impl.c                                   
> |
>    3 +-
>  drivers/iommu/arm/arm-smmu/arm-smmu.c                                        
> |
>   13 +
>  drivers/iommu/dma-iommu.c                                                    
> |
>    4 +
>  drivers/iommu/of_iommu.c                                                     
> |
>  100 ++
>  drivers/irqchip/Kconfig                                                      
> |
>    6 +
>  drivers/irqchip/irq-gic-pm.c                                                 
> |
>   86 +-
>  drivers/irqchip/irq-gic.c                                                    
> |
>  341 +++++-
>  drivers/mailbox/tegra-hsp.c                                                  
> |
>  405 +++++--
>  drivers/media/common/videobuf2/videobuf2-dma-contig.c                        
> |
>   21 +-
>  drivers/media/common/videobuf2/videobuf2-dma-sg.c                            
> |
>    9 +-
>  drivers/media/common/videobuf2/videobuf2-vmalloc.c                           
> |
>   11 +-
>  drivers/media/v4l2-core/v4l2-ioctl.c                                         
> |
>   12 +
>  drivers/memory/tegra/Makefile                                                
> |
>    2 +
>  drivers/memory/tegra/mc.c                                                    
> |
>  215 +++-
>  drivers/memory/tegra/mc.h                                                    
> |
>   51 +-
>  drivers/memory/tegra/tegra186-emc.c                                          
> |
>  236 +++-
>  drivers/memory/tegra/tegra186.c                                              
> |
>   64 +-
>  drivers/memory/tegra/tegra194.c                                              
> |
>    9 +
>  drivers/memory/tegra/tegra234.c                                              
> |
> 1176 +++++++++++++++++++
>  drivers/misc/fastrpc.c                                                       
> |
>    4 +-
>  drivers/misc/sram.c                                                          
> |
>    1 +
>  drivers/mmc/core/bus.c                                                       
> |
>   28 +
>  drivers/mmc/core/mmc_test.c                                                  
> |
>   29 +-
>  drivers/mmc/host/sdhci-pci-core.c                                            
> |
>   23 +-
>  drivers/mmc/host/sdhci-tegra.c                                               
> |
>  201 +++-
>  drivers/mmc/host/sdhci.c                                                     
> |
>   89 +-
>  drivers/mmc/host/sdhci.h                                                     
> |
>    4 +-
>  drivers/mtd/spi-nor/core.c                                                   
> |
>   29 +
>  drivers/mtd/spi-nor/core.h                                                   
> |
>    3 +
>  drivers/mtd/spi-nor/gigadevice.c                                             
> |
>    5 +
>  drivers/mtd/spi-nor/macronix.c                                               
> |
>    4 +
>  drivers/mtd/spi-nor/sfdp.c                                                   
> |
>    2 +
>  drivers/mtd/spi-nor/spansion.c                                               
> |
>   50 +
>  drivers/net/ethernet/mellanox/mlx5/core/Makefile                             
> |
>    1 +
>  drivers/net/ethernet/mellanox/mlx5/core/main.c                               
> |
>    6 +
>  drivers/net/ethernet/mellanox/mlx5/core/thermal.c                            
> |
>  108 ++
>  drivers/net/ethernet/mellanox/mlx5/core/thermal.h                            
> |
>   20 +
>  drivers/net/phy/aquantia_main.c                                              
> |
>  470 +++++++-
>  drivers/net/phy/realtek.c                                                    
> |
>  198 +++-
>  drivers/net/phy/swphy.c                                                      
> |
>   11 +
>  drivers/net/wireless/broadcom/brcm80211/brcmfmac/chip.c                      
> |
>    3 +
>  drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.h                  
> |
>    7 +
>  drivers/net/wireless/broadcom/brcm80211/brcmfmac/msgbuf.c                    
> |
>   66 ++
>  drivers/net/wireless/broadcom/brcm80211/brcmfmac/msgbuf.h                    
> |
>    1 +
>  drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c                      
> |
>  165 ++-
>  drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.h                      
> |
>    2 +
>  drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c                      
> |
>   20 +-
>  drivers/net/wireless/broadcom/brcm80211/brcmfmac/usb.c                       
> |
>    2 +-
>  drivers/net/wireless/broadcom/brcm80211/include/brcm_hw_ids.h                
> |
>    5 +-
>  drivers/of/address.c                                                         
> |
>   41 +
>  drivers/of/platform.c                                                        
> |
>    4 +
>  drivers/pci/controller/dwc/pcie-designware-ep.c                              
> |
>  158 ++-
>  drivers/pci/controller/dwc/pcie-designware-host.c                            
> |
>   43 +-
>  drivers/pci/controller/dwc/pcie-designware.c                                 
> |
>   38 +-
>  drivers/pci/controller/dwc/pcie-designware.h                                 
> |
>   44 +-
>  drivers/pci/controller/dwc/pcie-tegra194.c                                   
> |
> 1452 +++++++++++++++++++-----
>  drivers/pci/endpoint/functions/pci-epf-test.c                                
> |
>   38 +-
>  drivers/pci/endpoint/pci-ep-cfs.c                                            
> |
>  147 ---
>  drivers/pci/endpoint/pci-epc-core.c                                          
> |
>   65 +-
>  drivers/pci/endpoint/pci-epf-core.c                                          
> |
>    5 +-
>  drivers/pci/pcie/aspm.c                                                      
> |
>   74 +-
>  drivers/pci/quirks.c                                                         
> |
>   13 +-
>  drivers/phy/tegra/Makefile                                                   
> |
>    1 +
>  drivers/phy/tegra/phy-tegra194-p2u.c                                         
> |
>  385 ++++++-
>  drivers/phy/tegra/xusb-tegra124.c                                            
> |
>    1 -
>  drivers/phy/tegra/xusb-tegra186.c                                            
> |
>  148 ++-
>  drivers/phy/tegra/xusb-tegra210.c                                            
> |
>    1 -
>  drivers/phy/tegra/xusb.c                                                     
> |
>   68 +-
>  drivers/phy/tegra/xusb.h                                                     
> |
>   29 +-
>  drivers/pinctrl/tegra/Kconfig                                                
> |
>    4 +
>  drivers/pinctrl/tegra/Makefile                                               
> |
>    1 +
>  drivers/pinctrl/tegra/pinctrl-tegra.c                                        
> |
>  112 +-
>  drivers/pinctrl/tegra/pinctrl-tegra.h                                        
> |
>    9 +-
>  drivers/pinctrl/tegra/pinctrl-tegra114.c                                     
> |
>    7 +-
>  drivers/pinctrl/tegra/pinctrl-tegra124.c                                     
> |
>    7 +-
>  drivers/pinctrl/tegra/pinctrl-tegra194.c                                     
> |
> 1825 +++++++++++++++++++++++++++++-
>  drivers/pinctrl/tegra/pinctrl-tegra20.c                                      
> |
>    7 +-
>  drivers/pinctrl/tegra/pinctrl-tegra210.c                                     
> |
>  338 +++---
>  drivers/pinctrl/tegra/pinctrl-tegra234.c                                     
> |
> 1961 ++++++++++++++++++++++++++++++++
>  drivers/pinctrl/tegra/pinctrl-tegra30.c                                      
> |
>    7 +-
>  drivers/platform/Kconfig                                                     
> |
>    2 +
>  drivers/platform/Makefile                                                    
> |
>    1 +
>  drivers/platform/tegra/Kconfig                                               
> |
>   49 +
>  drivers/platform/tegra/Makefile                                              
> |
>    5 +
>  drivers/platform/tegra/tegra-epl.c                                           
> |
>  427 +++++++
>  drivers/platform/tegra/tegra-hsierrrptinj.c                                  
> |
>  542 +++++++++
>  drivers/platform/tegra/tegra_prod.c                                          
> |
>  620 ++++++++++
>  drivers/pwm/pwm-tegra.c                                                      
> |
>  102 +-
>  drivers/scsi/ufs/Kconfig                                                     
> |
>    8 +
>  drivers/scsi/ufs/ufshcd.c                                                    
> |
>   42 +-
>  drivers/scsi/ufs/ufshcd.h                                                    
> |
>    5 +
>  drivers/soc/tegra/Kconfig                                                    
> |
>   17 +
>  drivers/soc/tegra/Makefile                                                   
> |
>    1 +
>  drivers/soc/tegra/cbb/Makefile                                               
> |
>    9 +
>  drivers/soc/tegra/cbb/tegra-cbb.c                                            
> |
>  190 ++++
>  drivers/soc/tegra/cbb/tegra194-cbb.c                                         
> |
> 2364 ++++++++++++++++++++++++++++++++++++++
>  drivers/soc/tegra/cbb/tegra234-cbb.c                                         
> |
> 1225 ++++++++++++++++++++
>  drivers/soc/tegra/fuse/fuse-tegra.c                                          
> |
>  122 +-
>  drivers/soc/tegra/fuse/fuse-tegra30.c                                        
> |
>  285 ++++-
>  drivers/soc/tegra/fuse/fuse.h                                                
> |
>    4 +
>  drivers/soc/tegra/fuse/tegra-apbmisc.c                                       
> |
>   30 +-
>  drivers/soc/tegra/pmc.c                                                      
> |
> 1045 ++++++++++++-----
>  drivers/spi/spi-tegra114.c                                                   
> |
>   67 +-
>  drivers/spi/spi-tegra210-quad.c                                              
> |
>  317 +++++-
>  drivers/spi/spi.c                                                            
> |
>    2 +
>  drivers/spi/spidev.c                                                         
> |
>    3 +
>  drivers/tee/optee/rpc.c                                                      
> |
>   22 +-
>  drivers/thermal/tegra/tegra-bpmp-thermal.c                                   
> |
>   74 +-
>  drivers/tty/serial/tegra-tcu.c                                               
> |
>   27 +-
>  drivers/usb/core/hcd-pci.c                                                   
> |
>   24 +-
>  drivers/usb/core/hub.h                                                       
> |
>    1 +
>  drivers/usb/gadget/Kconfig                                                   
> |
>   10 +
>  drivers/usb/gadget/function/Makefile                                         
> |
>    2 +
>  drivers/usb/gadget/function/f_accessory.c                                    
> |
> 1544 +++++++++++++++++++++++++
>  drivers/usb/gadget/udc/tegra-xudc.c                                          
> |
>   61 +-
>  drivers/usb/host/ehci-pci.c                                                  
> |
>    3 +-
>  drivers/usb/host/ohci-pci.c                                                  
> |
>    8 +-
>  drivers/usb/host/uhci-pci.c                                                  
> |
>    7 +-
>  drivers/usb/host/xhci-histb.c                                                
> |
>    2 +-
>  drivers/usb/host/xhci-hub.c                                                  
> |
>    1 +
>  drivers/usb/host/xhci-pci.c                                                  
> |
>    4 +-
>  drivers/usb/host/xhci-plat.c                                                 
> |
>    4 +-
>  drivers/usb/host/xhci-tegra.c                                                
> |
>  449 +++++++-
>  drivers/usb/host/xhci.c                                                      
> |
>    5 +-
>  drivers/usb/host/xhci.h                                                      
> |
>    4 +-
>  drivers/usb/typec/ucsi/ucsi.c                                                
> |
>   45 +-
>  drivers/usb/typec/ucsi/ucsi.h                                                
> |
>    6 +-
>  drivers/usb/typec/ucsi/ucsi_ccg.c                                            
> |
>  144 ++-
>  drivers/video/fbdev/simplefb.c                                               
> |
>   64 +-
>  include/drm/drm_atomic_helper.h                                              
> |
>    2 +
>  include/drm/drm_cache.h                                                      
> |
>    6 +-
>  include/drm/drm_client.h                                                     
> |
>    7 +-
>  include/drm/drm_format_helper.h                                              
> |
>   72 +-
>  include/drm/drm_fourcc.h                                                     
> |
>    1 +
>  include/drm/drm_gem.h                                                        
> |
>    6 +-
>  include/drm/drm_gem_atomic_helper.h                                          
> |
>   24 +-
>  include/drm/drm_gem_cma_helper.h                                             
> |
>    4 +-
>  include/drm/drm_gem_framebuffer_helper.h                                     
> |
>    8 +-
>  include/drm/drm_gem_shmem_helper.h                                           
> |
>   10 +-
>  include/drm/drm_gem_ttm_helper.h                                             
> |
>    6 +-
>  include/drm/drm_gem_vram_helper.h                                            
> |
>    9 +-
>  include/drm/drm_prime.h                                                      
> |
>    6 +-
>  include/drm/gud.h                                                            
> |
>    6 +-
>  include/drm/ttm/ttm_bo_api.h                                                 
> |
>   10 +-
>  include/drm/ttm/ttm_kmap_iter.h                                              
> |
>   10 +-
>  include/drm/ttm/ttm_resource.h                                               
> |
>    6 +-
>  include/dt-bindings/clock/tegra234-clock.h                                   
> |
>  897 ++++++++++++++-
>  include/dt-bindings/gpio/tegra234-gpio.h                                     
> |
>   59 +
>  include/dt-bindings/mailbox/tegra186-hsp.h                                   
> |
>    5 +
>  include/dt-bindings/memory/tegra234-mc.h                                     
> |
>  544 +++++++++
>  include/dt-bindings/power/tegra234-powergate.h                               
> |
>   39 +
>  include/dt-bindings/reset/tegra234-reset.h                                   
> |
>  178 ++-
>  include/dt-bindings/sound/rt5640.h                                           
> |
>    1 +
>  include/dt-bindings/thermal/tegra234-bpmp-thermal.h                          
> |
>   19 +
>  include/linux/dma-buf-map.h                                                  
> |
>  266 -----
>  include/linux/dma-buf.h                                                      
> |
>   13 +-
>  include/linux/gpio/consumer.h                                                
> |
>   16 +-
>  include/linux/gpio/driver.h                                                  
> |
>   10 +
>  include/linux/host1x_context_bus.h                                           
> |
>   15 +
>  include/linux/hte.h                                                          
> |
>  271 +++++
>  include/linux/iommu.h                                                        
> |
>   39 +-
>  include/linux/iosys-map.h                                                    
> |
>  459 ++++++++
>  include/linux/irqchip/arm-gic.h                                              
> |
>   26 +
>  include/linux/irqchip/tegra-agic.h                                           
> |
>   29 +
>  include/linux/irqchip/tegra-t18x-agic.h                                      
> |
>  147 +++
>  include/linux/irqchip/tegra-t210-agic.h                                      
> |
>   95 ++
>  include/linux/mlx5/driver.h                                                  
> |
>    3 +
>  include/linux/mlx5/mlx5_ifc.h                                                
> |
>   26 +
>  include/linux/mmc/card.h                                                     
> |
>    5 +
>  include/linux/mmc/host.h                                                     
> |
>    1 +
>  include/linux/of_address.h                                                   
> |
>    2 +
>  include/linux/of_iommu.h                                                     
> |
>    8 +
>  include/linux/pci-epc.h                                                      
> |
>   11 +-
>  include/linux/pci-epf.h                                                      
> |
>   21 +-
>  include/linux/pci_ids.h                                                      
> |
>    3 +
>  include/linux/phy/tegra/xusb.h                                               
> |
>    4 +-
>  include/linux/tegra-epl.h                                                    
> |
>  103 ++
>  include/linux/tegra-hsierrrptinj.h                                           
> |
>  127 +++
>  include/linux/tegra-icc.h                                                    
> |
>   65 ++
>  include/linux/tegra_prod.h                                                   
> |
>  126 +++
>  include/linux/usb/f_accessory.h                                              
> |
>   23 +
>  include/linux/usb/hcd.h                                                      
> |
>    2 +-
>  include/media/v4l2-subdev.h                                                  
> |
>   11 +
>  include/soc/tegra/bpmp-abi.h                                                 
> |
> 1802 +++++++++++++++++++++--------
>  include/soc/tegra/bpmp.h                                                     
> |
>    5 +
>  include/soc/tegra/common.h                                                   
> |
>   15 +
>  include/soc/tegra/fuse.h                                                     
> |
>   21 +
>  include/soc/tegra/mc.h                                                       
> |
>   27 +-
>  include/soc/tegra/pmc.h                                                      
> |
>    6 +-
>  include/soc/tegra/tegra-cbb.h                                                
> |
>   47 +
>  include/soc/tegra/tegra-platform-helper.h                                    
> |
>   19 +
>  include/sound/graph_card.h                                                   
> |
>   15 +
>  include/sound/hda_codec.h                                                    
> |
>    3 +
>  include/sound/simple_card_utils.h                                            
> |
>   16 +-
>  include/uapi/linux/gpio.h                                                    
> |
>    3 +
>  include/uapi/linux/media-bus-format.h                                        
> |
>    5 +
>  include/uapi/linux/pci_regs.h                                                
> |
>    1 +
>  include/uapi/linux/tegra-epl.h                                               
> |
>   14 +
>  include/uapi/linux/usb/f_accessory.h                                         
> |
>  146 +++
>  include/uapi/linux/videodev2.h                                               
> |
>    6 +
>  scripts/Makefile.build                                                       
> |
>   33 +-
>  scripts/adjust_autoksyms.sh                                                  
> |
>    2 +-
>  scripts/dtc/checks.c                                                         
> |
>   24 +
>  scripts/gen_autoksyms.sh                                                     
> |
>   18 +-
>  scripts/mod/sumversion.c                                                     
> |
>   11 +-
>  sound/pci/hda/hda_codec.c                                                    
> |
>   13 +
>  sound/pci/hda/hda_tegra.c                                                    
> |
>   35 +-
>  sound/pci/hda/patch_hdmi.c                                                   
> |
>  118 +-
>  sound/soc/codecs/rt5640.c                                                    
> |
>  282 ++++-
>  sound/soc/codecs/rt5640.h                                                    
> |
>   27 +-
>  sound/soc/generic/Kconfig                                                    
> |
>   14 +
>  sound/soc/generic/Makefile                                                   
> |
>    4 +
>  sound/soc/generic/audio-graph-card.c                                         
> |
>    6 +-
>  sound/soc/generic/audio-graph-card2.c                                        
> |
>  674 +++++++++++
>  sound/soc/generic/simple-card-utils.c                                        
> |
>  223 +++-
>  sound/soc/generic/simple-card.c                                              
> |
>    3 +-
>  sound/soc/generic/test-component.c                                           
> |
>  659 +++++++++++
>  sound/soc/intel/boards/bytcr_rt5640.c                                        
> |
>    2 +
>  sound/soc/soc-pcm.c                                                          
> |
>   10 +
>  sound/soc/tegra/Kconfig                                                      
> |
>   69 ++
>  sound/soc/tegra/Makefile                                                     
> |
>   14 +
>  sound/soc/tegra/tegra186_asrc.c                                              
> |
> 1046 +++++++++++++++++
>  sound/soc/tegra/tegra186_asrc.h                                              
> |
>  112 ++
>  sound/soc/tegra/tegra210_adx.c                                               
> |
>  534 +++++++++
>  sound/soc/tegra/tegra210_adx.h                                               
> |
>   72 ++
>  sound/soc/tegra/tegra210_ahub.c                                              
> |
>  774 ++++++++++++-
>  sound/soc/tegra/tegra210_ahub.h                                              
> |
>    4 +-
>  sound/soc/tegra/tegra210_amx.c                                               
> |
>  603 ++++++++++
>  sound/soc/tegra/tegra210_amx.h                                               
> |
>   93 ++
>  sound/soc/tegra/tegra210_mbdrc.c                                             
> |
> 1014 +++++++++++++++++
>  sound/soc/tegra/tegra210_mbdrc.h                                             
> |
>  215 ++++
>  sound/soc/tegra/tegra210_mixer.c                                             
> |
>  686 ++++++++++++
>  sound/soc/tegra/tegra210_mixer.h                                             
> |
>  100 ++
>  sound/soc/tegra/tegra210_mvc.c                                               
> |
>  778 +++++++++++++
>  sound/soc/tegra/tegra210_mvc.h                                               
> |
>  122 ++
>  sound/soc/tegra/tegra210_ope.c                                               
> |
>  419 +++++++
>  sound/soc/tegra/tegra210_ope.h                                               
> |
>   90 ++
>  sound/soc/tegra/tegra210_peq.c                                               
> |
>  434 +++++++
>  sound/soc/tegra/tegra210_peq.h                                               
> |
>   56 +
>  sound/soc/tegra/tegra210_sfc.c                                               
> |
> 3614 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  sound/soc/tegra/tegra210_sfc.h                                               
> |
>   78 ++
>  tools/gpio/gpio-event-mon.c                                                  
> |
>    6 +-
>  401 files changed, 54029 insertions(+), 4445 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/dma/
> nvidia,tegra186-gpc-dma.yaml
>  delete mode 100644 Documentation/devicetree/bindings/gpio/
> nvidia,tegra186-gpio.txt
>  create mode 100644 Documentation/devicetree/bindings/gpio/
> nvidia,tegra186-gpio.yaml
>  create mode 100644 Documentation/devicetree/bindings/mailbox/
> nvidia,tegra186-hsp.yaml
>  create mode 100644 Documentation/devicetree/bindings/pci/
> nvidia,tegra194-pcie-ep.yaml
>  create mode 100644 Documentation/devicetree/bindings/pci/
> nvidia,tegra194-pcie.yaml
>  create mode 100644 Documentation/devicetree/bindings/platform/tegra/
> tegra-epl.yaml
>  create mode 100644 Documentation/devicetree/bindings/platform/tegra/
> tegra-hsierrrptinj.yaml
>  create mode 100644 Documentation/devicetree/bindings/timestamp/
> hardware-timestamps-common.yaml
>  create mode 100644 Documentation/devicetree/bindings/timestamp/
> hte-consumer.yaml
>  create mode 100644 Documentation/devicetree/bindings/timestamp/
> nvidia,tegra194-hte.yaml
>  create mode 100644 
> Documentation/devicetree/bindings/usb/cypress,cypd4226.yaml
>  create mode 100644 Documentation/devicetree/bindings/usb/
> nvidia,tegra234-xusb.yaml
>  create mode 100644 Documentation/driver-api/hte/hte.rst
>  create mode 100644 Documentation/driver-api/hte/index.rst
>  create mode 100644 Documentation/driver-api/hte/tegra-hte.rst
>  create mode 100644 arch/arm64/boot/dts/nvidia/tegra234-p3701-0000.dtsi
>  create mode 100644 arch/arm64/boot/dts/nvidia/
> tegra234-p3737-0000+p3701-0000.dts
>  create mode 100644 arch/arm64/boot/dts/nvidia/tegra234-p3737-0000.dtsi
>  create mode 100644 drivers/clocksource/timer-tegra186.c
>  create mode 100644 drivers/dma/tegra186-gpc-dma.c
>  create mode 100644 drivers/gpu/host1x/context_bus.c
>  create mode 100644 drivers/hte/Kconfig
>  create mode 100644 drivers/hte/Makefile
>  create mode 100644 drivers/hte/hte-tegra194-test.c
>  create mode 100644 drivers/hte/hte-tegra194.c
>  create mode 100644 drivers/hte/hte.c
>  create mode 100644 drivers/memory/tegra/tegra234.c
>  create mode 100644 drivers/net/ethernet/mellanox/mlx5/core/thermal.c
>  create mode 100644 drivers/net/ethernet/mellanox/mlx5/core/thermal.h
>  create mode 100644 drivers/pinctrl/tegra/pinctrl-tegra234.c
>  create mode 100644 drivers/platform/tegra/Kconfig
>  create mode 100644 drivers/platform/tegra/Makefile
>  create mode 100644 drivers/platform/tegra/tegra-epl.c
>  create mode 100644 drivers/platform/tegra/tegra-hsierrrptinj.c
>  create mode 100644 drivers/platform/tegra/tegra_prod.c
>  create mode 100644 drivers/soc/tegra/cbb/Makefile
>  create mode 100644 drivers/soc/tegra/cbb/tegra-cbb.c
>  create mode 100644 drivers/soc/tegra/cbb/tegra194-cbb.c
>  create mode 100644 drivers/soc/tegra/cbb/tegra234-cbb.c
>  create mode 100644 drivers/usb/gadget/function/f_accessory.c
>  create mode 100644 include/dt-bindings/gpio/tegra234-gpio.h
>  create mode 100644 include/dt-bindings/memory/tegra234-mc.h
>  create mode 100644 include/dt-bindings/power/tegra234-powergate.h
>  create mode 100644 include/dt-bindings/thermal/tegra234-bpmp-thermal.h
>  delete mode 100644 include/linux/dma-buf-map.h
>  create mode 100644 include/linux/host1x_context_bus.h
>  create mode 100644 include/linux/hte.h
>  create mode 100644 include/linux/iosys-map.h
>  create mode 100644 include/linux/irqchip/tegra-agic.h
>  create mode 100644 include/linux/irqchip/tegra-t18x-agic.h
>  create mode 100644 include/linux/irqchip/tegra-t210-agic.h
>  create mode 100644 include/linux/tegra-epl.h
>  create mode 100644 include/linux/tegra-hsierrrptinj.h
>  create mode 100644 include/linux/tegra-icc.h
>  create mode 100644 include/linux/tegra_prod.h
>  create mode 100644 include/linux/usb/f_accessory.h
>  create mode 100644 include/soc/tegra/tegra-cbb.h
>  create mode 100644 include/soc/tegra/tegra-platform-helper.h
>  create mode 100644 include/uapi/linux/tegra-epl.h
>  create mode 100644 include/uapi/linux/usb/f_accessory.h
>  create mode 100644 sound/soc/generic/audio-graph-card2.c
>  create mode 100644 sound/soc/generic/test-component.c
>  create mode 100644 sound/soc/tegra/tegra186_asrc.c
>  create mode 100644 sound/soc/tegra/tegra186_asrc.h
>  create mode 100644 sound/soc/tegra/tegra210_adx.c
>  create mode 100644 sound/soc/tegra/tegra210_adx.h
>  create mode 100644 sound/soc/tegra/tegra210_amx.c
>  create mode 100644 sound/soc/tegra/tegra210_amx.h
>  create mode 100644 sound/soc/tegra/tegra210_mbdrc.c
>  create mode 100644 sound/soc/tegra/tegra210_mbdrc.h
>  create mode 100644 sound/soc/tegra/tegra210_mixer.c
>  create mode 100644 sound/soc/tegra/tegra210_mixer.h
>  create mode 100644 sound/soc/tegra/tegra210_mvc.c
>  create mode 100644 sound/soc/tegra/tegra210_mvc.h
>  create mode 100644 sound/soc/tegra/tegra210_ope.c
>  create mode 100644 sound/soc/tegra/tegra210_ope.h
>  create mode 100644 sound/soc/tegra/tegra210_peq.c
>  create mode 100644 sound/soc/tegra/tegra210_peq.h
>  create mode 100644 sound/soc/tegra/tegra210_sfc.c
>  create mode 100644 sound/soc/tegra/tegra210_sfc.h
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#14101): 
https://lists.yoctoproject.org/g/linux-yocto/message/14101
Mute This Topic: https://lists.yoctoproject.org/mt/106847209/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to