Linus Torvalds 4b3789512f I3C for 5.17
Drivers:
  - svc: runtime pm suport
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEBqsFVZXh8s/0O5JiY6TcMGxwOjIFAmHkiAQACgkQY6TcMGxw
 OjIm0g//XDVYRFcY00j5sWiXNhwOt2kWuz4N6ING8t/GaPkxiOE8MxbB2xhcsbQS
 od3Lt9vRQQVjGY0OgCOBsC0dJYuFDmg3YglI6V6EnxrdmgjSdkVsKbh0kvYY0tR7
 6O72CaUxxG4TQ1/ASK95lXlCPwF6QhUZCsWKj4f9FI/SgqwgndkHKgXXOVmO806Y
 NYnm21LZOBHA9LJ1TlUSp9H1hWg2mNY4n4liuFqsrzr9YaKhGn5IdXD6kXlgFxcp
 xFv0GKu0Gc6UMOOqzhDsUPgRz4T2t30pF2P48jKVNRoHnQouixWgpJBbsDutagwV
 oYsxGLaxHsBaAYlSpMiyyayDma/kwdSP6JRiaZg27O88ZyELbx/wNM5qNbbLyHMw
 MUbmWrjRgT75HRfYijobvRqZWER3KACl7h7kEYiBPyyXKvsSF1qPozguBR/GunZ5
 CmOogaO4GqbpZy4s9Ya+qXrpDvQqjy2z1trwpf0aH+0NMXFI5t4jusRuWt5/YctK
 v9Wv9bxCv7Wk0VgR3RP5uc67M+g0SeoRvu3qAURZVINihaPD/p7BVdIRyS17flim
 Q/mBU1p4t3qW4iUHwtwCCqCHLSC1axBNIQ/CXCptnCoZzmNf2elFgERbMQ9TpxyX
 WwEqlzPpiOF8KPMjI+q2uRDmCMmjezJfBPFU2jnmB4IJ0qBtuCs=
 =6Xr2
 -----END PGP SIGNATURE-----

Merge tag 'i3c/for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux

Pull i3c updates from Alexandre Belloni:
 "Mostly non urgent fixes and a few improvements (including runtime pm
  suport) to the Silvaco driver"

* tag 'i3c/for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux:
  i3c: master: dw: check return of dw_i3c_master_get_free_pos()
  i3c: master: mipi-i3c-hci: correct the config reference for endianness
  i3c: master: svc: enable the interrupt in the enable ibi function
  i3c: master: svc: add the missing module device table
  i3c: master: svc: add runtime pm support
  i3c: master: svc: set ODSTOP to let I2C device see the STOP signal
  i3c: master: svc: add support for slave to stop returning data
  i3c: master: svc: separate err, fifo and disable interrupt of reset function
  i3c: master: svc: fix atomic issue
  i3c: master: svc: move module reset behind clk enable
  i3c/master/mipi-i3c-hci: Fix a potentially infinite loop in 'hci_dat_v1_get_index()'
  i3c: fix incorrect address slot lookup on 64-bit
  i3c/master/mipi-i3c-hci: Prefer kcalloc over open coded arithmetic
  i3c/master/mipi-i3c-hci: Prefer struct_size over open coded arithmetic
2022-01-17 08:20:28 +02:00
2022-01-17 08:07:57 +02:00
2022-01-14 14:37:34 +01:00
2022-01-17 08:07:57 +02:00
2022-01-17 08:20:28 +02:00
2022-01-16 10:15:32 +02:00
2022-01-11 14:26:55 -08:00
2022-01-14 14:55:38 +01:00
2022-01-16 16:15:14 +02:00
2022-01-16 16:15:14 +02:00
2022-01-17 08:07:57 +02:00

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
No description provided
Readme 5.7 GiB
Languages
C 97.6%
Assembly 1%
Shell 0.5%
Python 0.3%
Makefile 0.3%