[PATCH] bq27x00: use cached flags

2019-02-17 Thread Arthur Demchenkov
The flags were just read by bq27xxx_battery_update(), no need to read them again. Signed-off-by: Arthur Demchenkov --- drivers/power/supply/bq27xxx_battery.c | 20 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/drivers/power/supply/bq27xxx_battery.c b

[PATCH] ARM: dts: n900: fix mmc1 card detect gpio polarity

2019-01-20 Thread Arthur Demchenkov
Wrong polarity of card detect GPIO pin leads to the system not booting from external mmc, if the back cover of N900 is closed. When the cover is open the system boots fine. This wasn't noticed before, because of a bug, which was fixed by commit e63201f19 (mmc: omap_hsmmc: Delete platform data

[PATCH] usb: make module xhci_hcd removable

2015-05-18 Thread Arthur Demchenkov
Fixed regression. After commit 29e409f the module xhci_hcd became non-removable. That behaviour is not expected and there're no notes about it in commit message. The module should be removable as it blocks PM suspend/resume functions (Debian Bug#666406). Signed-off-by: Arthur Demchenkov

[PATCH] usb: make module xhci_hcd removable

2015-05-18 Thread Arthur Demchenkov
Fixed regression. After commit 29e409f the module xhci_hcd became non-removable. That behaviour is not expected and there're no notes about it in commit message. The module should be removable as it blocks PM suspend/resume functions (Debian Bug#666406). Signed-off-by: Arthur Demchenkov spinal