Fork of alistair23 Linux kernel for reMarkable from https://github.com/alistair23/linux
Go to file
Paul Cercueil e6c21e6f9c drm/panel: simple: Add 50Hz mode for sharp,ls020b1dd01d
Add a perfect 50.00 Hz frame rate mode to the list of available modes
for the Sharp LS020B1DD01D panel.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20200811002240.55194-6-paul@crapouillou.net
2020-08-15 16:08:04 +02:00
arch Linux 5.8 2020-08-11 11:58:31 +10:00
block
certs
crypto
Documentation dt-bindings: Add DT bindings for Toshiba TC358762 DSI-to-DPI bridge 2020-08-12 22:03:34 +02:00
drivers drm/panel: simple: Add 50Hz mode for sharp,ls020b1dd01d 2020-08-15 16:08:04 +02:00
fs io_uring-5.8-2020-07-30 2020-07-30 09:47:07 -07:00
include Merge drm/drm-next into drm-misc-next 2020-08-12 20:42:08 +02:00
init
ipc
kernel Merge drm/drm-next into drm-misc-next 2020-08-12 20:42:08 +02:00
lib Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2020-08-01 16:47:24 -07:00
LICENSES
mm khugepaged: fix null-pointer dereference due to race 2020-07-24 12:42:41 -07:00
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2020-08-01 16:47:24 -07:00
samples
scripts kbuild: remove redundant FORCE definition in scripts/Makefile.modpost 2020-08-02 23:09:16 +09:00
security
sound sound fixes for 5.8-final or -rc8 2020-07-31 09:17:24 -07:00
tools Bugfixes and strengthening the validity checks on inputs from new userspace APIs. 2020-08-02 10:41:00 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap mailmap: add entry for Mike Rapoport 2020-07-24 12:42:41 -07:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge drm/drm-next into drm-misc-next 2020-08-12 20:42:08 +02:00
Makefile Linux 5.8 2020-08-02 14:21:45 -07:00
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.