aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/w1/masters
AgeCommit message (Expand)AuthorFilesLines
2024-03-25w1: gpio: Don't use "proxy" headersAndy Shevchenko1-5/+5
2024-03-25w1: gpio: Remove duplicate NULL checksAndy Shevchenko1-4/+2
2024-03-25w1: gpio: Use sizeof(*pointer) instead of sizeof(type)Andy Shevchenko1-2/+1
2024-03-25w1: gpio: Switch to use dev_err_probe()Andy Shevchenko1-13/+7
2024-03-25w1: gpio: Make use of device propertiesAndy Shevchenko1-13/+10
2024-02-20w1: w1-gpio: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-02-20w1: sgi_w1: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-02-20w1: omap_hdq: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-02-20w1: mxc_w1: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-02-15w1: add UART w1 bus driverChristoph Winklhofer3-0/+426
2023-12-20w1: ds2490: support block sizes larger than 128 bytes in ds_read_blockMarc Ferland1-4/+21
2023-12-08w1: amd_axi_w1: Explicitly include correct DT includesRob Herring1-1/+2
2023-12-07w1: gpio: rename pointer to driver data from pdata to ddataUwe Kleine-König1-27/+27
2023-12-07w1: gpio: Drop unused enable_external_pullup from driver dataUwe Kleine-König1-32/+0
2023-12-07w1: gpio: Don't use platform data for driver dataUwe Kleine-König1-29/+27
2023-11-15w1: Add AXI 1-wire host driver for AMD programmable logic IP coreKris Chaplin3-0/+407
2023-09-13w1: ds2482: Switch back to use struct i2c_driver's .probe()Uwe Kleine-König1-1/+1
2023-05-08w1: sgi: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-37/+25
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2023-04-21w1: w1-gpio: Use of_property_read_bool() for boolean propertiesRob Herring1-1/+1
2023-04-20w1: gpio: remove unnecessary ENOMEM messagesKrzysztof Kozlowski1-3/+1
2023-04-20w1: omap-hdq: remove unnecessary ENOMEM messagesKrzysztof Kozlowski1-3/+1
2023-04-20w1: omap-hdq: add SPDX tagKrzysztof Kozlowski1-7/+1
2023-04-20w1: omap-hdq: allow compile testingKrzysztof Kozlowski1-1/+1
2023-04-20w1: matrox: remove unnecessary ENOMEM messagesKrzysztof Kozlowski1-6/+1
2023-04-20w1: matrox: use inline over __inline__Krzysztof Kozlowski1-2/+2
2023-04-20w1: matrox: switch from asm to linux headerKrzysztof Kozlowski1-1/+1
2023-04-20w1: ds2482: do not use assignment in if conditionKrzysztof Kozlowski1-1/+2
2023-04-20w1: ds2482: drop unnecessary headerKrzysztof Kozlowski1-1/+0
2023-04-20w1: use octal for file permissionsKrzysztof Kozlowski2-2/+2
2023-04-20w1: minor white-space and code style fixesKrzysztof Kozlowski3-10/+12
2023-04-20w1: ds2482: add i2c id for DS2484Stefan Wahren1-0/+1
2023-03-09w1: ds2482: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2023-02-01w1: remove ds1wm driverArnd Bergmann3-683/+0
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-2/+1
2022-04-24w1/ds2490: remove dump from ds_recv_status, pr_ to dev_XXX logging.Christian Vogel1-60/+64
2022-03-18w1/ds2490: remove spurious newlines within hexdumpChristian Vogel1-5/+3
2021-05-26w1: ds2482: fix kernel-doc syntax in fileAditya Srivastava1-47/+47
2021-01-20w1/masters/ds2490: queue up found IDs during scanChristian Vogel1-5/+20
2020-10-02w1: mxc_w1: Fix timeout resolution problem leading to bus errorMartin Fuzzey1-7/+7
2020-05-27w1: omap-hdq: print dev_err if irq flags are not clearedH. Nikolaus Schaller1-0/+8
2020-05-27w1: omap-hdq: fix interrupt handling which did show spurious timeoutsH. Nikolaus Schaller1-20/+42
2020-05-27w1: omap-hdq: fix return value to be -1 if there is a timeoutH. Nikolaus Schaller1-1/+1
2020-05-27w1: omap-hdq: cleanup to add missing newline for some dev_dbgH. Nikolaus Schaller1-5/+5
2020-01-29Merge tag 'char-misc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-235/+113
2020-01-14w1: omap-hdq: Simplify driver with PM runtime autosuspendTony Lindgren1-235/+113
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-10-10w1: sgi_w1: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-09-04w1: add 1-wire master driver for IP block found in SGI ASICsThomas Bogendoerfer3-0/+140
2019-08-05w1: omap-hdq: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-05w1: mxc_w1: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-4/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-9/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2-30/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-07Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-7/+11
2019-04-25USB: w1 ds2490: Fix bug caused by improper use of altsetting arrayAlan Stern1-3/+3
2019-03-28w1: ds2482: cosmetic fixes after 54865314f5a1Mariusz Bialonczyk1-7/+11
2018-10-02w1: omap-hdq: fix missing bus unregister at removalAndreas Kemnade1-0/+2
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-10/+9
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap1-0/+1
2018-07-07ds2490.c: Move struct open braces to previous lineHenriette Hofmeier1-4/+2
2018-07-07ds2490.c: Remove unnecessary whitespaceHenriette Hofmeier1-1/+1
2018-07-07ds2490.c: Add required spacesHenriette Hofmeier1-4/+4
2018-07-03w1: ds2482: make module parameter extra_config staticColin Ian King1-1/+1
2018-06-26w1: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven1-1/+1
2018-05-14w1: mxc_w1: Enable clock before calling clk_get_rate() on itStefan Potyra1-7/+13
2017-12-08w1: w1-gpio: Convert to use GPIO descriptorsLinus Walleij1-88/+61
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-28drivers: w1: Extend 1W master driver DS2482 with module option to support PPM...Andrew Worsley1-4/+8
2017-08-28w1: ds1wm: add messages to make incorporation in mfd-drivers easierJohannes Poehlmann1-1/+14
2017-08-28w1: ds1wm: silence interrupts on HW before claiming the interruptJohannes Poehlmann1-0/+6
2017-08-28w1: ds1wm: add level interrupt modesJohannes Poehlmann1-0/+4
2017-08-28w1: ds1wm: make endian clean and use standard io memory accessorsJohannes Poehlmann1-2/+58
2017-08-28w1: ds1wm: fix register offset (bus shift) calculationJohannes Poehlmann1-4/+19
2017-08-28w1: ds2490: constify usb_device_id and fix space before '[' errorArvind Yadav1-1/+1
2017-07-17w1: omap-hdq: fix error return code in omap_hdq_probe()Gustavo A. R. Silva1-1/+2
2017-06-09w1: Add subsystem kernel public interfaceAndrew F. Davis7-14/+7
2017-05-25w1: Organize driver source to natural/common orderAndrew F. Davis4-102/+73
2017-04-08w1: Remove unneeded use of assert() and remove w1_log.hAndrew F. Davis1-6/+0
2017-02-10w1: ds2490: use kmemdup rather than duplicating its implementationWei Yongjun1-2/+1
2017-01-25w1: ds2490: USB transfer buffers need to be DMAableMaciej S. Szmigiero1-58/+84
2017-01-25w1: omap_hdq: Free resources on error pathChristophe JAILLET1-1/+1
2016-08-02w1:omap_hdq: fix regressionH. Nikolaus Schaller1-2/+0
2016-05-01w1: enable active pullup for DS2482 by defaultMariusz Bialonczyk1-0/+18
2016-02-08omap_hdq: fix usecount handlingAndreas Kemnade1-1/+0
2015-10-17W1: w1-gpio - switch to using dev_pm_opsDmitry Torokhov1-13/+7
2015-10-05w1: masters: omap_hdq: add support for 1-wire modeVignesh R1-33/+191
2015-09-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2015-08-07w1: Fix typo in MODULE_DESCRIPTION in matrox_w1.cMasanari Iida1-1/+1
2015-08-05w1: Use module_pci_driverVaishali Thakkar1-13/+1
2015-08-05w1: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-06-01w1: ds2482: Add i2c module alias nameLudek Hlavacek1-0/+1
2015-03-25w1: constify of_device_id arrayFabian Frederick3-3/+3
2014-12-14Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+0
2014-11-10w1: omap-hdq: support device probing with device-treeNeilBrown1-0/+7
2014-11-07W1: ds2490: Increase timeout when waiting for statusAlexander Stein1-1/+1
2014-10-20w1: masters: drop owner assignment from platform_driversWolfram Sang2-2/+0
2014-06-19w1/masters: use pr_* instead of printkFjodor Schelichow3-27/+27
2014-06-19w1: mxc_w1: Optimize mxc_w1_ds2_touch_bit()Alexander Shiyan1-12/+15
2014-06-19w1: mxc_w1: Perform a software reset at startupAlexander Shiyan1-0/+5
2014-06-19w1: mxc_w1: Optimize mxc_w1_ds2_reset_bus()Alexander Shiyan1-17/+15
2014-06-19w1: mxc_w1: Fix incorrect "presence" statusAlexander Shiyan1-1/+1
2014-02-28w1: mxc_w1: Enable driver compilation with COMPILE_TESTAlexander Shiyan2-7/+7
2014-02-28w1: mxc_w1: Driver cleanupAlexander Shiyan1-23/+16
2014-02-28w1: mxc_w1: Fix mxc_w1_ds2_reset_bus() return valueAlexander Shiyan1-1/+1
2014-02-28w1: Remove excess dependencies on W1 for masters and slavesAlexander Shiyan1-2/+1
2014-02-15w1-gpio: handle of_get_gpio() returning -EPROBE_DEFER betterUwe Kleine-König1-5/+14
2014-02-08Revert ds1wm.c from "w1: hold bus_mutex in netlink and search"David Fries1-3/+1
2014-02-07w1: hold bus_mutex in netlink and searchDavid Fries2-3/+9
2014-02-07w1: ds2490 fix and enable hardware searchDavid Fries1-22/+86
2014-02-07w1: ds2490 USB setup fixesDavid Fries1-8/+14
2014-02-07w1: ds2490 reduce magic numbersDavid Fries1-8/+15
2014-01-23drivers/w1/masters/w1-gpio.c: add strong pullup emulationEvgeny Boger1-0/+22
2013-12-08w1: mxc_w1: Check the clk_prepare_enable() return valueAlexander Shiyan1-6/+9
2013-12-08w1: mxc_w1: Add warning for base frequency calculationAlexander Shiyan1-2/+12
2013-12-08w1: mxc_w1: Remove unused field "clkdiv" from private structureAlexander Shiyan1-3/+3
2013-11-15drivers/w1/masters/w1-gpio.c: use dev_get_platdata()Jingoo Han1-5/+5
2013-11-13drivers/w1/masters/ds1wm.cuse dev_get_platdata()Jingoo Han1-6/+6
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-10-16w1: omap-hdq: remove deprecated IRQF_DISABLEDMichael Opdenacker1-2/+1
2013-10-16w1: ds1wm: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+1
2013-09-11drivers/w1/masters/mxc_w1.c: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-05-27Merge 3.10-rc3 into char-misc-nextGreg Kroah-Hartman1-5/+0
2013-05-21w1-gpio: Let device core handle pinctrlFabio Estevam1-6/+0
2013-05-18drivers/w1/masters: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-1/+1
2013-04-16Convert selectors of GENERIC_GPIO to GPIOLIBAlexandre Courbot1-1/+1
2013-03-26Merge tag 'arizona-extcon-asoc' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman1-2/+4
2013-03-12w1: mxc_w1: Convert to devm_ioremap_resource()Fabio Estevam1-3/+3
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-02-28Merge tag 'late-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+8
2013-02-21Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-80/+74
2013-02-18w1: ds2482: Added 1-Wire pull-up support to the driverMichael Arndt1-6/+45
2013-02-10W1: Add device tree support to MXC onewire master.Martin Fuzzey1-1/+8
2013-01-30w1-gpio: fix section mismatchHauke Mehrtens1-1/+1
2013-01-22w1: Convert to devm_ioremap_resource()Thierry Reding1-5/+3
2013-01-15drivers/w1/masters/mxc_w1.c: use devm_ functionsJulia Lawall1-39/+10
2013-01-15drivers/w1/masters/ds1wm.c: use devm_ functionsJulia Lawall1-34/+18
2013-01-03Drivers: w1: remove last __devexit_p() instanceGreg Kroah-Hartman1-1/+1
2012-12-16ARM: OMAP: Fix drivers to depend on omap for internal devicesTony Lindgren1-0/+1
2012-11-26w1-gpio: Simplify & get rid of definesPantelis Antoniou1-32/+26
2012-11-26w1-gpio: Pinctrl-fyPantelis Antoniou1-0/+7
2012-11-21w1: remove use of __devexitBill Pemberton3-5/+5
2012-11-21w1: remove use of __devinitBill Pemberton3-5/+5
2012-11-21w1: remove use of __devexit_pBill Pemberton2-2/+2
2012-11-21w1: mxc_w1: Fix commentFabio Estevam1-1/+1
2012-11-21w1: mxc_w1: Convert to platform driverFabio Estevam1-14/+2
2012-11-21w1: mxc_w1: Adapt the clock name to the new clock frameworkFabio Estevam1-3/+3
2012-10-24w1/ds2482: use module_i2c_driver to simplify the codeWei Yongjun1-12/+1
2012-10-24drivers/w1/masters: remove CONFIG_EXPERIMENTALKees Cook1-1/+1
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-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 Torvalds2-16/+18
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-13W1: split master mutex to avoid deadlocks.NeilBrown1-0/+4
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-04-25w1 i.MX: prepare/unprepare clockSascha Hauer1-2/+2
2012-02-09w1: Use linux/gpio.h rather than asm/gpio.hMark Brown1-2/+1
2011-11-18USB: convert some miscellanies drivers to use module_usb_driver()Greg Kroah-Hartman1-20/+1
2011-08-25MAINTAINERS: Evgeniy has movedEvgeniy Polyakov2-4/+4
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
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: complete the 1-wire (w1) ds1wm driver search algorithmJean-François Dagenais2-103/+220
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
2010-04-24w1: fix omap 1-wire driver compilationAmit Kucheria1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo5-0/+5
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-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
2009-10-04ds2482: Discard obsolete detect methodJean Delvare1-30/+5
2009-08-07drivers/w1/masters/omap_hdq.c: fix missing mutex unlockStoyan Gaydarov1-0/+1