index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
w1
/
masters
/
ds2490.c
Age
Commit message (
Expand
)
Author
2023-12-20
w1: ds2490: support block sizes larger than 128 bytes in ds_read_block
Marc Ferland
2023-04-20
w1: minor white-space and code style fixes
Krzysztof Kozlowski
2022-04-24
w1/ds2490: remove dump from ds_recv_status, pr_ to dev_XXX logging.
Christian Vogel
2022-03-18
w1/ds2490: remove spurious newlines within hexdump
Christian Vogel
2021-01-20
w1/masters/ds2490: queue up found IDs during scan
Christian Vogel
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-04-25
USB: w1 ds2490: Fix bug caused by improper use of altsetting array
Alan Stern
2018-07-07
ds2490.c: Move struct open braces to previous line
Henriette Hofmeier
2018-07-07
ds2490.c: Remove unnecessary whitespace
Henriette Hofmeier
2018-07-07
ds2490.c: Add required spaces
Henriette Hofmeier
2017-08-28
w1: ds2490: constify usb_device_id and fix space before '[' error
Arvind Yadav
2017-06-09
w1: Add subsystem kernel public interface
Andrew F. Davis
2017-05-25
w1: Organize driver source to natural/common order
Andrew F. Davis
2017-02-10
w1: ds2490: use kmemdup rather than duplicating its implementation
Wei Yongjun
2017-01-25
w1: ds2490: USB transfer buffers need to be DMAable
Maciej S. Szmigiero
2014-11-07
W1: ds2490: Increase timeout when waiting for status
Alexander Stein
2014-06-19
w1/masters: use pr_* instead of printk
Fjodor Schelichow
2014-02-07
w1: hold bus_mutex in netlink and search
David Fries
2014-02-07
w1: ds2490 fix and enable hardware search
David Fries
2014-02-07
w1: ds2490 USB setup fixes
David Fries
2014-02-07
w1: ds2490 reduce magic numbers
David Fries
2011-11-18
USB: convert some miscellanies drivers to use module_usb_driver()
Greg Kroah-Hartman
2011-08-25
MAINTAINERS: Evgeniy has moved
Evgeniy Polyakov
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2008-10-16
W1: ds2490.c optimize ds_set_pullup
David Fries
2008-10-16
W1: ds2490.c ds_write_block remove extra ds_wait_status
David Fries
2008-10-16
W1: ds2490.c magic number work
David Fries
2008-10-16
W1: ds2490.c reset ds2490 in init
David Fries
2008-10-16
W1: ds2490.c ds_reset remove ds_wait_status
David Fries
2008-10-16
W1: ds2490.c ds_dump_status rework
David Fries
2008-10-16
W1: ds2490.c simplify and fix ds_touch_bit
David Fries
2008-10-16
W1: ds2490.c disable bit read and write
David Fries
2008-10-16
W1: ds2490.c ds_write_bit, grouping error, disable readback
David Fries
2008-10-16
W1: ds2490.c add support for strong pullup
David Fries
2008-10-16
W1: ds2490.c correct print message
David Fries
2007-11-14
W1: fix memset size error
Li Zefan
2006-06-22
[PATCH] w1: Use mutexes instead of semaphores.
Evgeniy Polyakov
2006-06-22
[PATCH] w1: Replace dscore and ds_w1_bridge with ds2490 driver.
Evgeniy Polyakov