Re: [PATCH] regulator: max77650: Convert MAX77651 SBB1 to pickable linear range

2019-03-28 Thread Axel Lin
> What do you mean you don't have a public git tree? Can't you create a > gitlab account and just push the tree there? Alternatively, given the > amount of patches you send, I doubt the kernel.org maintainers would > refuse if you asked for an account. Because using linux-next tree is good enough

Re: [PATCH] regulator: max77650: Convert MAX77651 SBB1 to pickable linear range

2019-03-27 Thread Axel Lin
Bartosz Golaszewski 於 2019年3月27日 週三 下午9:08寫道: > > śr., 27 mar 2019 o 11:17 Axel Lin napisał(a): > > > > > Hi, > > > > > > what tree is this patch based on, because it doesn't apply on top of > > > v5.1-rc2. > > Hi Bart, > > You can use linux-next or regulator tree. > > However, due to build

Re: [PATCH] regulator: max77650: Convert MAX77651 SBB1 to pickable linear range

2019-03-27 Thread Bartosz Golaszewski
śr., 27 mar 2019 o 14:56 Axel Lin napisał(a): > > Bartosz Golaszewski 於 2019年3月27日 週三 下午9:08寫道: > > > > śr., 27 mar 2019 o 11:17 Axel Lin napisał(a): > > > > > > > Hi, > > > > > > > > what tree is this patch based on, because it doesn't apply on top of > > > > v5.1-rc2. > > > Hi Bart, > > >

Re: [PATCH] regulator: max77650: Convert MAX77651 SBB1 to pickable linear range

2019-03-27 Thread Bartosz Golaszewski
śr., 27 mar 2019 o 11:17 Axel Lin napisał(a): > > > Hi, > > > > what tree is this patch based on, because it doesn't apply on top of > > v5.1-rc2. > Hi Bart, > You can use linux-next or regulator tree. > However, due to build dependency you need to manually apply max77650 > mfd drvier manually

Re: [PATCH] regulator: max77650: Convert MAX77651 SBB1 to pickable linear range

2019-03-27 Thread Axel Lin
> Hi, > > what tree is this patch based on, because it doesn't apply on top of v5.1-rc2. Hi Bart, You can use linux-next or regulator tree. However, due to build dependency you need to manually apply max77650 mfd drvier manually because it's not exist in these tree. Alternatively, you can check

Re: [PATCH] regulator: max77650: Convert MAX77651 SBB1 to pickable linear range

2019-03-27 Thread Bartosz Golaszewski
pon., 25 mar 2019 o 14:56 Axel Lin napisał(a): > > The pickable linear range is suitable for The MAX77651 SBB1. > According to MAX77651 TV_SBB1 Code Table: > Use BIT[1:0] as range selectors. > Use BIT[5:2] as selectors for each linear range. > > The MAX77651 SBB1 supports up to selector 57,

[PATCH] regulator: max77650: Convert MAX77651 SBB1 to pickable linear range

2019-03-25 Thread Axel Lin
The pickable linear range is suitable for The MAX77651 SBB1. According to MAX77651 TV_SBB1 Code Table: Use BIT[1:0] as range selectors. Use BIT[5:2] as selectors for each linear range. The MAX77651 SBB1 supports up to selector 57, selector 58 ~ 63 are RSVD, thus set n_voltage to 58.

Re: [PATCH] regulator: max77650: Convert MAX77651 SBB1 to pickable linear range

2019-03-25 Thread Bartosz Golaszewski
pon., 25 mar 2019 o 14:56 Axel Lin napisał(a): > > The pickable linear range is suitable for The MAX77651 SBB1. > According to MAX77651 TV_SBB1 Code Table: > Use BIT[1:0] as range selectors. > Use BIT[5:2] as selectors for each linear range. > > The MAX77651 SBB1 supports up to selector 57,