On Thu, Aug 15, 2019 at 6:49 AM Tony Lindgren <tony@xxxxxxxxxxx> wrote: > > From: "Tony Lindgren" <tony@xxxxxxxxxxx> > > The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b: > > Linus 5.3-rc1 (2019-07-21 14:05:38 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.3/fixes-rc4 > > for you to fetch changes up to 4a65bbb9109ed7edd4b6ed7168ced48abb8561a2: > > soc: ti: pm33xx: Make two symbols static (2019-08-13 05:05:38 -0700) > > ---------------------------------------------------------------- > Fixes for omap variants for v5.3-rc cycle > > We have another fix to disable voltage switching for am57xx SDIO as > the bootrom cannot handle all the voltages after a reset that thought > I had already sent a pull request for earlier but forgot. And we also > update dra74x iodelay configuration for mmc3 to use the recommended > values. > > Then I noticed we had introduced few new boot warnings with the various > recent ti-sysc changes and wanted to fix those. I also noticed we still > have too many warnings to be able to spot the real ones easily and fixed > up few of those. Sure some of the warnings have been around for a long > time and few of the fixes could have waited for the merge window, but > having more usable dmesg log level output is a valuable. > > Other fixes are IO size correction for am335x UARTs that cause issues > for at least FreeBSD using the same device tree file that checks that > the child IO range is not larger than the parent has. > > For omap1 ams-delta keyboard we need to fix a irq ack that broke with > all the recent gpio changes. > > And there are also few static checker warning fixes for recent am335x > PM changes and ti-sysc driver and one switch fall-though update. Pulled into fixes, thanks! Arnd