Re: [PATCH v2] Staging: fbtft: Fix GPIO handling

2019-07-25 Thread Nicolas Saenz Julienne
On Thu, 2019-07-25 at 09:21 +0200, Greg KH wrote: > On Wed, Jul 17, 2019 at 11:41:37PM +0900, Jan Sebastian Götte wrote: > > Commit c440eee1a7a1 ("Staging: fbtft: Switch to the gpio descriptor > > interface") breaks GPIO handling. In several places, checks to only set > > a GPIO if it was

Re: [PATCH v2] Staging: fbtft: Fix GPIO handling

2019-07-25 Thread Greg KH
On Wed, Jul 17, 2019 at 11:41:37PM +0900, Jan Sebastian Götte wrote: > Commit c440eee1a7a1 ("Staging: fbtft: Switch to the gpio descriptor > interface") breaks GPIO handling. In several places, checks to only set > a GPIO if it was configured ended up backwards. > I have tested this fix. The fixed

[PATCH v2] Staging: fbtft: Fix GPIO handling

2019-07-17 Thread Jan Sebastian Götte
Commit c440eee1a7a1 ("Staging: fbtft: Switch to the gpio descriptor interface") breaks GPIO handling. In several places, checks to only set a GPIO if it was configured ended up backwards. I have tested this fix. The fixed driver works with a ili9486 display connected to a raspberry pi via SPI.