aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/w1/masters/ds1wm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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