summaryrefslogtreecommitdiffstats
path: root/drivers/w1/masters/ds1wm.c
Commit message (Expand)AuthorAgeFilesLines
* w1: ds1wm: add messages to make incorporation in mfd-drivers easierJohannes Poehlmann2017-08-281-1/+14
* w1: ds1wm: silence interrupts on HW before claiming the interruptJohannes Poehlmann2017-08-281-0/+6
* w1: ds1wm: add level interrupt modesJohannes Poehlmann2017-08-281-0/+4
* w1: ds1wm: make endian clean and use standard io memory accessorsJohannes Poehlmann2017-08-281-2/+58
* w1: ds1wm: fix register offset (bus shift) calculationJohannes Poehlmann2017-08-281-4/+19
* w1: Add subsystem kernel public interfaceAndrew F. Davis2017-06-091-2/+1
* w1/masters: use pr_* instead of printkFjodor Schelichow2014-06-191-1/+1
* drivers/w1/masters/ds1wm.cuse dev_get_platdata()Jingoo Han2013-11-131-6/+6
* w1: ds1wm: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-161-1/+1
* drivers/w1/masters/ds1wm.c: use devm_ functionsJulia Lawall2013-01-151-34/+18
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-10-011-1/+1
|\
| * treewide: fix comment/printk/variable typosAnatol Pomozov2012-09-011-1/+1
* | W1: split master mutex to avoid deadlocks.NeilBrown2012-06-131-0/+4
|/
* w1: ds1wm: add a reset recovery parameterJean-François Dagenais2011-07-081-0/+5
* w1: complete the 1-wire (w1) ds1wm driver search algorithmJean-François Dagenais2011-05-261-102/+219
* w1: Use device platform_data to retrieve ds1wm platform bitsSamuel Ortiz2011-05-261-2/+10
* drivers: Final irq namespace conversionThomas Gleixner2011-03-291-2/+2
* w1: Silence ds1wm warnings related to mfd_get_cell changesAndres Salomon2011-03-231-7/+2
* w1: Use mfd_data instead of driver_data for dsw1wm.cAndres Salomon2011-03-231-2/+2
* mfd: mfd_cell is now implicitly available to asic3 driversAndres Salomon2011-03-231-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* mfd: remove DS1WM clock handlingPhilipp Zabel2009-04-051-20/+7
* mfd: convert DS1WM to use MFD corePhilipp Zabel2009-04-051-11/+20
* W1: ds1wm.c msleep for resetDavid Fries2008-10-161-1/+3
* W1: fix deadlocks and remove w1_control_threadDavid Fries2008-10-161-3/+3
* ds1wm: report bus reset errorAnton Vorontsov2008-03-041-9/+9
* ds1wm: should check for IS_ERR(clk) instead of NULLAnton Vorontsov2008-03-041-2/+3
* DS1WM: decouple host IRQ and INTR active state settingsPhilipp Zabel2008-02-071-4/+5
* Add missing newlines to some uses of dev_<level> messagesJoe Perches2007-10-181-1/+1
* drivers/ misc __iomem annotationsAl Viro2007-07-261-1/+1
* Driver for the Maxim DS1WM, a 1-wire bus master ASIC coreakpm@linux-foundation.org2007-05-081-0/+468
OpenPOWER on IntegriCloud