index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spmi
Commit message (
Expand
)
Author
Age
Files
Lines
*
spmi: pmic-arb: add missing newline in dev_err format strings
David Collins
2024-07-31
1
-4
/
+4
*
spmi: pmic-arb: Pass the correct of_node to irq_domain_add_tree
Konrad Dybcio
2024-07-31
1
-2
/
+1
*
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-07-25
1
-1
/
+1
|
\
|
*
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
2024-07-03
1
-1
/
+1
*
|
spmi: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2024-07-12
2
-0
/
+2
|
/
*
spmi: pmic-arb: Add multi bus support
Abel Vesa
2024-05-08
1
-18
/
+120
*
spmi: pmic-arb: Register controller for bus instead of arbiter
Abel Vesa
2024-05-08
1
-285
/
+374
*
spmi: pmic-arb: Make core resources acquiring a version operation
Abel Vesa
2024-05-08
1
-43
/
+71
*
spmi: pmic-arb: Make the APID init a version operation
Abel Vesa
2024-05-08
1
-75
/
+69
*
spmi: pmic-arb: Fix some compile warnings about members not being described
Abel Vesa
2024-05-08
1
-0
/
+5
*
spmi: pmic-arb: Replace three IS_ERR() calls by null pointer checks in spmi_p...
Markus Elfring
2024-05-08
1
-6
/
+6
*
spmi: hisi-spmi-controller: Do not override device identifier
Vamshi Gajjela
2024-05-08
1
-1
/
+0
*
spmi: make spmi_bus_type const
Ricardo B. Marliere
2024-05-08
1
-1
/
+1
*
spmi: mediatek: add device id check
Sen Chu
2023-12-15
1
-0
/
+6
*
spmi: Return meaningful errors in spmi_controller_alloc()
Fei Shao
2023-12-15
2
-5
/
+5
*
spmi: hisi-spmi-controller: Use devm_spmi_controller_add()
Fei Shao
2023-12-15
1
-9
/
+1
*
spmi: mtk-pmif: Reorder driver remove sequence
Fei Shao
2023-12-15
1
-1
/
+1
*
spmi: Use devm_spmi_controller_alloc()
Fei Shao
2023-12-15
3
-89
/
+46
*
spmi: Introduce device-managed functions
Fei Shao
2023-12-15
2
-1
/
+65
*
spmi: mediatek: Fix UAF on device remove
Yu-Che Cheng
2023-12-15
1
-2
/
+5
*
spmi: mtk-pmif: Serialize PMIF status check and command submission
Nícolas F. R. A. Prado
2023-12-15
1
-4
/
+16
*
spmi: rename spmi device lookup helper
Johan Hovold
2023-11-01
1
-3
/
+3
*
spmi: document spmi_device_from_of() refcounting
Johan Hovold
2023-11-01
1
-0
/
+3
*
spmi: Add a check for remove callback when removing a SPMI driver
Jishnu Prakash
2023-04-20
1
-1
/
+2
*
spmi: fix W=1 kernel-doc warnings
Randy Dunlap
2023-04-20
2
-4
/
+5
*
spmi: mtk-pmif: Drop of_match_ptr for ID table
Krzysztof Kozlowski
2023-04-20
1
-1
/
+1
*
spmi: pmic-arb: Convert to platform remove callback returning void
Uwe Kleine-König
2023-04-20
1
-3
/
+2
*
spmi: mtk-pmif: Convert to platform remove callback returning void
Uwe Kleine-König
2023-04-20
1
-3
/
+2
*
spmi: hisi-spmi-controller: Convert to platform remove callback returning void
Uwe Kleine-König
2023-04-20
1
-3
/
+2
*
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
2023-01-27
1
-1
/
+1
*
spmi: pmic-arb: Add support for PMIC v7
David Collins
2022-11-10
1
-21
/
+221
*
spmi: pmic-arb: increase SPMI transaction timeout delay
David Collins
2022-09-30
1
-1
/
+1
*
spmi: pmic-arb: block access for invalid PMIC arbiter v5 SPMI writes
David Collins
2022-09-30
1
-0
/
+5
*
spmi: pmic-arb: correct duplicate APID to PPID mapping logic
David Collins
2022-09-30
1
-6
/
+7
*
spmi: pmic-arb: add support to dispatch interrupt based on IRQ status
Ashay Jaiswal
2022-09-30
1
-0
/
+29
*
spmi: pmic-arb: check apid against limits before calling irq handler
David Collins
2022-09-30
1
-3
/
+8
*
spmi: pmic-arb: do not ack and clear peripheral interrupts in cleanup_irq
Subbaraman Narayanamurthy
2022-09-30
1
-10
/
+5
*
spmi: pmic-arb: handle spurious interrupt
Fenglin Wu
2022-09-30
1
-3
/
+11
*
spmi: pmic-arb: add a print in cleanup_irq
Abhijeet Dharmapurikar
2022-09-30
1
-0
/
+2
*
drivers: spmi: Directly use ida_alloc()/free()
keliu
2022-09-30
1
-2
/
+2
*
spmi: add a helper to look up an SPMI device from a device node
Caleb Connolly
2022-06-18
1
-0
/
+17
*
spmi: spmi-pmic-arb: fix irq_set_type race condition
David Collins
2021-12-17
1
-36
/
+140
*
spmi: mediatek: Add support for MT8195
James Lo
2021-12-17
1
-0
/
+88
*
spmi: mediatek: Add support for MT6873/8192
James Lo
2021-12-17
3
-0
/
+466
*
spmi: pmic-arb: Add sid and address to error messages
Stephen Boyd
2021-12-17
1
-8
/
+9
*
bus: Make remove callback return void
Uwe Kleine-König
2021-07-21
1
-2
/
+1
*
spmi: hisi-spmi-controller: move driver from staging
Mauro Carvalho Chehab
2021-06-25
3
-0
/
+377
*
spmi: spmi-pmic-arb: Fix hw_irq overflow
Subbaraman Narayanamurthy
2021-02-12
1
-3
/
+2
*
spmi: Add driver shutdown support
Hsin-Hsiung Wang
2020-12-10
1
-0
/
+9
*
spmi: fix some coding style issues at the spmi core
Mauro Carvalho Chehab
2020-12-10
1
-1
/
+4
[next]