aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorRob Herring (Arm) <robh@kernel.org>2024-05-29 14:59:20 -0500
committerRob Herring (Arm) <robh@kernel.org>2024-05-30 19:43:19 -0500
commit935df1bd40d43c4ee91838c42a20e9af751885cc (patch)
tree647dcc875b485e3e553f5a9b44c1730d60845910 /scripts/patch-kernel
parentdt-bindings: arm: stm32: st,mlahb: Drop spurious "reg" property from example (diff)
downloadlinux-935df1bd40d43c4ee91838c42a20e9af751885cc.tar.gz
linux-935df1bd40d43c4ee91838c42a20e9af751885cc.zip
of/irq: Factor out parsing of interrupt-map parent phandle+args from of_irq_parse_raw()
Factor out the parsing of interrupt-map interrupt parent phandle and its arg cells to a separate function, of_irq_parse_imap_parent(), so that it can be used in other parsing scenarios (e.g. fw_devlink). There was a refcount leak on non-matching entries when iterating thru "interrupt-map" which is fixed. Tested-by: Marc Zyngier <maz@kernel.org> Tested-by: Anup Patel <apatel@ventanamicro.com> Link: https://lore.kernel.org/r/20240529-dt-interrupt-map-fix-v2-1-ef86dc5bcd2a@kernel.org Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
roduct ID'sDaniel Gimpelevich1-1/+6 2018-03-20usb: core: Add "quirks" parameter for usbcoreKai-Heng Feng4-5/+231 2018-03-20MAINTAINERS: Update maintainer for dwc2John Youn1-1/+1 2018-03-20usb: core: urb: Check SSP isoc ep comp descriptorThinh Nguyen1-0/+8 2018-03-18Linux 4.16-rc6v4.16-rc6Linus Torvalds1-1/+1 2018-03-17parisc: Handle case where flush_cache_range is called with no contextJohn David Anglin1-9/+32 2018-03-16x86/microcode: Fix CPU synchronization routineBorislav Petkov1-27/+41 2018-03-16x86/microcode: Attempt late loading only when new microcode is presentBorislav Petkov4-19/+28 2018-03-16USB: wusbcore: crypto: Remove VLA usageGustavo A. R. Silva1-2/+6 2018-03-16USB: host: sl811: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko1-14/+3 2018-03-16xhci: Show what USB release number the xHC supports from protocol capablityMathias Nyman1-3/+11 2018-03-16xhci: Clear the host side toggle manually when endpoint is soft resetMathias Nyman3-17/+95 2018-03-16xhci: refactor xhci_urb_enqueue a bit with minor changesMathias Nyman1-11/+9 2018-03-16xhci: Don't always run the default stop endpoint command completion handlerMathias Nyman1-1/+2 2018-03-16xhci: zero usb device slot_id member when disabling and freeing a xhci slotMathias Nyman1-0/+2 2018-03-16usb: xhci: Remove ep_trb from finish_td()Lu Baolu1-4/+4 2018-03-16usb: xhci: Remove ep_trb from xhci_cleanup_halted_endpoint()Lu Baolu1-7/+4 2018-03-16usb: xhci: Clean up error code in xhci_dbc_tty_register_device()Dan Carpenter1-2/+3 2018-03-16Revert "btrfs: use proper endianness accessors for super_copy"David Sterba2-15/+13 2018-03-16KVM: x86: Fix device passthrough when SME is activeTom Lendacky1-1/+3 2018-03-16microblaze: switch to NO_BOOTMEMRob Herring2-50/+7 2018-03-16microblaze: remove unused alloc_maybe_bootmemRob Herring2-9/+0 2018-03-16microblaze: Setup dependencies for ASM optimized lib functionsMichal Simek2-5/+1 2018-03-16x86/speculation: Remove Skylake C2 from Speculation Control microcode blacklistAlexander Sergeyev1-2/+1 2018-03-16phy: tegra: xusb: Uncomment register writeThierry Reding1-4/+2 2018-03-16phy: rockchip-typec: fall back to working in host-mode if extcon is missing.Enric Balletbo i Serra1-3/+10 2018-03-16dt-bindings: phy-rockchip-typec: move extcon property to be optional.Enric Balletbo i Serra1-0/+2 2018-03-16phy: rockchip-typec: support DP phy switchChris Zhong1-1/+8 2018-03-16phy: rockchip-typec: force to USB2 if DP at 4 lanes modeChris Zhong1-3/+18 2018-03-16phy: rockchip-typec: enable usb3 host during usb3 phy power onWilliam wu1-0/+11 2018-03-16dt-bindings: phy-rockchip-typec: deprecate some register properties.Enric Balletbo i Serra1-26/+7 2018-03-16phy: rockchip-typec: deprecate some DT properties for various register fields.Enric Balletbo i Serra1-49/+63 2018-03-16phy: mapphone-mdm6600: Add USB PHY driver for MDM6600 on Droid 4Tony Lindgren4-0/+580 2018-03-16phy: add inno-usb2-phy driver for hi3798cv200 SoCPengcheng Li3-0/+208