index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
w1
/
masters
/
omap_hdq.c
Age
Commit message (
Expand
)
Author
2020-05-27
w1: omap-hdq: print dev_err if irq flags are not cleared
H. Nikolaus Schaller
2020-05-27
w1: omap-hdq: fix interrupt handling which did show spurious timeouts
H. Nikolaus Schaller
2020-05-27
w1: omap-hdq: fix return value to be -1 if there is a timeout
H. Nikolaus Schaller
2020-05-27
w1: omap-hdq: cleanup to add missing newline for some dev_dbg
H. Nikolaus Schaller
2020-01-14
w1: omap-hdq: Simplify driver with PM runtime autosuspend
Tony Lindgren
2019-08-05
w1: omap-hdq: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2018-10-02
w1: omap-hdq: fix missing bus unregister at removal
Andreas Kemnade
2017-07-17
w1: omap-hdq: fix error return code in omap_hdq_probe()
Gustavo A. R. Silva
2017-06-09
w1: Add subsystem kernel public interface
Andrew F. Davis
2017-05-25
w1: Organize driver source to natural/common order
Andrew F. Davis
2017-01-25
w1: omap_hdq: Free resources on error path
Christophe JAILLET
2016-08-02
w1:omap_hdq: fix regression
H. Nikolaus Schaller
2016-02-08
omap_hdq: fix usecount handling
Andreas Kemnade
2015-10-05
w1: masters: omap_hdq: add support for 1-wire mode
Vignesh R
2015-03-25
w1: constify of_device_id array
Fabian Frederick
2014-11-10
w1: omap-hdq: support device probing with device-tree
NeilBrown
2013-10-16
w1: omap-hdq: remove deprecated IRQF_DISABLED
Michael Opdenacker
2013-05-18
drivers/w1/masters: don't check resource with devm_ioremap_resource
Wolfram Sang
2013-01-22
w1: Convert to devm_ioremap_resource()
Thierry Reding
2012-11-21
w1: remove use of __devexit
Bill Pemberton
2012-11-21
w1: remove use of __devinit
Bill Pemberton
2012-11-21
w1: remove use of __devexit_p
Bill Pemberton
2012-08-16
w1: omap-hdq: drop ARCH dependency
Felipe Balbi
2012-08-16
w1: omap-hdq: remove unnecessary return
Felipe Balbi
2012-08-16
w1: omap-hdq: convert to devm_* functions
Felipe Balbi
2012-08-16
w1: omap-hdq: convert to module_platform_driver
Felipe Balbi
2012-08-16
w1: omap-hdq: don't hardcode resource size
Felipe Balbi
2012-08-16
w1: omap-hdq: add section annotation to remove
Felipe Balbi
2012-07-26
Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2012-06-21
W1: OMAP HDQ1W: use runtime PM
Paul Walmsley
2012-06-21
W1: OMAP HDQ1W: use 32-bit register accesses
Paul Walmsley
2012-06-13
w1: omap_hdq: use wait_event_timeout to wait for read to complete.
NeilBrown
2012-06-13
w1: omap_hdq: Fix some error/debug handling.
NeilBrown
2011-03-31
Fix common misspellings
Lucas De Marchi
2011-02-11
drivers/w1/masters/omap_hdq.c: add missing clk_put
Julia Lawall
2010-04-24
w1: fix omap 1-wire driver compilation
Amit Kucheria
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-07
w1: move omap_hdq's probe function to .devinit.text
Uwe Kleine-König
2009-08-07
drivers/w1/masters/omap_hdq.c: fix missing mutex unlock
Stoyan Gaydarov
2009-02-08
[ARM] omap: w1: convert omap HDQ clocks to match by devid and conid
Russell King
2008-11-19
W1 OMAP: Fix OMAP LDP boot crash
Stanley.Miao
2008-11-12
hdq driver for OMAP2430/3430
Madhusudhan Chikkature