062fa6b8ef
Few fixes for regression issues recently noticed by folks testing the current kernel: - We need to disable AES for n950 as it's not accessible because of the secure mode configuration and kernel fails to boot - On gta04 wlan probe exposed a bug for BUS_NOTIFY_BIND_DRIVER that has been around for a long time - Droid bionic exposed an issue where we configure an invalid range on the PMIC that adds boot time warnings Obviously these fixes can be merged whenever suitable. -----BEGIN PGP SIGNATURE----- iQJFBAABCAAvFiEEkgNvrZJU/QSQYIcQG9Q+yVyrpXMFAl/TK98RHHRvbnlAYXRv bWlkZS5jb20ACgkQG9Q+yVyrpXNxoxAAmO3ICT1DnBoKTiT4K3z9jQCZxl8Yadht Ny0Dsos6Xky0/f2GjwbLxS1ww0k2EabyLFzUT5L6CGqF2/dfv2rpSYz6P5vJJYkk dVeepBI0LPtIKQGayqEx6tzONNqCnbLHcV3p1K/+aN2mlTH+cUa8kg73sndZoAXT 1mWr1SryTUF8opLpM7stz2gnf9xRzidnuniCTcUgLTWOcJ1rluCvmI4VQAzJ7Px8 jxnAKaK4PaHoeBadRrsYqOlaHu1Y1jJndfLN08OfuT03E5VlMPQd+WBaBy59cdUD 0XSUPJU7e173PIDVfAZ2YDB+egzEo0MWfZV37pKJAvwSPpNY0/b6f3/YohZocxsR sbQ2l+1vCifQU6Bl89XhI3rieAqmawcvIj9muraSxDTRaJvOhV3p9M2dZgMP4x/8 a4CneyTW7vOlj0r+Vbj9rqi5XllYzrrsQLk8Nt/C9bgweYt7Mrab/pbF9xcRRCcG s09i/h4qjg95MnkPndLLC66ouKoJmMjyBQmyN3xegKosR0lPXxqbpC5jttjdBEtW kUtc4Yf04kdT/YGAgmIN5xYFrdUz+Sx7evuAQQ1IiCkPLxtFWL/JNVV+f8dds7xZ OVboX3eSuCg+HRi6N9tux6VAdsLapUsixFJYHbYtSm3LzuLHAJ/JKUKgvFklVZdB TLJwy4DHSU8= =cx/i -----END PGP SIGNATURE----- Merge tag 'omap-for-v5.10/fixes-rc6-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes Few regression fixes for omaps for v5.10 Few fixes for regression issues recently noticed by folks testing the current kernel: - We need to disable AES for n950 as it's not accessible because of the secure mode configuration and kernel fails to boot - On gta04 wlan probe exposed a bug for BUS_NOTIFY_BIND_DRIVER that has been around for a long time - Droid bionic exposed an issue where we configure an invalid range on the PMIC that adds boot time warnings Obviously these fixes can be merged whenever suitable. * tag 'omap-for-v5.10/fixes-rc6-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap: ARM: omap2: pmic-cpcap: fix maximum voltage to be consistent with defaults on xt875 ARM: OMAP2+: omap_device: fix idling of devices during probe ARM: dts: OMAP3: disable AES on N950/N9 Link: https://lore.kernel.org/r/pull-1607674932-973902@atomide.com Signed-off-by: Arnd Bergmann <arnd@arndb.de> |
||
---|---|---|
Documentation | ||
LICENSES | ||
arch | ||
block | ||
certs | ||
crypto | ||
drivers | ||
fs | ||
include | ||
init | ||
ipc | ||
kernel | ||
lib | ||
mm | ||
net | ||
samples | ||
scripts | ||
security | ||
sound | ||
tools | ||
usr | ||
virt | ||
.clang-format | ||
.cocciconfig | ||
.get_maintainer.ignore | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
COPYING | ||
CREDITS | ||
Kbuild | ||
Kconfig | ||
MAINTAINERS | ||
Makefile | ||
README |
README
Linux kernel ============ There are several guides for kernel developers and users. These guides can be rendered in a number of formats, like HTML and PDF. Please read Documentation/admin-guide/README.rst first. In order to build the documentation, use ``make htmldocs`` or ``make pdfdocs``. The formatted documentation can also be read online at: https://www.kernel.org/doc/html/latest/ There are various text files in the Documentation/ subdirectory, several of them using the Restructured Text markup notation. Please read the Documentation/process/changes.rst file, as it contains the requirements for building and running the kernel, and information about the problems which may result by upgrading your kernel.