index
:
linux-stable.git
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.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
w1
/
masters
/
omap_hdq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
w1: omap-hdq: fix error return code in omap_hdq_probe()
Gustavo A. R. Silva
2017-07-17
1
-1
/
+2
*
w1: Add subsystem kernel public interface
Andrew F. Davis
2017-06-09
1
-2
/
+1
*
w1: Organize driver source to natural/common order
Andrew F. Davis
2017-05-25
1
-33
/
+24
*
w1: omap_hdq: Free resources on error path
Christophe JAILLET
2017-01-25
1
-1
/
+1
*
w1:omap_hdq: fix regression
H. Nikolaus Schaller
2016-08-02
1
-2
/
+0
*
omap_hdq: fix usecount handling
Andreas Kemnade
2016-02-08
1
-1
/
+0
*
w1: masters: omap_hdq: add support for 1-wire mode
Vignesh R
2015-10-05
1
-33
/
+191
*
w1: constify of_device_id array
Fabian Frederick
2015-03-25
1
-1
/
+1
*
w1: omap-hdq: support device probing with device-tree
NeilBrown
2014-11-10
1
-0
/
+7
*
w1: omap-hdq: remove deprecated IRQF_DISABLED
Michael Opdenacker
2013-10-16
1
-2
/
+1
*
drivers/w1/masters: don't check resource with devm_ioremap_resource
Wolfram Sang
2013-05-18
1
-5
/
+0
*
w1: Convert to devm_ioremap_resource()
Thierry Reding
2013-01-22
1
-5
/
+3
*
w1: remove use of __devexit
Bill Pemberton
2012-11-21
1
-2
/
+2
*
w1: remove use of __devinit
Bill Pemberton
2012-11-21
1
-2
/
+2
*
w1: remove use of __devexit_p
Bill Pemberton
2012-11-21
1
-1
/
+1
*
w1: omap-hdq: drop ARCH dependency
Felipe Balbi
2012-08-16
1
-3
/
+0
*
w1: omap-hdq: remove unnecessary return
Felipe Balbi
2012-08-16
1
-2
/
+0
*
w1: omap-hdq: convert to devm_* functions
Felipe Balbi
2012-08-16
1
-23
/
+9
*
w1: omap-hdq: convert to module_platform_driver
Felipe Balbi
2012-08-16
1
-13
/
+1
*
w1: omap-hdq: don't hardcode resource size
Felipe Balbi
2012-08-16
1
-1
/
+1
*
w1: omap-hdq: add section annotation to remove
Felipe Balbi
2012-08-16
1
-3
/
+3
*
Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2012-07-26
1
-16
/
+14
|
\
|
*
w1: omap_hdq: use wait_event_timeout to wait for read to complete.
NeilBrown
2012-06-13
1
-9
/
+6
|
*
w1: omap_hdq: Fix some error/debug handling.
NeilBrown
2012-06-13
1
-7
/
+8
*
|
W1: OMAP HDQ1W: use runtime PM
Paul Walmsley
2012-06-21
1
-65
/
+13
*
|
W1: OMAP HDQ1W: use 32-bit register accesses
Paul Walmsley
2012-06-21
1
-4
/
+4
|
/
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-1
/
+1
*
drivers/w1/masters/omap_hdq.c: add missing clk_put
Julia Lawall
2011-02-11
1
-14
/
+14
*
w1: fix omap 1-wire driver compilation
Amit Kucheria
2010-04-24
1
-0
/
+1
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
w1: move omap_hdq's probe function to .devinit.text
Uwe Kleine-König
2010-03-07
1
-2
/
+2
*
drivers/w1/masters/omap_hdq.c: fix missing mutex unlock
Stoyan Gaydarov
2009-08-07
1
-0
/
+1
*
[ARM] omap: w1: convert omap HDQ clocks to match by devid and conid
Russell King
2009-02-08
1
-2
/
+2
*
W1 OMAP: Fix OMAP LDP boot crash
Stanley.Miao
2008-11-19
1
-5
/
+5
*
hdq driver for OMAP2430/3430
Madhusudhan Chikkature
2008-11-12
1
-0
/
+725