summaryrefslogtreecommitdiffstats
path: root/drivers/w1/masters/w1-gpio.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2017-12-08w1: w1-gpio: Convert to use GPIO descriptorsLinus Walleij1-88/+61
2017-06-09w1: Add subsystem kernel public interfaceAndrew F. Davis1-2/+1
2015-10-17W1: w1-gpio - switch to using dev_pm_opsDmitry Torokhov1-13/+7
2015-03-25w1: constify of_device_id arrayFabian Frederick1-1/+1
2014-10-20w1: masters: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-02-15w1-gpio: handle of_get_gpio() returning -EPROBE_DEFER betterUwe Kleine-König1-5/+14
2014-01-23drivers/w1/masters/w1-gpio.c: add strong pullup emulationEvgeny Boger1-0/+22
2013-11-15drivers/w1/masters/w1-gpio.c: use dev_get_platdata()Jingoo Han1-5/+5
2013-10-29w1-gpio: Use devm_* functionsMarkus Pargmann1-19/+9
2013-10-29w1-gpio: Detect of_gpio_error for first gpioMarkus Pargmann1-1/+6
2013-05-21w1-gpio: Let device core handle pinctrlFabio Estevam1-6/+0
2013-03-12w1-gpio: fix unused variable warningJohan Hovold1-0/+2
2013-03-12w1-gpio: remove erroneous __exit and __exit_p()Johan Hovold1-2/+2
2013-01-30w1-gpio: fix section mismatchHauke Mehrtens1-1/+1
2012-11-26w1-gpio: Simplify & get rid of definesPantelis Antoniou1-32/+26
2012-11-26w1-gpio: Pinctrl-fyPantelis Antoniou1-0/+7
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-02-09w1: Use linux/gpio.h rather than asm/gpio.hMark Brown1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-06-18w1-gpio: add external pull-up enable callbackDaniel Mack1-0/+35
2009-03-12drivers/w1/masters/w1-gpio.c: fix read_bit()Daniel Mack1-1/+1
2008-02-06w1-gpio: add GPIO w1 bus master driverVille Syrjala1-0/+124