summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-07-31selftests/filesystems: fix spelling error in statmount test commentWang Yan
2026-07-31romfs: detect hard link cycles이상호
2026-07-31media: renesas: vsp1: Declare index variables in for loop statementLaurent Pinchart
2026-07-31media: renesas: vsp1: Make reset control optional to support platforms withou...Lad Prabhakar
2026-07-31media: dt-bindings: media: renesas,vsp1: Document RZ/T2H and RZ/N2H SoCsLad Prabhakar
2026-07-31media: dt-bindings: media: renesas,fcp: Document RZ/T2H and RZ/N2H SoCsLad Prabhakar
2026-07-31drm/panthor: fix firmware control interface bounds checksOsama Abdelkader
2026-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2026-07-31i3c: renesas: Drop unused structure member 'resuming'Claudiu Beznea
2026-07-31hwmon: spd5118: Add I3C supportAkhil R
2026-07-31hwmon: spd5118: Remove 16-bit addressingAkhil R
2026-07-31i3c: dw-i3c-master: Add ACPI ID for Tegra410Akhil R
2026-07-31i3c: dw-i3c-master: Add ACPI core clock frequency quirkAkhil R
2026-07-31i3c: dw-i3c-master: Add SETAASA as supported CCCAkhil R
2026-07-31i3c: master: match I3C device through DT and ACPIAkhil R
2026-07-31i3c: master: Add support for devices without PIDAkhil R
2026-07-31i3c: master: Add support for devices using SETAASAAkhil R
2026-07-31i3c: master: Support ACPI enumeration of child devicesAkhil R
2026-07-31i3c: master: Use unified device property interfaceAkhil R
2026-07-31dt-bindings: i3c: Add mipi-i3c-static-method to support SETAASAAkhil R
2026-07-31i3c: master: require dests for read CCC commandsAdrian Ng Ho Yin
2026-07-31i3c: master: Fix info leak and UAF in device unregister pathAdrian Hunter
2026-07-31i3c: master: dw: Drop redundant core reset nameShubham Patil
2026-07-31dt-bindings: i3c: dw: Document missing optional core resetShubham Patil
2026-07-31i3c: master: adi: add OF module alias for autoloadingCan Peng
2026-07-31dt-bindings: i3c: cdns: add Axiado AX3005 I3C variantSwark Yang
2026-07-31i3c: renesas: Add runtime PM supportClaudiu Beznea
2026-07-31i3c: renesas: Drop unnecessary tabClaudiu Beznea
2026-07-31i3c: renesas: Use the "dev_name:irq_name" format for the interrupt nameClaudiu Beznea
2026-07-31i3c: renesas: Organize structures to avoid unnecessary paddingClaudiu Beznea
2026-07-31i3c: renesas: Update HW registers after SW computations are doneClaudiu Beznea
2026-07-31i3c: renesas: Drop the explicit memset() callClaudiu Beznea
2026-07-31i3c: renesas: Follow a unified pattern for transfer and command initializationClaudiu Beznea
2026-07-31i3c: renesas: Return immediately if there is no transferClaudiu Beznea
2026-07-31i3c: renesas: Use reset_control_bulk_{assert, deassert}()Claudiu Beznea
2026-07-31i3c: renesas: Fix out-of-bounds access for newdevs maskClaudiu Beznea
2026-07-31i3c: renesas: Clean DATBAS register on detachClaudiu Beznea
2026-07-31i3c: renesas: Perform Dynamic Address Assignment on resumeClaudiu Beznea
2026-07-31i3c: renesas: Reset the controller on resumeClaudiu Beznea
2026-07-31i3c: renesas: Reconfigure the DATBAS register on re-attachClaudiu Beznea
2026-07-31i3c: renesas: Follow the reset deassert order used in probeClaudiu Beznea
2026-07-31i3c: renesas: Restore STDBR and EXTBR registers on resumeClaudiu Beznea
2026-07-31i3c: renesas: Check that the transfer is valid before accessing itClaudiu Beznea
2026-07-31i3c: master: Add driver for AMD AXI I3C master controllerManikanta Guntupalli
2026-07-31dt-bindings: i3c: Add AMD I3C master controller supportManikanta Guntupalli
2026-07-31i3c: master: Add optional_bytes for variable-length GET CCC validationAdrian Ng Ho Yin
2026-07-31i3c: master: Validate GET CCC payload length and retry Direct GET onceAdrian Ng Ho Yin
2026-07-31i3c: master: dw: Map CCC hardware errors to I3C M0/M2Adrian Ng Ho Yin
2026-07-31i3c: master: Report actual GET CCC payload length on successAdrian Ng Ho Yin
2026-07-31i3c: ccc: Add actual_len to struct i3c_ccc_cmd_payloadAdrian Ng Ho Yin