[Letux-kernel] letux-4.9-rc1
H. Nikolaus Schaller
hns at goldelico.com
Mon Oct 17 11:55:39 CEST 2016
> Am 16.10.2016 um 23:33 schrieb Andreas Kemnade <andreas at kemnade.info>:
>
> Hi,
>
> On Sun, 16 Oct 2016 21:47:26 +0200
> "H. Nikolaus Schaller" <hns at goldelico.com> wrote:
>
>> Hi Marek and Andreas,
>>
>> Today I have rebased to linus/master and pushed letux-4.9-rc1.
>>
>> There were only some minor merge conflicts where I hope they don't
>> affect us much.
>>
>> The biggest one was that the regulators are now in
>> drivers/power/supply. But we have only patches the bq2429x driver for
>> the Pyra. So no effect on GTA04 expected.
>>
>> The second biggest was to serial_core. This might influence GPS and
>> Bluetooth. But nothing substantial.
>>
>> A third issue was that patch "musb: omap2430: do not assume balanced
>> enable()/disable()" did no longer compile because there is no
>> glue->enable any more. [see
>> <http://git.goldelico.com/?p=gta04-kernel.git;a=commit;h=c6d1d00fad7b042481d22e4f34a251c8753f3d9d>]
>>
> I was just about to write you an email about that one, because I tested
> the corresponding patch (which removes glue->enable)
> before it went to linux-next. It should be removed and I will check
> again what is still needed.
I have now booted the 4.9-rc1 kernel. Pyra works fine.
GTA04 charging and USB-gadget work :) So it might indeed be no longer needed.
But GTA04 reports spuriously during inactivity:
[ 91.398834] VDD1: ramp_delay not set
[ 91.788635] VDD1: ramp_delay not set
[ 97.398986] VDD1: ramp_delay not set
[ 97.768615] VDD1: ramp_delay not set
[ 103.308319] VDD1: ramp_delay not set
[ 103.748657] VDD1: ramp_delay not set
[ 109.158416] VDD1: ramp_delay not set
[ 109.468627] VDD1: ramp_delay not set
[ 115.158477] VDD1: ramp_delay not set
[ 115.528747] VDD1: ramp_delay not set
[ 121.398925] VDD1: ramp_delay not set
[ 121.948577] VDD1: ramp_delay not set
[ 127.399017] VDD1: ramp_delay not set
[ 127.928619] VDD1: ramp_delay not set
[ 133.388916] VDD1: ramp_delay not set
[ 133.788757] VDD1: ramp_delay not set
[ 139.399261] VDD1: ramp_delay not set
[ 139.889007] VDD1: ramp_delay not set
[ 157.399902] VDD1: ramp_delay not set
[ 157.829620] VDD1: ramp_delay not set
[ 163.330047] VDD1: ramp_delay not set
[ 163.769683] VDD1: ramp_delay not set
[ 169.400268] VDD1: ramp_delay not set
[ 169.790008] VDD1: ramp_delay not set
[ 175.160064] VDD1: ramp_delay not set
[ 175.510284] VDD1: ramp_delay not set
[ 181.400726] VDD1: ramp_delay not set
[ 181.750457] VDD1: ramp_delay not set
[ 187.400939] VDD1: ramp_delay not set
[ 187.730682] VDD1: ramp_delay not set
[ 193.401123] VDD1: ramp_delay not set
[ 193.710876] VDD1: ramp_delay not set
[ 199.165832] VDD1: ramp_delay not set
[ 199.521118] VDD1: ramp_delay not set
[ 205.401672] VDD1: ramp_delay not set
[ 205.931304] VDD1: ramp_delay not set
[ 211.161651] VDD1: ramp_delay not set
[ 211.651550] VDD1: ramp_delay not set
[ 217.161926] VDD1: ramp_delay not set
[ 217.631774] VDD1: ramp_delay not set
looks as if someone patched the driver to make this a required property but forgot to update twl4030.dtsi or whatever...
Yes, there are recent patches:
iMac:master hns$ git blame drivers/regulator/core.c | fgrep "ramp_delay not set"
73e705bf81 (Matthias Kaehlcke 2016-09-14 09:52:08 -0700 2763) rdev_warn(rdev, "ramp_delay not set\n");
iMac:master hns$
BR,
Nikolaus
More information about the Letux-kernel
mailing list