index
:
delta/linux-stable.git
baserock/v2.6.28.9/aspeed
baserock/v2.6.28.9/openbmc_aspeed_wedge
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.2.y
linux-6.3.y
linux-rolling-lts
linux-rolling-stable
master
git.kernel.org: pub/scm/linux/kernel/git/stable/linux-stable.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
w1
/
masters
/
w1-gpio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-04-27
1
-3
/
+1
|
\
|
*
w1: gpio: remove unnecessary ENOMEM messages
Krzysztof Kozlowski
2023-04-20
1
-3
/
+1
*
|
w1: w1-gpio: Use of_property_read_bool() for boolean properties
Rob Herring
2023-04-21
1
-1
/
+1
|
/
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
w1: w1-gpio: Convert to use GPIO descriptors
Linus Walleij
2017-12-08
1
-88
/
+61
*
w1: Add subsystem kernel public interface
Andrew F. Davis
2017-06-09
1
-2
/
+1
*
W1: w1-gpio - switch to using dev_pm_ops
Dmitry Torokhov
2015-10-17
1
-13
/
+7
*
w1: constify of_device_id array
Fabian Frederick
2015-03-25
1
-1
/
+1
*
w1: masters: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
w1-gpio: handle of_get_gpio() returning -EPROBE_DEFER better
Uwe Kleine-König
2014-02-15
1
-5
/
+14
*
drivers/w1/masters/w1-gpio.c: add strong pullup emulation
Evgeny Boger
2014-01-23
1
-0
/
+22
*
drivers/w1/masters/w1-gpio.c: use dev_get_platdata()
Jingoo Han
2013-11-15
1
-5
/
+5
*
w1-gpio: Use devm_* functions
Markus Pargmann
2013-10-29
1
-19
/
+9
*
w1-gpio: Detect of_gpio_error for first gpio
Markus Pargmann
2013-10-29
1
-1
/
+6
*
w1-gpio: Let device core handle pinctrl
Fabio Estevam
2013-05-21
1
-6
/
+0
*
w1-gpio: fix unused variable warning
Johan Hovold
2013-03-12
1
-0
/
+2
*
w1-gpio: remove erroneous __exit and __exit_p()
Johan Hovold
2013-03-12
1
-2
/
+2
*
w1-gpio: fix section mismatch
Hauke Mehrtens
2013-01-30
1
-1
/
+1
*
w1-gpio: Simplify & get rid of defines
Pantelis Antoniou
2012-11-26
1
-32
/
+26
*
w1-gpio: Pinctrl-fy
Pantelis Antoniou
2012-11-26
1
-0
/
+7
*
onewire: w1-gpio: add ext_pullup_enable pin in platform data
Daniel Mack
2012-08-16
1
-1
/
+17
*
onewire: w1-gpio: add DT bindings
Daniel Mack
2012-08-16
1
-1
/
+47
*
w1: Use linux/gpio.h rather than asm/gpio.h
Mark Brown
2012-02-09
1
-2
/
+1
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
w1-gpio: add external pull-up enable callback
Daniel Mack
2009-06-18
1
-0
/
+35
*
drivers/w1/masters/w1-gpio.c: fix read_bit()
Daniel Mack
2009-03-12
1
-1
/
+1
*
w1-gpio: add GPIO w1 bus master driver
Ville Syrjala
2008-02-06
1
-0
/
+124