Re: [RFT PATCH 0/6] pinctrl: meson: Fix gpio-ranged for GPIO Hog

2017-03-24 Thread Kevin Hilman
Neil Armstrong writes: > Whem trying to add a gpio hog to enable the USB Hub on the Odroid-C2, I > encountered a strange bug where when calling gpiochip_add_data() the gpiolib > code was trying to add the Hog but failed because the gpio ranges were > missing. > > In the

Re: [RFT PATCH 0/6] pinctrl: meson: Fix gpio-ranged for GPIO Hog

2017-03-24 Thread Kevin Hilman
Neil Armstrong writes: > Whem trying to add a gpio hog to enable the USB Hub on the Odroid-C2, I > encountered a strange bug where when calling gpiochip_add_data() the gpiolib > code was trying to add the Hog but failed because the gpio ranges were > missing. > > In the meson-pinctrl driver,

[RFT PATCH 0/6] pinctrl: meson: Fix gpio-ranged for GPIO Hog

2017-03-23 Thread Neil Armstrong
Whem trying to add a gpio hog to enable the USB Hub on the Odroid-C2, I encountered a strange bug where when calling gpiochip_add_data() the gpiolib code was trying to add the Hog but failed because the gpio ranges were missing. In the meson-pinctrl driver, the gpio ranges are added manually

[RFT PATCH 0/6] pinctrl: meson: Fix gpio-ranged for GPIO Hog

2017-03-23 Thread Neil Armstrong
Whem trying to add a gpio hog to enable the USB Hub on the Odroid-C2, I encountered a strange bug where when calling gpiochip_add_data() the gpiolib code was trying to add the Hog but failed because the gpio ranges were missing. In the meson-pinctrl driver, the gpio ranges are added manually