summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | pinctrl: mediatek: remove OF_GPIO as reverse dependencyArınç ÜNAL2023-03-191-3/+0
* | pinctrl: ralink: move to mediatek as mtmipsArınç ÜNAL2023-03-1914-241/+246
* | pinctrl: ralink: mt7620: split out to mt76x8Arınç ÜNAL2023-03-194-256/+290
* | pinctrl: ralink: rt305x: add new compatible string for every SoCArınç ÜNAL2023-03-191-0/+2
* | pinctrl: ralink: reintroduce ralink,rt2880-pinmux compatible stringArınç ÜNAL2023-03-195-0/+5
* | pinctrl: qcom: sm8550-lpass-lpi: allow GPIO functionKrzysztof Kozlowski2023-03-131-0/+8
* | pinctrl: qcom: lpass-lpi: allow glitch-free output GPIOKrzysztof Kozlowski2023-03-131-0/+28
* | pinctrl: qcom: lpass-lpi: use consistent name for "group" variableKrzysztof Kozlowski2023-03-131-2/+2
* | pinctrl: qcom: lpass-lpi: set output value before enabling outputKrzysztof Kozlowski2023-03-131-5/+9
* | pinctrl: qcom: msm8998: Add MPM pin mappingsKonrad Dybcio2023-03-131-0/+14
* | pinctrl: at91: Remove pioc_index from struct at91_gpio_chipMark Brown2023-03-131-3/+0
* | pinctrl: at91: Make the irqchip immutableMark Brown2023-03-131-1/+24
* | pinctrl: s32cc: fix !CONFIG_PM_SLEEP build errorArnd Bergmann2023-03-133-8/+5
* | pinctrl: sx150x: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-131-1/+1
* | pinctrl: qcom: Use devm_platform_get_and_ioremap_resource()Md Sadre Alam2023-03-091-2/+1
* | dt-bindings: pinctrl: qcom: lpass-lpi: correct description of second regKrzysztof Kozlowski2023-03-093-3/+3
* | pinctrl: freescale: remove generic pin config core supportRasmus Villemoes2023-03-073-100/+6
* | pinctrl: at91-pio4: use proper format specifier for unsigned intClaudiu Beznea2023-03-071-1/+1
* | pinctrl: at91-pio4: use dev_err_probe()Claudiu Beznea2023-03-071-12/+7
* | pinctrl: at91-pio4: use device_get_match_data()Claudiu Beznea2023-03-071-5/+3
* | pinctrl: at91-pio4: use devm_clk_get_enabled()Claudiu Beznea2023-03-071-13/+4
* | MAINTAINERS: Add NXP S32 pinctrl maintainer and reviewerChester Lin2023-03-061-0/+8
* | pinctrl: add NXP S32 SoC family supportChester Lin2023-03-067-0/+1814
* | dt-bindings: pinctrl: add schema for NXP S32 SoCsChester Lin2023-03-061-0/+123
* | pinctrl: at91: Utilise temporary variable for struct deviceAndy Shevchenko2023-03-061-34/+26
* | pinctrl: at91: Use dev_err_probe() instead of custom messagingAndy Shevchenko2023-03-061-43/+21
* | pinctrl: at91: Use of_device_get_match_data()Andy Shevchenko2023-03-061-4/+2
* | pinctrl: at91: Don't mix non-devm calls with devm onesAndy Shevchenko2023-03-061-10/+2
* | pinctrl: at91: use devm_kasprintf() to avoid potential leaks (part 2)Andy Shevchenko2023-03-061-6/+17
* | dt-bindings: gpio: nxp,pcf8575: add gpio-line-namesTrevor Woerner2023-03-061-0/+4
|/
* Linux 6.3-rc1v6.3-rc1Linus Torvalds2023-03-051-2/+2
* cpumask: re-introduce constant-sized cpumask optimizationsLinus Torvalds2023-03-054-72/+72
* Merge tag 'v6.3-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-03-053-23/+53
|\
| * crypto: caam - Fix edesc/iv ordering mixupHerbert Xu2023-02-283-23/+53
* | Merge tag 'x86-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-053-15/+51
|\ \
| * | virt/sev-guest: Return -EIO if certificate buffer is not large enoughTom Lendacky2023-03-011-3/+17
| * | Documentation/hw-vuln: Document the interaction between IBRS and STIBPKP Singh2023-02-271-5/+16
| * | x86/speculation: Allow enabling STIBP with legacy IBRSKP Singh2023-02-271-7/+18
* | | Merge tag 'irq-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-057-15/+44
|\ \ \
| * | | genirq/msi, platform-msi: Ensure that MSI descriptors are unreferencedThomas Gleixner2023-03-023-1/+25
| * | | genirq/msi: Drop dead domain name assignmentJohan Hovold2023-02-241-4/+1
| * | | irqdomain: Add missing NULL pointer check in irq_domain_create_hierarchy()Juergen Gross2023-02-231-1/+2
| * | | Merge branch 'irq/core' into irq/urgentThomas Gleixner2023-02-2337-830/+1020
| |\ \ \
| * | | | genirq/irqdesc: Make kobj_type structures constantThomas Weißschuh2023-02-211-2/+2
| * | | | PCI/MSI: Clarify usage of pci_msix_free_irq()Reinette Chatre2023-02-211-2/+2
| * | | | genirq/msi: Take the per-device MSI lock before validating the control structureMarc Zyngier2023-02-201-3/+6
| * | | | genirq/ipi: Fix NULL pointer deref in irq_data_get_affinity_mask()Sergey Shtylyov2023-02-201-2/+6
* | | | | Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2023-03-051-0/+1
|\ \ \ \ \
| * | | | | Adding VFS co-maintainerAl Viro2023-03-051-0/+1
| |/ / / /
* | | | | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2023-03-0511-11/+48
|\ \ \ \ \