Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
cf8c67587ebbe5dfb8e6b98e3a5be3f45b345abd
/
drivers
/
spmi
c6e7a0c
spmi: pmic-arb: Always allocate ppid_to_apid table
by Kiran Gunda
· 7 years ago
2d5f01d
spmi: pmic-arb: Move the ownership check to irq_chip callback
by Kiran Gunda
· 7 years ago
084e216
spmi: spmi-pmic-arb: correct duplicate APID to PPID mapping logic
by David Collins
· 7 years ago
ee176e2
spmi: spmi-pmic-arb: add support for SPMI write corruption workaround
by David Collins
· 7 years ago
51257b7
spmi: pmic-arb: Remove custom show_resume_irq code
by Stephen Boyd
· 7 years ago
3dfb68c
Merge remote-tracking branch '4.9/tmp-9ae2c67' into 4.9
by Kyle Yan
· 7 years ago
1c7e5ca
spmi: Include OF based modalias in device uevent
by Bjorn Andersson
· 7 years ago
9a33914
spmi: spmi-pmic-arb-debug: add clock management support
by David Collins
· 8 years ago
8fbf358
spmi-pmic-arb: add support to dispatch interrupt based on IRQ status
by Ashay Jaiswal
· 8 years ago
dc81798
spmi: spmi-pmic-arb: check apid against limits before calling irq handler
by David Collins
· 7 years ago
858c33a
spmi: add SPMI PMIC arbiter debug bus driver
by David Collins
· 8 years ago
f115a0e
spmi: pmic-arb: do not ack and clear peripheral interrupts in cleanup_irq
by Subbaraman Narayanamurthy
· 8 years ago
b2d9a40
spmi: pmic-arb: add support for HW version 5
by David Collins
· 8 years ago
69dc3fc
spmi: pmic-arb: support show_resume_irq
by Abhijeet Dharmapurikar
· 8 years ago
57132f5
spmi-pmic-arb: fix a possible null pointer dereference
by Abhijeet Dharmapurikar
· 8 years ago
370a4fa
spmi: pmic-arb: correct support for up to 512 APIDs
by David Collins
· 8 years ago
7888886
spmi-pmic-arb: change mode callback/ops for v3
by Abhijeet Dharmapurikar
· 8 years ago
237e914
spmi: spmi-pmic-arb: enable the SPMI interrupt as a wakeup source
by Nicholas Troast
· 8 years ago
5e5078b
spmi-pmic-arb: check apid enabled before calling the handler
by Abhijeet Dharmapurikar
· 9 years ago
ed44ac1
spmi: pmic_arb: add a print in cleanup_irq
by Abhijeet Dharmapurikar
· 9 years ago
2464e90
spmi: pmic_arb: use appropriate flow handler
by Abhijeet Dharmapurikar
· 9 years ago
9c10f8f
spmi: pmic_arb: add support for PMIC bus arbiter v3
by Nicholas Troast
· 9 years ago
76de09c
spmi: pmic_arb: don't synchronize accesses to interrupt region
by Abhijeet Dharmapurikar
· 9 years ago
c27d863
spmi: pmic_arb: remove disabling of ACC bit
by Abhijeet Dharmapurikar
· 9 years ago
2ff2daf
spmi: regmap: enable userspace writes
by Abhijeet Dharmapurikar
· 9 years ago
0571f6f
spmi: pmic_arb: remove struct pmic_arb_irq_spec
by Abhijeet Dharmapurikar
· 9 years ago
a5a32ce
spmi: pmic-arb: clear the latched status when unmasking an interrupt
by David Collins
· 11 years ago
e546548
spmi: pmic-arb: fix missing interrupts
by Abhijeet Dharmapurikar
· 9 years ago
b9b8744
spmi: pmic-arb: cleanup unrequested irqs
by Abhijeet Dharmapurikar
· 9 years ago
8f8ec81
spmi: pmic-arb: disable ACC bit only when all irqs are disabled
by Abhijeet Dharmapurikar
· 9 years ago
6e9eb38
spmi: pmic-arb: optimize table lookups
by Abhijeet Dharmapurikar
· 9 years ago
39155b6
spmi: pmic-arb: fix inconsistent use of ppid and chan
by Abhijeet Dharmapurikar
· 9 years ago
fbcfb7e
spmi: pmic-arb: rename spmi_pmic_arb_dev to spmi_pmic_arb
by Abhijeet Dharmapurikar
· 9 years ago
469f2c3
spmi: pmic-arb: cleanup 1 << X to use BIT(X)
by Abhijeet Dharmapurikar
· 9 years ago
ea64f7f
spmi: pmic_arb: block access of invalid read and writes
by Abhijeet Dharmapurikar
· 9 years ago
df9bf94
spmi: pmic-arb: instantiate spmi_devices at arch_initcall
by Abhijeet Dharmapurikar
· 9 years ago
e98cc18
spmi: pmic-arb: Return an error code if sanity check fails
by Christophe JAILLET
· 8 years ago
47f55b7
spmi: do not use bus internal data
by Sudip Mukherjee
· 9 years ago
987a9f1
spmi: pmic-arb: Support more than 128 peripherals
by Stephen Boyd
· 9 years ago
8e483ed
Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 9 years ago
5d4c9bc
irqdomain: Use irq_domain_get_of_node() instead of direct field access
by Marc Zyngier
· 9 years ago
9b76968
spmi: pmic-arb: u8 <= 0xff is always true
by Stephen Boyd
· 9 years ago
d514479
spmi: pmic-arb: Don't byte swap when reading/writing FIFO
by Stephen Boyd
· 9 years ago
ff6f464
spmi: Auto-populate driver.owner in spmi_driver_register()
by Stephen Boyd
· 9 years ago
bd0b9ac
genirq: Remove irq argument from irq flow handlers
by Thomas Gleixner
· 9 years ago
17e6b00
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
d719b76
spmi: Select IRQ_DOMAIN instead of depend on it
by Stephen Boyd
· 9 years ago
60be423
spmi: pmic-arb: add support for irq_get_irqchip_state
by Courtney Cavin
· 9 years ago
a9fce37
spmi: add command tracepoints for SPMI
by Ankit Gupta
· 9 years ago
7fe88f3
spmi/pmic: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
by Jiang Liu
· 9 years ago
fb68ba6
spmi/pmic_arb: Consolidate chained IRQ handler install/remove
by Thomas Gleixner
· 9 years ago
61a590f
spmi: Add dependency on HAS_IOMEM
by Richard Weinberger
· 10 years ago
149cb91
spmi: pmic_arb: remove ARM build time dependency
by Ivan T. Ivanov
· 10 years ago
d0c6ae4
spmi: pmic_arb: add support for hw version 2
by Gilad Avidov
· 10 years ago
0b9641f
spmi: remove wakeup command before slave probe
by Gilad Avidov
· 10 years ago
f271fbd
spmi: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
6f8a103
spmi: Remove duplicate inclusion of module.h
by Sachin Kamat
· 10 years ago
442d40a
spmi: pm: drop bus-level PM suspend/resume routines
by Josh Cartwright
· 11 years ago
2415fc6
spmi: pmic_arb: make selectable on ARCH_QCOM
by Josh Cartwright
· 11 years ago
67b563f
spmi: pmic_arb: add support for interrupt handling
by Josh Cartwright
· 11 years ago
39ae93e
spmi: Add MSM PMIC Arbiter SPMI controller
by Kenneth Heitke
· 11 years ago
5a86bf3
spmi: Linux driver framework for SPMI
by Kenneth Heitke
· 11 years ago