Searched hist:bf49735537374c02fd4111bd5463e372f69c41f8 (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/power/supply/ |
H A D | ds2760_battery.c | diff bf49735537374c02fd4111bd5463e372f69c41f8 Fri Jul 06 07:35:51 CEST 2018 Daniel Mack <daniel@zonque.org> power: supply: ds2760_battery: merge ds2760 supply driver with its w1 slave companion
This patch removes the w1 slave driver that used to register the w1 family and instanciate a platform device at runtime. The code now lives in the supply driver instead to avoid that level of indirection.
The old device name "ds2760-battery.0" is preserved, so userspace applications can access the same virtual device nodes as before.
Note that because the w1 core does not currently have a framework for suspend/resume, the driver now registers a PM notifier callback.
Signed-off-by: Daniel Mack <daniel@zonque.org> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
|
H A D | Kconfig | diff bf49735537374c02fd4111bd5463e372f69c41f8 Fri Jul 06 07:35:51 CEST 2018 Daniel Mack <daniel@zonque.org> power: supply: ds2760_battery: merge ds2760 supply driver with its w1 slave companion
This patch removes the w1 slave driver that used to register the w1 family and instanciate a platform device at runtime. The code now lives in the supply driver instead to avoid that level of indirection.
The old device name "ds2760-battery.0" is preserved, so userspace applications can access the same virtual device nodes as before.
Note that because the w1 core does not currently have a framework for suspend/resume, the driver now registers a PM notifier callback.
Signed-off-by: Daniel Mack <daniel@zonque.org> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
|
/linux/drivers/w1/slaves/ |
H A D | Makefile | diff bf49735537374c02fd4111bd5463e372f69c41f8 Fri Jul 06 07:35:51 CEST 2018 Daniel Mack <daniel@zonque.org> power: supply: ds2760_battery: merge ds2760 supply driver with its w1 slave companion
This patch removes the w1 slave driver that used to register the w1 family and instanciate a platform device at runtime. The code now lives in the supply driver instead to avoid that level of indirection.
The old device name "ds2760-battery.0" is preserved, so userspace applications can access the same virtual device nodes as before.
Note that because the w1 core does not currently have a framework for suspend/resume, the driver now registers a PM notifier callback.
Signed-off-by: Daniel Mack <daniel@zonque.org> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
|
H A D | Kconfig | diff bf49735537374c02fd4111bd5463e372f69c41f8 Fri Jul 06 07:35:51 CEST 2018 Daniel Mack <daniel@zonque.org> power: supply: ds2760_battery: merge ds2760 supply driver with its w1 slave companion
This patch removes the w1 slave driver that used to register the w1 family and instanciate a platform device at runtime. The code now lives in the supply driver instead to avoid that level of indirection.
The old device name "ds2760-battery.0" is preserved, so userspace applications can access the same virtual device nodes as before.
Note that because the w1 core does not currently have a framework for suspend/resume, the driver now registers a PM notifier callback.
Signed-off-by: Daniel Mack <daniel@zonque.org> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
|