Message ID | 20240823-b4-cleanup-h-guard-v1-0-01668915bd55@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | memory: simplify with devm() and guard() | expand |
On Fri, 23 Aug 2024 12:15:55 +0200, Krzysztof Kozlowski wrote: > Few cleanups/simplifications, of which second patch "memory: emif: > simplify locking with guard()" might have actual impact (RFT). > > Best regards, > Krzysztof > Applied, thanks! [1/7] memory: emif: drop unused 'irq_state' member https://git.kernel.org/krzk/linux-mem-ctrl/c/99602b4d30359f971247f8438afac57cbd1832f0 [2/7] memory: emif: simplify locking with guard() https://git.kernel.org/krzk/linux-mem-ctrl/c/f1619986d7e996eb6e53c7fe8ab32e66b17e1cf1 [3/7] memory: omap-gpmc: simplify locking with guard() https://git.kernel.org/krzk/linux-mem-ctrl/c/c93ad423edd8a42a6666241595043f9193469f9e [4/7] memory: pl172: simplify with dev_err_probe() https://git.kernel.org/krzk/linux-mem-ctrl/c/8f3cb397cbc1e3b18081738af87171f960bd112e [5/7] memory: pl172: simplify with devm_clk_get_enabled() https://git.kernel.org/krzk/linux-mem-ctrl/c/610395de8496c34919f827dd194bf41af20c2bca [6/7] memory: pl353-smc: simplify with dev_err_probe() https://git.kernel.org/krzk/linux-mem-ctrl/c/49ee2e842a40dec16ed4933bf2cd993c709f12a3 [7/7] memory: pl353-smc: simplify with devm_clk_get_enabled() https://git.kernel.org/krzk/linux-mem-ctrl/c/ce536578e5652ec4da10ec69436d2ae2548bd619 Best regards,