summaryrefslogtreecommitdiff
path: root/drivers/w1
AgeCommit message (Expand)AuthorFilesLines
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