summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorBeleswar Padhi <b-padhi@ti.com>2025-09-08 19:57:59 +0530
committerNishanth Menon <nm@ti.com>2025-09-12 09:45:29 +0530
commitf927049553dfaa27acc099b21095ee488b199687 (patch)
treec5994a595d2a81b9fda5bf732bee1f41d1f86ee4 /tools/perf/scripts/python/export-to-sqlite.py
parentbdc921171dbe13fdc41589d44217d560299bbd5c (diff)
downloadkernel-f927049553dfaa27acc099b21095ee488b199687.tar.gz
arm64: dts: ti: k3-am62a: Enable remote processors at board level
Remote Processors defined in top-level AM62A SoC dtsi files are incomplete without the memory carveouts and mailbox assignments which are only known at board integration level. Therefore, disable the remote processors at SoC level and enable them at board level where above information is available. Signed-off-by: Beleswar Padhi <b-padhi@ti.com> Tested-by: Judith Mendez <jm@ti.com> Acked-by: Andrew Davis <afd@ti.com> Link: https://patch.msgid.link/20250908142826.1828676-8-b-padhi@ti.com Signed-off-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
6.12.y&id=b81e0c2372e65e5627864ba034433b64b2fc73f5'>block: drop unused includes in <linux/genhd.h>Christoph Hellwig 2021-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds 2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds 2021-08-23block: pass a request_queue to __blk_alloc_diskChristoph Hellwig 2021-08-23block: remove the minors argument to __alloc_disk_nodeChristoph Hellwig 2021-08-23block: remove alloc_disk and alloc_disk_nodeChristoph Hellwig 2021-08-11Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen 2021-08-11scsi: sr: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche 2021-07-30scsi: sr: cdrom: Move cdrom_read_cdda_bpc() into the sr driverChristoph Hellwig 2021-07-29scsi: sr: Return correct event when media event code is 3Li Manyi 2021-07-28scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl()Christoph Hellwig 2021-07-28scsi: scsi_ioctl: Remove scsi_verify_blk_ioctl()Christoph Hellwig 2021-07-28scsi: scsi_ioctl: Remove scsi_cmd_blk_ioctl()Christoph Hellwig 2021-07-28scsi: cdrom: Remove the call to scsi_cmd_blk_ioctl() from cdrom_ioctl()Christoph Hellwig 2021-07-28scsi: core: Remove scsi_compat_ioctl()Christoph Hellwig 2021-07-28scsi: sr: Consolidate compat ioctl handlingChristoph Hellwig 2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds 2021-06-18scsi: sr: Return appropriate error code when disk is ejectedManYi Li 2021-05-31scsi: core: Drop obsolete Linux-specific SCSI status codesHannes Reinecke 2021-05-31scsi: core: Drop the now obsolete driver_byte definitionsHannes Reinecke 2021-05-31scsi: core: Fixup calling convention for scsi_mode_sense()Hannes Reinecke 2020-12-12sr: Remove in_interrupt() usage in sr_init_command().Sebastian Andrzej Siewior 2020-10-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds 2020-10-08scsi: sr: Initialize ->cmd_lenChristoph Hellwig 2020-10-07scsi: core: Clean up allocation and freeing of sgtablesChristoph Hellwig 2020-09-10sr: simplify sr_block_revalidate_diskChristoph Hellwig 2020-09-10sr: use bdev_check_media_changeChristoph Hellwig 2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva