| Commit message (Expand) | Author | Age | Files | Lines |
* | w1: ds1wm: add messages to make incorporation in mfd-drivers easier | Johannes Poehlmann | 2017-08-28 | 1 | -1/+14 |
* | w1: ds1wm: silence interrupts on HW before claiming the interrupt | Johannes Poehlmann | 2017-08-28 | 1 | -0/+6 |
* | w1: ds1wm: add level interrupt modes | Johannes Poehlmann | 2017-08-28 | 1 | -0/+4 |
* | w1: ds1wm: make endian clean and use standard io memory accessors | Johannes Poehlmann | 2017-08-28 | 1 | -2/+58 |
* | w1: ds1wm: fix register offset (bus shift) calculation | Johannes Poehlmann | 2017-08-28 | 1 | -4/+19 |
* | w1: Add subsystem kernel public interface | Andrew F. Davis | 2017-06-09 | 1 | -2/+1 |
* | w1/masters: use pr_* instead of printk | Fjodor Schelichow | 2014-06-20 | 1 | -1/+1 |
* | drivers/w1/masters/ds1wm.cuse dev_get_platdata() | Jingoo Han | 2013-11-13 | 1 | -6/+6 |
* | w1: ds1wm: remove deprecated IRQF_DISABLED | Michael Opdenacker | 2013-10-16 | 1 | -1/+1 |
* | drivers/w1/masters/ds1wm.c: use devm_ functions | Julia Lawall | 2013-01-16 | 1 | -34/+18 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-10-01 | 1 | -1/+1 |
|\ |
|
| * | treewide: fix comment/printk/variable typos | Anatol Pomozov | 2012-09-01 | 1 | -1/+1 |
* | | W1: split master mutex to avoid deadlocks. | NeilBrown | 2012-06-14 | 1 | -0/+4 |
|/ |
|
* | w1: ds1wm: add a reset recovery parameter | Jean-François Dagenais | 2011-07-09 | 1 | -0/+5 |
* | w1: complete the 1-wire (w1) ds1wm driver search algorithm | Jean-François Dagenais | 2011-05-27 | 1 | -102/+219 |
* | w1: Use device platform_data to retrieve ds1wm platform bits | Samuel Ortiz | 2011-05-26 | 1 | -2/+10 |
* | drivers: Final irq namespace conversion | Thomas Gleixner | 2011-03-29 | 1 | -2/+2 |
* | w1: Silence ds1wm warnings related to mfd_get_cell changes | Andres Salomon | 2011-03-23 | 1 | -7/+2 |
* | w1: Use mfd_data instead of driver_data for dsw1wm.c | Andres Salomon | 2011-03-23 | 1 | -2/+2 |
* | mfd: mfd_cell is now implicitly available to asic3 drivers | Andres Salomon | 2011-03-23 | 1 | -1/+1 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | mfd: remove DS1WM clock handling | Philipp Zabel | 2009-04-05 | 1 | -20/+7 |
* | mfd: convert DS1WM to use MFD core | Philipp Zabel | 2009-04-05 | 1 | -11/+20 |
* | W1: ds1wm.c msleep for reset | David Fries | 2008-10-16 | 1 | -1/+3 |
* | W1: fix deadlocks and remove w1_control_thread | David Fries | 2008-10-16 | 1 | -3/+3 |
* | ds1wm: report bus reset error | Anton Vorontsov | 2008-03-05 | 1 | -9/+9 |
* | ds1wm: should check for IS_ERR(clk) instead of NULL | Anton Vorontsov | 2008-03-05 | 1 | -2/+3 |
* | DS1WM: decouple host IRQ and INTR active state settings | Philipp Zabel | 2008-02-07 | 1 | -4/+5 |
* | Add missing newlines to some uses of dev_<level> messages | Joe Perches | 2007-10-18 | 1 | -1/+1 |
* | drivers/ misc __iomem annotations | Al Viro | 2007-07-26 | 1 | -1/+1 |
* | Driver for the Maxim DS1WM, a 1-wire bus master ASIC core | akpm@linux-foundation.org | 2007-05-08 | 1 | -0/+468 |