aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/w1/masters/omap_hdq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-17w1: omap-hdq: fix error return code in omap_hdq_probe()Gustavo A. R. Silva1-1/+2
2017-06-09w1: Add subsystem kernel public interfaceAndrew F. Davis1-2/+1
2017-05-25w1: Organize driver source to natural/common orderAndrew F. Davis1-33/+24
2017-01-25w1: omap_hdq: Free resources on error pathChristophe JAILLET1-1/+1
2016-08-02w1:omap_hdq: fix regressionH. Nikolaus Schaller1-2/+0
2016-02-08omap_hdq: fix usecount handlingAndreas Kemnade1-1/+0
2015-10-05w1: masters: omap_hdq: add support for 1-wire modeVignesh R1-33/+191
2015-03-25w1: constify of_device_id arrayFabian Frederick1-1/+1
2014-11-10w1: omap-hdq: support device probing with device-treeNeilBrown1-0/+7
2013-10-16w1: omap-hdq: remove deprecated IRQF_DISABLEDMichael Opdenacker1-2/+1
2013-05-18drivers/w1/masters: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-01-22w1: Convert to devm_ioremap_resource()Thierry Reding1-5/+3
2012-11-21w1: remove use of __devexitBill Pemberton1-2/+2
2012-11-21w1: remove use of __devinitBill Pemberton1-2/+2
2012-11-21w1: remove use of __devexit_pBill Pemberton1-1/+1
2012-08-16w1: omap-hdq: drop ARCH dependencyFelipe Balbi1-3/+0
2012-08-16w1: omap-hdq: remove unnecessary returnFelipe Balbi1-2/+0
2012-08-16w1: omap-hdq: convert to devm_* functionsFelipe Balbi1-23/+9
2012-08-16w1: omap-hdq: convert to module_platform_driverFelipe Balbi1-13/+1
2012-08-16w1: omap-hdq: don't hardcode resource sizeFelipe Balbi1-1/+1
2012-08-16w1: omap-hdq: add section annotation to removeFelipe Balbi1-3/+3
2012-07-26Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-16/+14
2012-06-21W1: OMAP HDQ1W: use runtime PMPaul Walmsley1-65/+13
2012-06-21W1: OMAP HDQ1W: use 32-bit register accessesPaul Walmsley1-4/+4
2012-06-13w1: omap_hdq: use wait_event_timeout to wait for read to complete.NeilBrown1-9/+6
2012-06-13w1: omap_hdq: Fix some error/debug handling.NeilBrown1-7/+8
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-11drivers/w1/masters/omap_hdq.c: add missing clk_putJulia Lawall1-14/+14
2010-04-24w1: fix omap 1-wire driver compilationAmit Kucheria1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-07w1: move omap_hdq's probe function to .devinit.textUwe Kleine-König1-2/+2
2009-08-07drivers/w1/masters/omap_hdq.c: fix missing mutex unlockStoyan Gaydarov1-0/+1
2009-02-08[ARM] omap: w1: convert omap HDQ clocks to match by devid and conidRussell King1-2/+2
2008-11-19W1 OMAP: Fix OMAP LDP boot crashStanley.Miao1-5/+5
2008-11-12hdq driver for OMAP2430/3430Madhusudhan Chikkature1-0/+725