Age | Commit message (Expand) | Author |
2013-01-03 | Drivers: w1: remove last __devexit_p() instance | Greg Kroah-Hartman |
2012-12-16 | ARM: OMAP: Fix drivers to depend on omap for internal devices | Tony Lindgren |
2012-11-26 | w1-gpio: Simplify & get rid of defines | Pantelis Antoniou |
2012-11-26 | w1-gpio: Pinctrl-fy | Pantelis Antoniou |
2012-11-21 | w1: remove use of __devexit | Bill Pemberton |
2012-11-21 | w1: remove use of __devinit | Bill Pemberton |
2012-11-21 | w1: remove use of __devexit_p | Bill Pemberton |
2012-11-21 | w1: mxc_w1: Fix comment | Fabio Estevam |
2012-11-21 | w1: mxc_w1: Convert to platform driver | Fabio Estevam |
2012-11-21 | w1: mxc_w1: Adapt the clock name to the new clock framework | Fabio Estevam |
2012-10-24 | w1/ds2482: use module_i2c_driver to simplify the code | Wei Yongjun |
2012-10-24 | drivers/w1/masters: remove CONFIG_EXPERIMENTAL | Kees Cook |
2012-10-01 | Merge tag 'char-misc-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gr... | Linus Torvalds |
2012-10-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2012-09-01 | treewide: fix comment/printk/variable typos | Anatol Pomozov |
2012-08-16 | onewire: w1-gpio: add ext_pullup_enable pin in platform data | Daniel Mack |
2012-08-16 | onewire: w1-gpio: add DT bindings | Daniel Mack |
2012-08-16 | w1: omap-hdq: drop ARCH dependency | Felipe Balbi |
2012-08-16 | w1: omap-hdq: remove unnecessary return | Felipe Balbi |
2012-08-16 | w1: omap-hdq: convert to devm_* functions | Felipe Balbi |
2012-08-16 | w1: omap-hdq: convert to module_platform_driver | Felipe Balbi |
2012-08-16 | w1: omap-hdq: don't hardcode resource size | Felipe Balbi |
2012-08-16 | w1: omap-hdq: add section annotation to remove | Felipe Balbi |
2012-07-26 | Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2012-06-21 | W1: OMAP HDQ1W: use runtime PM | Paul Walmsley |
2012-06-21 | W1: OMAP HDQ1W: use 32-bit register accesses | Paul Walmsley |
2012-06-21 | W1: OMAP HDQ1W: allow driver to be built on all OMAP2+ | Paul Walmsley |
2012-06-13 | W1: split master mutex to avoid deadlocks. | NeilBrown |
2012-06-13 | w1: omap_hdq: use wait_event_timeout to wait for read to complete. | NeilBrown |
2012-06-13 | w1: omap_hdq: Fix some error/debug handling. | NeilBrown |
2012-04-25 | w1 i.MX: prepare/unprepare clock | Sascha Hauer |
2012-02-09 | w1: Use linux/gpio.h rather than asm/gpio.h | Mark Brown |
2011-11-18 | USB: convert some miscellanies drivers to use module_usb_driver() | Greg Kroah-Hartman |
2011-08-25 | MAINTAINERS: Evgeniy has moved | Evgeniy Polyakov |
2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma |
2011-07-08 | w1: ds1wm: add a reset recovery parameter | Jean-François Dagenais |
2011-06-15 | w1: W1_MASTER_DS1WM should depend on GENERIC_HARDIRQS | Geert Uytterhoeven |
2011-05-26 | w1: complete the 1-wire (w1) ds1wm driver search algorithm | Jean-François Dagenais |
2011-05-26 | w1: Use device platform_data to retrieve ds1wm platform bits | Samuel Ortiz |
2011-03-31 | Fix common misspellings | Lucas De Marchi |
2011-03-29 | drivers: Final irq namespace conversion | Thomas Gleixner |
2011-03-23 | w1: Silence ds1wm warnings related to mfd_get_cell changes | Andres Salomon |
2011-03-23 | w1: Use mfd_data instead of driver_data for dsw1wm.c | Andres Salomon |
2011-03-23 | mfd: mfd_cell is now implicitly available to asic3 drivers | Andres Salomon |
2011-02-16 | Merge branches 'devel-cleanup', 'devel-board', 'devel-early-init' and 'devel-... | Tony Lindgren |
2011-02-11 | drivers/w1/masters/omap_hdq.c: add missing clk_put | Julia Lawall |
2011-01-27 | omap: Start using CONFIG_SOC_OMAP | Tony Lindgren |
2010-04-24 | w1: fix omap 1-wire driver compilation | Amit Kucheria |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo |
2010-03-12 | w1: mxc_w1: move probe() and remove() to the dev* text area | Alberto Panizzo |