Re: [PATCH 2/5] mfd: lm3533-ctrlbank: Cap BRIGHTNESS_MAX to 127 since API uses u8 as carrier

2020-06-30 Thread Johan Hovold
On Mon, Jun 29, 2020 at 02:25:06PM +0100, Lee Jones wrote: > On Mon, 29 Jun 2020, Johan Hovold wrote: > > > On Mon, Jun 29, 2020 at 01:32:12PM +0100, Lee Jones wrote: > > > Since its conception in 2012 brightness has been artificially capped > > > at 127 since the variable carrying the value is u8

Re: [PATCH 2/5] mfd: lm3533-ctrlbank: Cap BRIGHTNESS_MAX to 127 since API uses u8 as carrier

2020-06-29 Thread Johan Hovold
On Mon, Jun 29, 2020 at 01:32:12PM +0100, Lee Jones wrote: > Since its conception in 2012 brightness has been artificially capped > at 127 since the variable carrying the value is u8. We could go to > the trouble of changing the whole API (crossing 3 different subsystems), > but clearly this hasn'

Re: [PATCH 2/5] mfd: lm3533-ctrlbank: Cap BRIGHTNESS_MAX to 127 since API uses u8 as carrier

2020-06-29 Thread Lee Jones
On Mon, 29 Jun 2020, Johan Hovold wrote: > On Mon, Jun 29, 2020 at 01:32:12PM +0100, Lee Jones wrote: > > Since its conception in 2012 brightness has been artificially capped > > at 127 since the variable carrying the value is u8. We could go to > > the trouble of changing the whole API (crossing