Commit f70925bf authored by Paolo Abeni's avatar Paolo Abeni
Browse files


drivers/net/ethernet/microchip/lan966x/lan966x_main.c
  d08ed852 ("net: lan966x: Make sure to release ptp interrupt")
  c8349639 ("net: lan966x: Add FDMA functionality")

Signed-off-by: default avatarPaolo Abeni <pabeni@redhat.com>
parents 9c8774e6 59f0c244
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -9,8 +9,9 @@ Description: Shows all enabled kernel features.
What:		/sys/fs/erofs/<disk>/sync_decompress
Date:		November 2021
Contact:	"Huang Jianan" <huangjianan@oppo.com>
Description:	Control strategy of sync decompression
Description:	Control strategy of sync decompression:

		- 0 (default, auto): enable for readpage, and enable for
				     readahead on atomic contexts only,
		  readahead on atomic contexts only.
		- 1 (force on): enable for readpage and readahead.
		- 2 (force off): disable for all situations.
+0 −1
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@ maintainers:
properties:
  compatible:
    enum:
      - nvidia,tegra20-pmc
      - nvidia,tegra20-pmc
      - nvidia,tegra30-pmc
      - nvidia,tegra114-pmc
+0 −1
Original line number Diff line number Diff line
@@ -34,7 +34,6 @@ properties:
    oneOf:
      - items:
          - enum:
              - ti,sysc-omap2
              - ti,sysc-omap2
              - ti,sysc-omap4
              - ti,sysc-omap4-simple
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ title: Samsung Exynos SoC Audio SubSystem clock controller

maintainers:
  - Chanwoo Choi <cw00.choi@samsung.com>
  - Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
  - Krzysztof Kozlowski <krzk@kernel.org>
  - Sylwester Nawrocki <s.nawrocki@samsung.com>
  - Tomasz Figa <tomasz.figa@gmail.com>

+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ title: Samsung Exynos SoC clock controller

maintainers:
  - Chanwoo Choi <cw00.choi@samsung.com>
  - Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
  - Krzysztof Kozlowski <krzk@kernel.org>
  - Sylwester Nawrocki <s.nawrocki@samsung.com>
  - Tomasz Figa <tomasz.figa@gmail.com>

Loading