summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-25fbdev: omapfb: use new of_graph functionsKuninori Morimoto5-87/+13
2024-10-25gpu: drm: omapdrm: use new of_graph functionsKuninori Morimoto2-2/+4
2024-10-25ASoC: audio-graph-card2: use new of_graph functionsKuninori Morimoto1-56/+48
2024-10-25ASoC: audio-graph-card: use new of_graph functionsKuninori Morimoto1-1/+1
2024-10-25ASoC: test-component: use new of_graph functionsKuninori Morimoto1-2/+1
2024-10-25of: property: use new of_graph functionsKuninori Morimoto1-13/+5
2024-10-25of: property: add of_graph_get_next_port_endpoint()Kuninori Morimoto2-0/+48
2024-10-25of: property: add of_graph_get_next_port()Kuninori Morimoto2-0/+82
2024-10-16of: module: remove strlen() call in of_modalias()Sergey Shtylyov1-3/+1
2024-10-15of: reserved_mem: Add code to dynamically allocate reserved_mem arrayOreoluwa Babatunde1-4/+59
2024-10-15of: reserved_mem: Restructure how the reserved memory regions are processedOreoluwa Babatunde3-54/+122
2024-10-15of/address: Constify of_busses[] array and pointersRob Herring (Arm)2-7/+7
2024-10-15of: Constify safe_name() kobject argRob Herring (Arm)1-1/+1
2024-10-15of: Constify of_changeset_entry function argumentsRob Herring (Arm)1-2/+2
2024-10-15of: Constify struct property pointersRob Herring (Arm)7-32/+33
2024-10-15of: Constify struct device_node function argumentsRob Herring (Arm)10-33/+33
2024-10-15PCI: Constify pci_register_io_range() fwnode_handleRob Herring (Arm)2-3/+3
2024-10-15logic_pio: Constify fwnode_handleRob Herring (Arm)2-5/+5
2024-10-08dt-bindings: writing-schema: Add details on YAML text blocksRob Herring (Arm)1-0/+30
2024-10-08of:of_numa: remove unused macroBa Jing1-3/+0
2024-10-03dt-bindings: fpga: altr,fpga-passive-serial: Convert to yamlFabio Estevam2-29/+74
2024-10-02dt-bindings: Fix array property constraintsRob Herring (Arm)7-24/+16
2024-10-02dt-bindings: interrupt-controller: fsl,mu-msi: Drop "interrupt-controller" pr...Rob Herring (Arm)1-4/+0
2024-10-02dt-bindings: interrupt-controller: ti,sci-inta: Add missing "#interrupt-cells...Rob Herring (Arm)1-0/+1
2024-10-02dt-bindings: trivial-devices: add onnn,adt7462Chanh Nguyen1-0/+2
2024-09-30Linux 6.12-rc1v6.12-rc1Linus Torvalds1-2/+2
2024-09-30x86: kvm: fix build errorLinus Torvalds1-0/+2
2024-09-29Merge tag 'mailbox-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds10-51/+32
2024-09-29Merge tag 'i2c-for-6.12-rc1-additional_fixes' of git://git.kernel.org/pub/scm...Linus Torvalds6-3/+58
2024-09-29Merge tag 'dma-mapping-6.12-2024-09-29' of git://git.infradead.org/users/hch/...Linus Torvalds1-18/+19
2024-09-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds34-154/+415
2024-09-29Merge tag 'bcachefs-2024-09-28' of git://evilpiepirate.org/bcachefsLinus Torvalds39-309/+469
2024-09-29Merge tag 'x86-urgent-2024-09-29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+11
2024-09-29Merge tag 'locking-urgent-2024-09-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds10-44/+240
2024-09-29Merge tag 'cocci-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds1-22/+237
2024-09-29Merge tag 'linux_kselftest-next-6.12-rc1-fixes' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+2
2024-09-29Merge branch 'locking/core' into locking/urgent, to pick up pending commitsIngo Molnar8-36/+201
2024-09-28Reduce Coccinelle choices in string_choices.cocciJulia Lawall1-50/+41
2024-09-28coccinelle: Remove unnecessary parentheses for only one possible change.Hongbo Li1-8/+0
2024-09-28coccinelle: Add rules to find str_yes_no() replacementsHongbo Li1-0/+19
2024-09-28coccinelle: Add rules to find str_on_off() replacementsHongbo Li1-0/+19
2024-09-28coccinelle: Add rules to find str_write_read() replacementsHongbo Li1-0/+19
2024-09-28coccinelle: Add rules to find str_read_write() replacementsHongbo Li1-0/+19
2024-09-28coccinelle: Add rules to find str_enable{d}_disable{d}() replacementsHongbo Li1-0/+38
2024-09-28coccinelle: Add rules to find str_lo{w}_hi{gh}() replacementsHongbo Li1-0/+38
2024-09-28coccinelle: Add rules to find str_hi{gh}_lo{w}() replacementsHongbo Li1-0/+42
2024-09-28coccinelle: Add rules to find str_false_true() replacementsHongbo Li1-0/+19
2024-09-28coccinelle: Add rules to find str_true_false() replacementsHongbo Li1-0/+19
2024-09-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds82-1448/+2799
2024-09-28Merge tag 's390-6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds5-51/+86