summaryrefslogtreecommitdiffstats
path: root/drivers/w1/masters/omap_hdq.c
Commit message (Expand)AuthorAgeFilesLines
* w1: omap-hdq: print dev_err if irq flags are not clearedH. Nikolaus Schaller2020-05-271-0/+8
* w1: omap-hdq: fix interrupt handling which did show spurious timeoutsH. Nikolaus Schaller2020-05-271-20/+42
* w1: omap-hdq: fix return value to be -1 if there is a timeoutH. Nikolaus Schaller2020-05-271-1/+1
* w1: omap-hdq: cleanup to add missing newline for some dev_dbgH. Nikolaus Schaller2020-05-271-5/+5
* w1: omap-hdq: Simplify driver with PM runtime autosuspendTony Lindgren2020-01-141-235/+113
* w1: omap-hdq: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-051-3/+1
* w1: omap-hdq: fix missing bus unregister at removalAndreas Kemnade2018-10-021-0/+2
* w1: omap-hdq: fix error return code in omap_hdq_probe()Gustavo A. R. Silva2017-07-171-1/+2
* w1: Add subsystem kernel public interfaceAndrew F. Davis2017-06-091-2/+1
* w1: Organize driver source to natural/common orderAndrew F. Davis2017-05-251-33/+24
* w1: omap_hdq: Free resources on error pathChristophe JAILLET2017-01-251-1/+1
* w1:omap_hdq: fix regressionH. Nikolaus Schaller2016-08-021-2/+0
* omap_hdq: fix usecount handlingAndreas Kemnade2016-02-081-1/+0
* w1: masters: omap_hdq: add support for 1-wire modeVignesh R2015-10-051-33/+191
* w1: constify of_device_id arrayFabian Frederick2015-03-251-1/+1
* w1: omap-hdq: support device probing with device-treeNeilBrown2014-11-101-0/+7
* w1: omap-hdq: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-161-2/+1
* drivers/w1/masters: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-181-5/+0
* w1: Convert to devm_ioremap_resource()Thierry Reding2013-01-221-5/+3
* w1: remove use of __devexitBill Pemberton2012-11-211-2/+2
* w1: remove use of __devinitBill Pemberton2012-11-211-2/+2
* w1: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* w1: omap-hdq: drop ARCH dependencyFelipe Balbi2012-08-161-3/+0
* w1: omap-hdq: remove unnecessary returnFelipe Balbi2012-08-161-2/+0
* w1: omap-hdq: convert to devm_* functionsFelipe Balbi2012-08-161-23/+9
* w1: omap-hdq: convert to module_platform_driverFelipe Balbi2012-08-161-13/+1
* w1: omap-hdq: don't hardcode resource sizeFelipe Balbi2012-08-161-1/+1
* w1: omap-hdq: add section annotation to removeFelipe Balbi2012-08-161-3/+3
* Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-07-261-16/+14
|\
| * w1: omap_hdq: use wait_event_timeout to wait for read to complete.NeilBrown2012-06-131-9/+6
| * w1: omap_hdq: Fix some error/debug handling.NeilBrown2012-06-131-7/+8
* | W1: OMAP HDQ1W: use runtime PMPaul Walmsley2012-06-211-65/+13
* | W1: OMAP HDQ1W: use 32-bit register accessesPaul Walmsley2012-06-211-4/+4
|/
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* drivers/w1/masters/omap_hdq.c: add missing clk_putJulia Lawall2011-02-111-14/+14
* w1: fix omap 1-wire driver compilationAmit Kucheria2010-04-241-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* w1: move omap_hdq's probe function to .devinit.textUwe Kleine-König2010-03-071-2/+2
* drivers/w1/masters/omap_hdq.c: fix missing mutex unlockStoyan Gaydarov2009-08-071-0/+1
* [ARM] omap: w1: convert omap HDQ clocks to match by devid and conidRussell King2009-02-081-2/+2
* W1 OMAP: Fix OMAP LDP boot crashStanley.Miao2008-11-191-5/+5
* hdq driver for OMAP2430/3430Madhusudhan Chikkature2008-11-121-0/+725