https://github.com/torvalds/linux
Raw File
Tip revision: 61867ab54695cb4b98cb988698c11e4a2ddf1e8a authored by Hugo De Zela on 25 July 2017, 16:28:30 UTC
Now with actual patch files
Tip revision: 61867ab
README
# Linux kernel patched for Up Board

Based on stable kernel 4.12.1

Patched files
- drivers/platform/x86/Kconfig
- drivers/platform/x86/Makefile
- drivers/spi/spi-pxa2xx.c
- include/linux/spi/pxa2xx_spi.h

Added files
- drivers/platform/x86/up_board_pinctrl.c
- drivers/platform/x86/up_board.c

Original patches and other support files are in _patch directory

# Original 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.
back to top