aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/w1/masters/ds2490.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-01-20w1/masters/ds2490: queue up found IDs during scanChristian Vogel1-5/+20
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2019-04-25USB: w1 ds2490: Fix bug caused by improper use of altsetting arrayAlan Stern1-3/+3
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
2017-08-28w1: ds2490: constify usb_device_id and fix space before '[' errorArvind Yadav1-1/+1
2017-06-09w1: Add subsystem kernel public interfaceAndrew F. Davis1-2/+1
2017-05-25w1: Organize driver source to natural/common orderAndrew F. Davis1-20/+13
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
2014-11-07W1: ds2490: Increase timeout when waiting for statusAlexander Stein1-1/+1
2014-06-19w1/masters: use pr_* instead of printkFjodor Schelichow1-25/+25
2014-02-07w1: hold bus_mutex in netlink and searchDavid Fries1-2/+6
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
2011-11-18USB: convert some miscellanies drivers to use module_usb_driver()Greg Kroah-Hartman1-20/+1
2011-08-25MAINTAINERS: Evgeniy has movedEvgeniy Polyakov1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
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
2007-11-14W1: fix memset size errorLi Zefan1-1/+1
2006-06-22[PATCH] w1: Use mutexes instead of semaphores.Evgeniy Polyakov1-5/+5
2006-06-22[PATCH] w1: Replace dscore and ds_w1_bridge with ds2490 driver.Evgeniy Polyakov1-0/+947