Message ID | 20210720083928.10404-1-paul.barker@sancloud.com (mailing list archive) |
---|---|
Headers | show |
Series | Add support for the SanCloud BBE Lite | expand |
* Paul Barker <paul.barker@sancloud.com> [210720 11:40]: > The Lite variant of the SanCloud BeagleBone Enhanced (BBE) removes the > HDMI encoder, barometer and accelerometer chips and adds a Micron > Authenta SPI flash chip. Thanks applying all for v5.15 merge window. Regards, Tony
On Tue, 27 Jul 2021 11:55:21 +0300 Tony Lindgren <tony@atomide.com> wrote: > * Paul Barker <paul.barker@sancloud.com> [210720 11:40]: > > The Lite variant of the SanCloud BeagleBone Enhanced (BBE) removes the > > HDMI encoder, barometer and accelerometer chips and adds a Micron > > Authenta SPI flash chip. > > Thanks applying all for v5.15 merge window. I tested the for-next branch of linux-omap to confirm that things worked with these patches applied. There was a NULL pointer dereference in ptp_clock_register() during boot. The fix appears to be https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=55eac20617ca84129273ab248f4d7bfe456967de which went into 5.14-rc2. Merging for-next with 5.14-rc4 resulted in things working as expected.
* Paul Barker <paul.barker@sancloud.com> [210804 10:52]: > On Tue, 27 Jul 2021 11:55:21 +0300 > Tony Lindgren <tony@atomide.com> wrote: > > > * Paul Barker <paul.barker@sancloud.com> [210720 11:40]: > > > The Lite variant of the SanCloud BeagleBone Enhanced (BBE) removes the > > > HDMI encoder, barometer and accelerometer chips and adds a Micron > > > Authenta SPI flash chip. > > > > Thanks applying all for v5.15 merge window. > > I tested the for-next branch of linux-omap to confirm that things > worked with these patches applied. There was a NULL pointer > dereference in ptp_clock_register() during boot. The fix appears to be > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=55eac20617ca84129273ab248f4d7bfe456967de > which went into 5.14-rc2. Yeah so it seems, too bad it was not there for -rc1 already. > Merging for-next with 5.14-rc4 resulted in things working as expected. OK thanks for checking. Regards, Tony