mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 19:47:08 +02:00
Linux kernel source tree
Fix dt for gpio and switch nodes -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQQYqXDMF3cvSLY+g9cLBhiOFHI71QUCZYMbkAAKCRALBhiOFHI7 1YdzAJ0Yu49LXFvVKvCFGiUktDFP3XFuAQCgmS3JzZuX5+/4yHl25NRDQiuhkT0= =cETW -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEiK/NIGsWEZVxh/FrYKtH/8kJUicFAmWEcF0ACgkQYKtH/8kJ Uid3vA/+JgL1oaXBhqi/LYCCEaJ3THhli9YZKa79POFC61I4TQUSbsHnknwRL961 dCSOO5fzylspNGQftIwS9cTAgWaFr9XRQ6O5uXPbu3Q5OGy4MWkEBLVfE6iCesRq QdF0neOmnOgPt7/izoOcsdpMKIQrwSRBjZcUYDHr5N74SwNllVBMKune39k9exwU fFH6LvBLi1viFy+SzjawmDKmelOlsTw7JunHe3GpeKX0fSq3n1giDqSbORj8Rxds /3IKa5IUM324PFdXztUOn//rDQRCPOZoKczwJcKtT7t4ITdO0QoWKiIVULQZ0bi7 pJJt1W2qos3h4KPUID2M3xRm+xoyMDIx6Kw1sjrNvvwuKmgOLrxJ/p3wTcazieQ4 vpFPpJ1PMGad2o0VfKf0b4AFAhXJnPPiMluYEiK/Lo8ma6QSALujs7n9DBOzfZ1B nro4cJkKmnELK+wHl0wv7tnkWXxbMXhZnhQgTSY9Z/NRDGhfF36ddjBJ2rvMQPcZ D6M+kcvGCP5olpbhZ4GKxQynRx5AE8u4Gzjx29g0W7q4jg89VL47SpILli+g8sXB cxjgFmcUYqyGFlawuOifcC2hQQSS9UKYa/j1EoAVZYLxjOw2x40B4tW51BOOQyx/ qKfwylJH3mA+jOi5JgGhr/2WwW1yJ9gI0FanzX1fpo8bDvVsPRs= =pYqI -----END PGP SIGNATURE----- Merge tag 'mvebu-dt-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu into soc/dt mvebu dt for 6.8 (part 1) Fix dt for gpio and switch nodes * tag 'mvebu-dt-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu: ARM: dts: marvell: make dts use gpio-fan matrix instead of array ARM: dts: marvell: Fix some common switch mistakes Link: https://lore.kernel.org/r/87o7ekbyv2.fsf@BL-laptop Signed-off-by: Arnd Bergmann <arnd@arndb.de> |
||
|---|---|---|
| arch | ||
| block | ||
| certs | ||
| crypto | ||
| Documentation | ||
| drivers | ||
| fs | ||
| include | ||
| init | ||
| io_uring | ||
| ipc | ||
| kernel | ||
| lib | ||
| LICENSES | ||
| mm | ||
| net | ||
| rust | ||
| samples | ||
| scripts | ||
| security | ||
| sound | ||
| tools | ||
| usr | ||
| virt | ||
| .clang-format | ||
| .cocciconfig | ||
| .get_maintainer.ignore | ||
| .gitattributes | ||
| .gitignore | ||
| .mailmap | ||
| .rustfmt.toml | ||
| COPYING | ||
| CREDITS | ||
| Kbuild | ||
| Kconfig | ||
| MAINTAINERS | ||
| Makefile | ||
| 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.