aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/w1
AgeCommit message (Expand)AuthorFilesLines
2012-10-01Merge tag 'char-misc-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds3-47/+77
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-09-01treewide: fix comment/printk/variable typosAnatol Pomozov1-1/+1
2012-08-27Merge v3.6-rc3 into 'char-misc-next'Greg Kroah-Hartman3-47/+77
2012-08-161-Wire: Add support for the maxim ds1825 temperature sensorRaphael Assenat2-0/+10
2012-08-16onewire: w1-gpio: add ext_pullup_enable pin in platform dataDaniel Mack1-1/+17
2012-08-16onewire: w1-gpio: add DT bindingsDaniel Mack1-1/+47
2012-08-16w1: omap-hdq: drop ARCH dependencyFelipe Balbi2-4/+0
2012-08-16w1: omap-hdq: remove unnecessary returnFelipe Balbi1-2/+0
2012-08-16w1: omap-hdq: convert to devm_* functionsFelipe Balbi1-23/+9
2012-08-16w1: omap-hdq: convert to module_platform_driverFelipe Balbi1-13/+1
2012-08-16w1: omap-hdq: don't hardcode resource sizeFelipe Balbi1-1/+1
2012-08-16w1: omap-hdq: add section annotation to removeFelipe Balbi1-3/+3
2012-07-26Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds20-99/+560
2012-06-21W1: OMAP HDQ1W: use runtime PMPaul Walmsley1-65/+13
2012-06-21W1: OMAP HDQ1W: use 32-bit register accessesPaul Walmsley1-4/+4
2012-06-21W1: OMAP HDQ1W: allow driver to be built on all OMAP2+Paul Walmsley1-1/+1
2012-06-18w1: Fix a typo in 'hardware' wordOtavio Salvador1-1/+1
2012-06-13w1: Add 1-wire slave device driver for DS28E04-100Markus Franke4-0/+484
2012-06-13W1: split master mutex to avoid deadlocks.NeilBrown15-74/+55
2012-06-13w1: omap_hdq: use wait_event_timeout to wait for read to complete.NeilBrown1-9/+6
2012-06-13w1: omap_hdq: Fix some error/debug handling.NeilBrown1-7/+8
2012-06-13Revert "w1: introduce a slave mutex for serializing IO"Greg Kroah-Hartman3-4/+2
2012-06-12w1: cleanup w1_ueventDevendra Naga1-8/+6
2012-06-12w1: introduce a slave mutex for serializing IONeilBrown3-2/+4
2012-05-26Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+2
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-05-07Kconfig: replace "--- help ---" with "---help---"Paul Bolle1-1/+1
2012-05-04w1: w1_ds2408.c: quite sparse noise about using plaing integer as NULL pointerH Hartley Sweeten1-2/+0
2012-04-29Revert "w1: Add 1-wire slave device driver for DS28E04-100"Greg Kroah-Hartman4-473/+0
2012-04-25w1 i.MX: prepare/unprepare clockSascha Hauer1-2/+2
2012-04-18w1: w1_ds28e04: unlock on error path in w1_f1C_write_pio()Dan Carpenter1-1/+3
2012-04-11w1: Disable irqs during 1-wire bus operations, extend 1-wire reset pulseMarkus Franke1-4/+18
2012-04-11w1: Add 1-wire slave device driver for DS28E04-100Markus Franke4-0/+471
2012-04-09w1: fix slave driver registration error messageDmitry Artamonow1-1/+1
2012-04-08Merge branch 'master' into for-nextJiri Kosina7-24/+367
2012-04-03w1: fix slave driver registration error messageDmitry Artamonow1-1/+1
2012-03-08DS2781 Maxim Stand-Alone Fuel Gauge battery and w1 slave driversRenata Sayakhova5-0/+352
2012-02-24w1_bq27000: Only one thread can access the bq27000 at a time.NeilBrown1-0/+2
2012-02-24w1_bq27000 - remove w1_bq27000_writeNeilBrown1-14/+0
2012-02-24w1_bq27000: remove unnecessary NULL test.NeilBrown1-3/+0
2012-02-15w1: Fix w1_bq27000NeilBrown1-5/+12
2012-02-09w1: Use linux/gpio.h rather than asm/gpio.hMark Brown1-2/+1
2011-12-09w1: add fast search for single slave busEvgeniy Polyakov1-0/+10
2011-11-18USB: convert some miscellanies drivers to use module_usb_driver()Greg Kroah-Hartman1-20/+1
2011-11-17W1: w1_therm: release the bus during conversion on externally powered devicesMaciej Szmigiero1-5/+31
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-0/+3
2011-11-02w1: disable irqs in critical sectionJan Weitzel1-0/+5
2011-11-02drivers/w1/w1_int.c: multiple masters used same init_nameFlorian Faber1-0/+1
2011-11-02drivers/power/ds2780_battery.c: add a nolock function to w1 interfaceClifton Barnes2-13/+37
2011-11-02w1: ds2760 and ds2780, use ida for id and ida_simple_get() to get itJonathan Cameron2-84/+12
2011-10-31drivers/w1: Add moduleparam.h to drivers/w1/w1_int.cPaul Gortmaker1-0/+1
2011-10-31drivers/w1: Add export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2-0/+2
2011-08-25MAINTAINERS: Evgeniy has movedEvgeniy Polyakov14-19/+19
2011-08-25w1: fix for loop in w1_f29_remove_slave()Dan Carpenter1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma3-3/+3
2011-07-26drivers/w1/slaves/w1_therm.c: add support for DS28EA00Christian Glindkamp2-0/+10
2011-07-08w1: ds1wm: add a reset recovery parameterJean-François Dagenais1-0/+5
2011-06-15w1: W1_MASTER_DS1WM should depend on GENERIC_HARDIRQSGeert Uytterhoeven1-1/+1
2011-05-26w1: add Maxim/Dallas DS2780 Stand-Alone Fuel Gauge IC supportClifton Barnes5-0/+361
2011-05-26w1: have netlink search update kernel listDavid Fries3-5/+16
2011-05-26w1: complete the 1-wire (w1) ds1wm driver search algorithmJean-François Dagenais2-103/+220
2011-05-26w1: add 1-wire (w1) DS2408 8-Channel Addressable Switch supportJean-François Dagenais4-0/+411
2011-05-26w1: add 1-wire (w1) reset and resume command API supportJean-François Dagenais2-0/+28
2011-05-26w1: Use device platform_data to retrieve ds1wm platform bitsSamuel Ortiz1-2/+10
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
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
2011-02-16Merge branches 'devel-cleanup', 'devel-board', 'devel-early-init' and 'devel-...Tony Lindgren1-1/+1
2011-02-11drivers/w1/masters/omap_hdq.c: add missing clk_putJulia Lawall1-14/+14
2011-01-27omap: Start using CONFIG_SOC_OMAPTony Lindgren1-1/+1
2011-01-13w1: DS2423 counter driver and documentationMika Laitio4-0/+179
2010-10-27w1: don't allow arbitrary users to remove w1 devicesBrian Swetland1-4/+4
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright4-7/+7
2010-04-24w1: fix omap 1-wire driver compilationAmit Kucheria1-0/+1
2010-04-24w1: w1 temp: fix negative termperature calculationIan Dall1-3/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo9-0/+9
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2010-03-12w1: mxc_w1: move probe() and remove() to the dev* text areaAlberto Panizzo1-2/+2
2010-03-12w1: fix test in ds2482_wait_1wire_idle()Roel Kluin1-1/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-2/+2
2010-03-07w1: move omap_hdq's probe function to .devinit.textUwe Kleine-König1-2/+2
2010-02-15omap3: Replace ARCH_OMAP34XX with ARCH_OMAP3Tony Lindgren1-1/+1
2010-02-05w1: add __init/__exit macros to w1.cPeter Huewe1-2/+2
2009-10-04ds2482: Discard obsolete detect methodJean Delvare1-30/+5
2009-10-02connector: Provide the sender's credentials to the callbackPhilipp Reisner1-1/+1
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2009-08-07drivers/w1/masters/omap_hdq.c: fix missing mutex unlockStoyan Gaydarov1-0/+1
2009-07-17connector: make callback argument type explicitMike Frysinger1-2/+1
2009-06-24Merge git://git.infradead.org/battery-2.6Linus Torvalds2-0/+37
2009-06-18w1-gpio: add external pull-up enable callbackDaniel Mack1-0/+35
2009-06-12trivial: Kconfig: .ko is normally not included in module namesPavel Machek2-4/+4
2009-06-08w1: ds2760_battery: add support for sleep mode featureDaniel Mack1-0/+5
2009-06-08w1: ds2760: add support for EEPROM read and writeDaniel Mack2-0/+32
2009-04-05mfd: remove DS1WM clock handlingPhilipp Zabel1-20/+7
2009-04-05mfd: convert DS1WM to use MFD corePhilipp Zabel1-11/+20
2009-04-02w1: coding style cleanups in w1_io.cDaniel Mack1-8/+8
2009-03-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tmli...Russell King1-1/+1
2009-03-19Merge branch 'omap-clks3' into develRussell King1-2/+2
2009-03-13[ARM] MXC: remove _clk suffix from clock namesSascha Hauer1-1/+1
2009-03-12drivers/w1/masters/w1-gpio.c: fix read_bit()Daniel Mack1-1/+1
2009-02-27w1: add missing Kconfig/Makefile entries for DS2431 slave driverHerton Ronaldo Krzesinski2-0/+7
2009-02-27w1_ds2433: clear the validcrc flag after a writeBen Gardner1-1/+6
2009-02-11w1: w1 temp calculation overflow fixIan Dall1-1/+1
2009-02-08[ARM] omap: w1: convert omap HDQ clocks to match by devid and conidRussell King1-2/+2
2009-01-08w1: send status messages after command processingEvgeniy Polyakov2-8/+47
2009-01-08w1: added w1 reset commandEvgeniy Polyakov2-0/+4
2009-01-08w1: move w1 commands from defines to enumEvgeniy Polyakov1-5/+8
2009-01-08w1: allow master IO commandsEvgeniy Polyakov1-65/+77
2009-01-08w1: list slaves commandsEvgeniy Polyakov1-17/+85
2009-01-08w1: add touch block commandEvgeniy Polyakov4-4/+35
2009-01-08w1: add list masters w1 commandEvgeniy Polyakov2-0/+57
2009-01-08w1: add 1-wire master driver for i.MX27 / i.MX31Sascha Hauer3-0/+219
2009-01-06w1: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2-12/+10
2008-12-23w1: fix slave selection on big-endian systemsEvgeniy Polyakov1-1/+3
2008-11-30W1_MASTER_DS1WM should depend on HAVE_CLKAl Viro1-1/+1
2008-11-19W1 OMAP: Fix OMAP LDP boot crashStanley.Miao1-5/+5
2008-11-12hdq: bQ27000 HDQ Slave Interface DriverMadhusudhan Chikkature3-1/+131
2008-11-12hdq driver for OMAP2430/3430Madhusudhan Chikkature3-0/+733
2008-11-12w1: export w1_read_8 functionMadhusudhan Chikkature2-1/+3
2008-10-20x86: sysfs: kill owner field from attributeParag Warudkar1-1/+0
2008-10-16w1: new driver. DS2431 chipBernhard Weirich2-0/+313
2008-10-16W1: ds2490.c optimize ds_set_pullupDavid Fries1-19/+45
2008-10-16W1: ds2490.c ds_write_block remove extra ds_wait_statusDavid Fries1-2/+0
2008-10-16W1: ds2490.c magic number workDavid Fries1-4/+12
2008-10-16W1: ds2490.c reset ds2490 in initDavid Fries1-0/+21
2008-10-16W1: ds2490.c ds_reset remove ds_wait_statusDavid Fries1-13/+2
2008-10-16W1: ds2490.c ds_dump_status reworkDavid Fries1-50/+84
2008-10-16W1: ds2490.c simplify and fix ds_touch_bitDavid Fries1-17/+4
2008-10-16W1: ds2490.c disable bit read and writeDavid Fries1-7/+18
2008-10-16W1: ds2490.c ds_write_bit, grouping error, disable readbackDavid Fries1-1/+6
2008-10-16W1: ds2490.c add support for strong pullupDavid Fries1-38/+38
2008-10-16W1: ds2490.c correct print messageDavid Fries1-1/+2
2008-10-16W1: ds1wm.c msleep for resetDavid Fries1-1/+3
2008-10-16W1: w1_io.c reset comments and msleepDavid Fries1-1/+13
2008-10-16W1: w1.c s/printk/dev_dbg/David Fries1-3/+3
2008-10-16W1: w1_int.c use first available master numberDavid Fries1-6/+26
2008-10-16W1: w1_therm consistent mutex access code cleanupDavid Fries1-1/+1
2008-10-16W1: w1_family, remove unused variable need_exitDavid Fries2-7/+1
2008-10-16W1: w1_therm fix user buffer overflow and catDavid Fries2-36/+20
2008-10-16W1: w1_slave_read_id read bug, use device_attributeDavid Fries1-25/+10
2008-10-16W1: new module parameter search_countDavid Fries1-1/+3
2008-10-16W1: recode w1_slave_found logicDavid Fries1-20/+6
2008-10-16W1: be able to manually add and remove slavesDavid Fries1-1/+137
2008-10-16W1: feature, w1_therm.c use strong pullup and documentationDavid Fries1-2/+13
2008-10-16W1: feature, enable hardware strong pullupDavid Fries4-5/+131
2008-10-16W1: w1_process, block or sleepDavid Fries3-9/+17
2008-10-16W1: don't delay search startDavid Fries2-22/+23
2008-10-16W1: abort search early on on exitDavid Fries1-0/+5
2008-10-16W1: fix deadlocks and remove w1_control_threadDavid Fries7-122/+71
2008-07-16w1/ds2482: Convert to a new-style driverJean Delvare1-60/+44
2008-04-30drivers: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
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
2008-02-06w1-gpio: add GPIO w1 bus master driverVille Syrjala3-0/+135
2008-02-06W1: w1_therm.c standardize units to millidegrees CDavid Fries1-1/+2
2008-02-06w1: remove unused and confusing variable.Evgeniy Polyakov1-4/+0
2008-01-27i2c: normal_i2c can be made const (remaining drivers)Jean Delvare1-1/+1
2008-01-22W1: w1_therm.c is flagging 0C etc as invalidDavid Fries1-1/+1
2008-01-22W1: w1_therm.c ds18b20 decode freezing temperatures correctlyDavid Fries1-1/+1
2008-01-14w1: decrement slave counter only in ->release() callbackEvgeniy Polyakov1-4/+2
2007-11-14W1: fix memset size errorLi Zefan1-1/+1
2007-10-30Kbuild/doc: fix links to Documentation filesDirk Hohndel1-1/+2
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches1-1/+1
2007-10-17Clean up duplicate includes in drivers/w1/Jesper Juhl1-1/+0
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-12/+7
2007-09-25missing null termination in one wire ueventStephen Hemminger1-0/+1
2007-08-22w1: fix w1_remove_master_device() searchingEvgeniy Polyakov1-4/+6
2007-07-26drivers/ misc __iomem annotationsAl Viro1-1/+1
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau4-8/+4
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-0/+1
2007-07-16Use menuconfig objects: W1Jan Engelhardt3-14/+9
2007-07-15git-battery vs git-acpiAndrew Morton1-2/+3
2007-07-15Power supply class and drivers: remove non obligatory return statementsAnton Vorontsov1-4/+0
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Zhang Rui3-9/+20
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo3-4/+0
2007-07-10[BATTERY] ds2760 W1 slaveAnton Vorontsov5-0/+278
2007-06-28w1_therm_read_bin: don't call flush_signals()Evgeniy Polyakov1-5/+1
2007-05-10[S390] Kconfig: menus with depends on HAS_IOMEM.Martin Schwidefsky1-0/+1
2007-05-08Driver for the Maxim DS1WM, a 1-wire bus master ASIC coreakpm@linux-foundation.org3-1/+477
2007-05-08w1: allow bus master to have reset and byte opsEvgeniy Polyakov1-1/+2
2007-05-08W1 printk format warning fixEvgeniy Polyakov1-1/+1
2007-02-12[PATCH] w1: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish1-3/+3
2006-12-13[PATCH] w1: Fix for kconfig entry typoEvgeniy Polyakov1-2/+2
2006-12-07[PATCH] better CONFIG_W1_SLAVE_DS2433_CRC handlingEvgeniy Polyakov3-23/+15
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-0/+1
2006-12-04[PATCH] severing module.h->sched.hAl Viro1-0/+1
2006-11-16W1: ioremap balanced with iounmapAmol Lad1-0/+2
2006-10-17[PATCH] w1 kconfig fixEvgeniy Polyakov1-1/+0
2006-10-03Fix several typos in drivers/Matt LaPlante1-1/+1
2006-07-12[PATCH] w1: remove drivers/w1/w1.hAdrian Bunk1-36/+0
2006-07-12[PATCH] w1: fix idle check loop in ds2482Ben Gardner1-1/+1
2006-06-23[PATCH] connector-exportsAndrew Morton1-0/+1
2006-06-22[PATCH] w1: warning fixAndrew Morton1-6/+13
2006-06-22[PATCH] w1: clean up W1_CON dependency.Evgeniy Polyakov1-1/+1
2006-06-22[PATCH] drivers/w1/w1.c: fix a compile errorAdrian Bunk1-1/+0
2006-06-22[PATCH] W1: fix dependencies of W1_SLAVE_DS2433_CRCJean-Luc Leger1-1/+1