index
:
asahi-linux.git
20240806-atcphy-rewrite
aic2
asahi
asahi-6.5-rc1-wip
asahi-dcpext-2022-11-12
asahi-soc/base
asahi-soc/dt
asahi-soc/fixes
asahi-soc/for-next
asahi-soc/mailbox
asahi-soc/maintainers
asahi-soc/pmgr
asahi-soc/prev
asahi-soc/soc
asahi-wip
asahi-wip-6.8
atcphy-20230219
audio/testing
base
bases/000-devicetree
bits/000-devicetree
bits/002-backports
bits/005-maintainers
bits/010-soc
bits/020-dart
bits/030-misc
bits/040-dwc3
bits/050-nvme
bits/060-spi
bits/070-audio
bits/080-wifi
bits/090-spi-hid
bits/100-bluetooth
bits/110-smc
bits/120-spmi
bits/130-cpufreq
bits/140-pci
bits/150-xhci-firmware
bits/160-fpwm
bits/170-atcphy
bits/180-sio
bits/200-dcp
bits/210-gpu
bits/220-tso
bits/230-touchbar
bits/240-isp
clk/new
cpufreq/v1
cpufreq/wip
dcp/dptx-fixes
dcp/sleep
dcp/wtf
dp-altmode-WIP
fixes/6.5
fixes/usb-streams-snafu
gpu/base
gpu/clustering-debug
gpu/compute
gpu/explicit-sync
gpu/history-20230305
gpu/history-6.2
gpu/modpost
gpu/new
gpu/new-bits
gpu/omg-it-works
gpu/pin-init-hack
gpu/pin_init_woes
gpu/prev
gpu/rebase-20230224
gpu/rebase-6.4
gpu/rust-1.74-ice
gpu/rust-drm
gpu/rust-for-later
gpu/rust-for-next
gpu/rust-for-next-merged
gpu/rust-next
gpu/rust-rebased
gpu/rust-submitted
gpu/rust-wip
gpu/rust-wip-5.19
gpu/rust-wip-6.3
gpu/uapi-2024-06
gpu/uapi-revamp
isp/heap-alloc
isp/t602x
isp/t602x-v2
kvm-tso
mailbox/i-hate-mailbox
main
misc/dax-fixes
next-base
nvme/suspend
nvme/wip-clocks
pcie/wip-sd-pm
pmgr-stuff
pmgr/dev
pmgr/nvme-merge
rust/makefile-fix
rust/unsafe_pr
smc/rtkit-patches
smc/work
sound/ivsense-fix
sound/ivsense-improvements
sound/speaker-safety
speakers/enablement-READ-COMMIT-MESSAGE
spmi/work
sven/i2c-pasemi-fixes
t6000/bringup-work
t602x/bringup
t8112/bringup
touchpad/wip
tso/fixes
wifi/bcm4388
wifi/take1
wifi/take2
wifi/take3
wifi/take4
wifi/take5
wifi/v2
wifi/v3-wip-asahi
My (slowly updated) mirror of Linux from Asahi Linux
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mfd
/
tps65217.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mfd: Explicitly include correct DT includes
Rob Herring
2023-08-18
1
-1
/
+0
*
mfd: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-06-15
1
-1
/
+1
*
i2c: Make remove callback return void
Uwe Kleine-König
2022-08-16
1
-3
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...
Thomas Gleixner
2022-06-10
1
-9
/
+1
*
mfd: tps65xxx: Constify static struct resource in OMAP2+ drivers
Rikard Falkeborn
2020-11-19
1
-2
/
+2
*
mfd: Replace HTTP links with HTTPS ones
Alexander A. Klimov
2020-08-13
1
-1
/
+1
*
mfd: tps65217: Repair incorrect function argument name 's/tps65217/tps/'
Lee Jones
2020-07-06
1
-2
/
+2
*
mfd: tps65217: Introduce dependency on CONFIG_OF
Keerthy
2017-10-13
1
-23
/
+5
*
mfd: tps65217: Support an interrupt pin as the system wakeup
Milo Kim
2016-11-29
1
-0
/
+2
*
mfd: tps65217: Make an interrupt handler simpler
Milo Kim
2016-11-29
1
-35
/
+9
*
mfd: tps65217: Update register interrupt mask bits instead of writing operation
Milo Kim
2016-11-29
1
-4
/
+3
*
mfd: tps65217: Specify the IRQ name
Milo Kim
2016-11-29
1
-0
/
+1
*
mfd: tps65217: Fix page fault on unloading modules
Milo Kim
2016-11-29
1
-0
/
+19
*
mfd: tps65217: Fix nonstandard declaration
Arnd Bergmann
2016-10-04
1
-1
/
+1
*
mfd: tps65217: Add power button as subdevice
Marcin Niestroj
2016-10-04
1
-0
/
+10
*
mfd: tps65217: Add support for IRQs
Marcin Niestroj
2016-10-04
1
-8
/
+187
*
mfd: tps65217: Use devm_mfd_add_devices() for mfd_device registration
Laxman Dewangan
2016-04-19
1
-12
/
+2
*
mfd: tps65217: Add battery charger as subdevice
Enric Balletbo i Serra
2015-10-26
1
-0
/
+4
*
mfd: Export OF module alias information in missing drivers
Javier Martinez Canillas
2015-08-11
1
-0
/
+1
*
mfd: Drop owner assignment from i2c_drivers
Krzysztof Kozlowski
2015-08-11
1
-1
/
+0
*
mfd: tps65217: Constify struct regmap_config
Krzysztof Kozlowski
2015-01-22
1
-1
/
+1
*
mfd: tps65217: Add compatible string for subdevices
Johannes Pointner
2014-11-25
1
-0
/
+2
*
mfd: tps65217: Tell regmap what registers are valid
Mark Brown
2014-09-26
1
-0
/
+2
*
mfd: tps65217: Naturalise cross-architecture discrepancies
Lee Jones
2014-02-19
1
-2
/
+2
*
drivers/mfd/tps65217.c: fix pointer-integer size mismatch warning in tps65217...
David Howells
2014-01-23
1
-1
/
+1
*
mfd: ti: Constify struct mfd_cell where possible
Geert Uytterhoeven
2014-01-06
1
-1
/
+1
*
mfd: tps65217: Remove redundant of_match_ptr
Sachin Kamat
2013-10-23
1
-1
/
+1
*
Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...
Linus Torvalds
2012-12-16
1
-0
/
+12
|
\
|
*
mfd: tps65217: Set PMIC to shutdown on PWR_EN toggle
Colin Foe-Parker
2012-11-21
1
-0
/
+12
*
|
mfd: remove use of __devexit
Bill Pemberton
2012-11-28
1
-1
/
+1
*
|
mfd: remove use of __devinit
Bill Pemberton
2012-11-28
1
-1
/
+1
*
|
mfd: remove use of __devexit_p
Bill Pemberton
2012-11-28
1
-1
/
+1
|
/
*
mfd: Add backlight as subdevice to the tps65217
Matthias Kaehlcke
2012-09-24
1
-0
/
+3
*
mfd: core: Push irqdomain mapping out into devices
Mark Brown
2012-09-14
1
-1
/
+1
*
mfd: Move tps65217 regulator plat data handling to regulator
AnilKumar Ch
2012-08-22
1
-87
/
+43
*
regulator: tps65217: Add device tree support
AnilKumar Ch
2012-07-12
1
-2
/
+65
*
mfd: Staticise non-exported tps65217_update_bits()
Mark Brown
2012-05-20
1
-1
/
+1
*
mfd: Convert tps65217 to devm_regmap_init_i2c()
Axel Lin
2012-05-09
1
-11
/
+4
*
mfd: Add new mfd device for TPS65217
AnilKumar Ch
2012-03-06
1
-0
/
+242