aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/w1/masters/ds1wm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-28w1: ds1wm: add messages to make incorporation in mfd-drivers easierJohannes Poehlmann1-1/+14
2017-08-28w1: ds1wm: silence interrupts on HW before claiming the interruptJohannes Poehlmann1-0/+6
2017-08-28w1: ds1wm: add level interrupt modesJohannes Poehlmann1-0/+4
2017-08-28w1: ds1wm: make endian clean and use standard io memory accessorsJohannes Poehlmann1-2/+58
2017-08-28w1: ds1wm: fix register offset (bus shift) calculationJohannes Poehlmann1-4/+19
2017-06-09w1: Add subsystem kernel public interfaceAndrew F. Davis1-2/+1
2014-06-19w1/masters: use pr_* instead of printkFjodor Schelichow1-1/+1
2013-11-13drivers/w1/masters/ds1wm.cuse dev_get_platdata()Jingoo Han1-6/+6
2013-10-16w1: ds1wm: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-01-15drivers/w1/masters/ds1wm.c: use devm_ functionsJulia Lawall1-34/+18
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-09-01treewide: fix comment/printk/variable typosAnatol Pomozov1-1/+1
2012-06-13W1: split master mutex to avoid deadlocks.NeilBrown1-0/+4
2011-07-08w1: ds1wm: add a reset recovery parameterJean-François Dagenais1-0/+5
2011-05-26w1: complete the 1-wire (w1) ds1wm driver search algorithmJean-François Dagenais1-102/+219
2011-05-26w1: Use device platform_data to retrieve ds1wm platform bitsSamuel Ortiz1-2/+10
2011-03-29drivers: Final irq namespace conversionThomas Gleixner1-2/+2
2011-03-23w1: Silence ds1wm warnings related to mfd_get_cell changesAndres Salomon1-7/+2
2011-03-23w1: Use mfd_data instead of driver_data for dsw1wm.cAndres Salomon1-2/+2
2011-03-23mfd: mfd_cell is now implicitly available to asic3 driversAndres Salomon1-1/+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
2009-04-05mfd: remove DS1WM clock handlingPhilipp Zabel1-20/+7
2009-04-05mfd: convert DS1WM to use MFD corePhilipp Zabel1-11/+20
2008-10-16W1: ds1wm.c msleep for resetDavid Fries1-1/+3
2008-10-16W1: fix deadlocks and remove w1_control_threadDavid Fries1-3/+3
2008-03-04ds1wm: report bus reset errorAnton Vorontsov1-9/+9
2008-03-04ds1wm: should check for IS_ERR(clk) instead of NULLAnton Vorontsov1-2/+3
2008-02-07DS1WM: decouple host IRQ and INTR active state settingsPhilipp Zabel1-4/+5
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches1-1/+1
2007-07-26drivers/ misc __iomem annotationsAl Viro1-1/+1
2007-05-08Driver for the Maxim DS1WM, a 1-wire bus master ASIC coreakpm@linux-foundation.org1-0/+468