mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 21:07:02 +09:00
7016198b44ddbfa7ad42e657d79174248af4c069
Markus Schneider-Pargmann <msp@baylibre.com> says: This series introduces two new chips tcan-4552 and tcan-4553. The generic driver works in general but needs a few small changes. These are caused by the removal of wake and state pins. Changes in v4: - Use printk("... %pe\n", ERR_PTR(ret)) for new printks - Link to v3: https://lore.kernel.org/lkml/20230721135009.1120562-1-msp@baylibre.com Changes in v3: - Rebased to v6.5-rc1 - Removed devicetree compatible check in tcan driver. The device version is now unconditionally detected using the ID2 register - Link to v2: https://lore.kernel.org/lkml/20230621093103.3134655-1-msp@baylibre.com Changes in v2: - Update the binding documentation to specify tcan4552 and tcan4553 with the tcan4x5x as fallback - Update the driver to use auto detection as well. If compatible differs from the ID2 register, use the ID2 register and print a warning. - Small style changes - Link to v1: https://lore.kernel.org/lkml/20230314151201.2317134-1-msp@baylibre.com Link: https://lore.kernel.org/all/20230728141923.162477-1-msp@baylibre.com Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Merge tag 'asoc-fix-v6.5-rc1-2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
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.
Description
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%