[PATCH 2/2] w1/masters/ds2490: queue up found IDs during scan

2021-01-13 Thread Christian Vogel
ned-off-by: Christian Vogel --- drivers/w1/masters/ds2490.c | 25 - 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/drivers/w1/masters/ds2490.c b/drivers/w1/masters/ds2490.c index e17c8f70dcd0..cd8821580f71 100644 --- a/drivers/w1/masters/ds2490.c +++ b/

[no subject]

2021-01-13 Thread Christian Vogel
Hi Greg, here are two patches for the onewire subsystem. The first allows to have DS28E04 eproms on the bus (which have a peculiar address-crc quirk when using the address strapping pins). The second fixes a long-standing bug with hanging of a DS2490 USB interface when some chips (that lock the

[PATCH 1/2] w1/w1.c: w1 address crc quick for DS28E04 eeproms

2021-01-13 Thread Christian Vogel
: Christian Vogel --- drivers/w1/w1.c | 39 +-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/drivers/w1/w1.c b/drivers/w1/w1.c index 15a2ee32f116..f2ae2e563dc5 100644 --- a/drivers/w1/w1.c +++ b/drivers/w1/w1.c @@ -25,6 +25,8 @@ #include