Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
This branch is 11085 commits ahead, 90281 commits behind rpi-4.19.y.
Latest commit
This patch needed to be backported to series 4.14.y because it is also supported in meta-raspberrypi for Yocto Project. Unfortunately, the rename affected the correct building of the 4.14 series kernel, which now results broken. Applying the same renames on the 4.14.y series would fix the issue for those still using that kernel version. The downtream Pi Zero W dts file uses the digit 0, whereas upstream chose to spell it out - "zero-w". The firmware has, for a long time, looked for bcm2708-rpi-zero-w.dtb first before falling back to the numerical version. Therefore it is better to follow upstream and make the switch to "bcm2708-rpi-zero-w". At the same time, remove some overrides that duplicate values inherited from the shared .dtsi files. Signed-off-by: Phil Elwell <phil@raspberrypi.org> Signed-off-by: Francesco Giancane <francescogiancane8@gmail.com>
Git stats
Files
Failed to load latest commit information.
README
Linux kernel ============ This file was moved to Documentation/admin-guide/README.rst Please notice that there are several guides for kernel developers and users. These guides can be rendered in a number of formats, like HTML and PDF. In order to build the documentation, use ``make htmldocs`` or ``make pdfdocs``. There are various text files in the Documentation/ subdirectory, several of them using the Restructured Text markup notation. See Documentation/00-INDEX for a list of what is contained in each file. 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.