summaryrefslogtreecommitdiffstats
path: root/drivers/w1
AgeCommit message (Expand)AuthorLines
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright-7/+7
2010-04-24w1: fix omap 1-wire driver compilationAmit Kucheria-0/+1
2010-04-24w1: w1 temp: fix negative termperature calculationIan Dall-3/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+9
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-2/+2
2010-03-12w1: mxc_w1: move probe() and remove() to the dev* text areaAlberto Panizzo-2/+2
2010-03-12w1: fix test in ds2482_wait_1wire_idle()Roel Kluin-1/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina-2/+2
2010-03-07w1: move omap_hdq's probe function to .devinit.textUwe Kleine-König-2/+2
2010-02-15omap3: Replace ARCH_OMAP34XX with ARCH_OMAP3Tony Lindgren-1/+1
2010-02-05w1: add __init/__exit macros to w1.cPeter Huewe-2/+2
2009-10-04ds2482: Discard obsolete detect methodJean Delvare-30/+5
2009-10-02connector: Provide the sender's credentials to the callbackPhilipp Reisner-1/+1
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+1
2009-08-07drivers/w1/masters/omap_hdq.c: fix missing mutex unlockStoyan Gaydarov-0/+1
2009-07-17connector: make callback argument type explicitMike Frysinger-2/+1
2009-06-24Merge git://git.infradead.org/battery-2.6Linus Torvalds-0/+37
2009-06-18w1-gpio: add external pull-up enable callbackDaniel Mack-0/+35
2009-06-12trivial: Kconfig: .ko is normally not included in module namesPavel Machek-4/+4
2009-06-08w1: ds2760_battery: add support for sleep mode featureDaniel Mack-0/+5
2009-06-08w1: ds2760: add support for EEPROM read and writeDaniel Mack-0/+32
2009-04-05mfd: remove DS1WM clock handlingPhilipp Zabel-20/+7
2009-04-05mfd: convert DS1WM to use MFD corePhilipp Zabel-11/+20
2009-04-02w1: coding style cleanups in w1_io.cDaniel Mack-8/+8
2009-03-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tmli...Russell King-1/+1
2009-03-19Merge branch 'omap-clks3' into develRussell King-2/+2
2009-03-13[ARM] MXC: remove _clk suffix from clock namesSascha Hauer-1/+1
2009-03-12drivers/w1/masters/w1-gpio.c: fix read_bit()Daniel Mack-1/+1
2009-02-27w1: add missing Kconfig/Makefile entries for DS2431 slave driverHerton Ronaldo Krzesinski-0/+7
2009-02-27w1_ds2433: clear the validcrc flag after a writeBen Gardner-1/+6
2009-02-11w1: w1 temp calculation overflow fixIan Dall-1/+1
2009-02-08[ARM] omap: w1: convert omap HDQ clocks to match by devid and conidRussell King-2/+2
2009-01-08w1: send status messages after command processingEvgeniy Polyakov-8/+47
2009-01-08w1: added w1 reset commandEvgeniy Polyakov-0/+4
2009-01-08w1: move w1 commands from defines to enumEvgeniy Polyakov-5/+8
2009-01-08w1: allow master IO commandsEvgeniy Polyakov-65/+77
2009-01-08w1: list slaves commandsEvgeniy Polyakov-17/+85
2009-01-08w1: add touch block commandEvgeniy Polyakov-4/+35
2009-01-08w1: add list masters w1 commandEvgeniy Polyakov-0/+57
2009-01-08w1: add 1-wire master driver for i.MX27 / i.MX31Sascha Hauer-0/+219
2009-01-06w1: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers-12/+10
2008-12-23w1: fix slave selection on big-endian systemsEvgeniy Polyakov-1/+3
2008-11-30W1_MASTER_DS1WM should depend on HAVE_CLKAl Viro-1/+1
2008-11-19W1 OMAP: Fix OMAP LDP boot crashStanley.Miao-5/+5
2008-11-12hdq: bQ27000 HDQ Slave Interface DriverMadhusudhan Chikkature-1/+131
2008-11-12hdq driver for OMAP2430/3430Madhusudhan Chikkature-0/+733
2008-11-12w1: export w1_read_8 functionMadhusudhan Chikkature-1/+3
2008-10-20x86: sysfs: kill owner field from attributeParag Warudkar-1/+0
2008-10-16w1: new driver. DS2431 chipBernhard Weirich-0/+313
2008-10-16W1: ds2490.c optimize ds_set_pullupDavid Fries-19/+45