All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/16] memory: Further cleanups
@ 2020-07-24 18:23 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 70+ messages in thread
From: Krzysztof Kozlowski @ 2020-07-24 18:23 UTC (permalink / raw)
  To: Florian Fainelli, Ray Jui, Scott Branden,
	bcm-kernel-feedback-list, Russell King, Catalin Marinas,
	Will Deacon, Krzysztof Kozlowski, Markus Mayer, Roger Quadros,
	Tony Lindgren, Vladimir Zapolskiy, Kukjin Kim, Lukasz Luba,
	linux-arm-kernel, linux-kernel, linux-omap, linux-samsung-soc,
	linux-pm
  Cc: Olof Johansson, Arnd Bergmann

Hi,

I have few other cleanups which I could take.  Two patches need here testing as
they are not trivial.

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 70+ messages in thread

end of thread, other threads:[~2020-08-18  8:23 UTC | newest]

Thread overview: 70+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-24 18:23 [PATCH 00/16] memory: Further cleanups Krzysztof Kozlowski
2020-07-24 18:23 ` Krzysztof Kozlowski
2020-07-24 18:23 ` [PATCH 01/16] memory: bt1-l2-ctl: Add blank lines after declarations Krzysztof Kozlowski
2020-07-24 18:23   ` Krzysztof Kozlowski
2020-07-27  8:16   ` Krzysztof Kozlowski
2020-07-27  8:16     ` Krzysztof Kozlowski
2020-07-24 18:23 ` [PATCH 02/16] memory: mvebu-devbus: Add missing braces to all arms of if statement Krzysztof Kozlowski
2020-07-24 18:23   ` Krzysztof Kozlowski
2020-07-27  8:16   ` Krzysztof Kozlowski
2020-07-27  8:16     ` Krzysztof Kozlowski
2020-07-24 18:23 ` [PATCH 03/16] memory: mvebu-devbus: Align with open parenthesis Krzysztof Kozlowski
2020-07-24 18:23   ` Krzysztof Kozlowski
2020-07-27  8:16   ` Krzysztof Kozlowski
2020-07-27  8:16     ` Krzysztof Kozlowski
2020-07-24 18:23 ` [PATCH 04/16] memory: omap-gpmc: Correct kerneldoc Krzysztof Kozlowski
2020-07-24 18:23   ` Krzysztof Kozlowski
2020-07-27  8:16   ` Krzysztof Kozlowski
2020-07-27  8:16     ` Krzysztof Kozlowski
2020-07-24 18:23 ` [PATCH 05/16] memory: omap-gpmc: Enclose macro argument usage in parenthesis Krzysztof Kozlowski
2020-07-24 18:23   ` Krzysztof Kozlowski
2020-07-27  8:16   ` Krzysztof Kozlowski
2020-07-27  8:16     ` Krzysztof Kozlowski
2020-07-24 18:23 ` [PATCH 06/16] memory: omap-gpmc: Use 'unsigned int' for consistency Krzysztof Kozlowski
2020-07-24 18:23   ` Krzysztof Kozlowski
2020-07-27  8:15   ` Krzysztof Kozlowski
2020-07-27  8:15     ` Krzysztof Kozlowski
2020-07-24 18:23 ` [PATCH 07/16] memory: omap-gpmc: Correct white space issues Krzysztof Kozlowski
2020-07-24 18:23   ` Krzysztof Kozlowski
2020-07-27  8:15   ` Krzysztof Kozlowski
2020-07-27  8:15     ` Krzysztof Kozlowski
2020-07-24 18:23 ` [RFT 08/16] memory: omap-gpmc: Use WARN() instead of BUG() on wrong free Krzysztof Kozlowski
2020-07-24 18:23   ` Krzysztof Kozlowski
2020-08-17 18:36   ` Krzysztof Kozlowski
2020-08-17 18:36     ` Krzysztof Kozlowski
2020-07-24 18:23 ` [PATCH 09/16] memory: omap-gpmc: Fix language typo Krzysztof Kozlowski
2020-07-24 18:23   ` Krzysztof Kozlowski
2020-07-27  8:15   ` Krzysztof Kozlowski
2020-07-27  8:15     ` Krzysztof Kozlowski
2020-07-24 18:23 ` [PATCH 10/16] memory: omap-gpmc: Consistently use !res for NULL checks Krzysztof Kozlowski
2020-07-24 18:23   ` Krzysztof Kozlowski
2020-08-17 18:37   ` Krzysztof Kozlowski
2020-08-17 18:37     ` Krzysztof Kozlowski
2020-07-24 18:23 ` [PATCH 11/16] memory: brcmstb_dpfe: Fix language typo Krzysztof Kozlowski
2020-07-24 18:23   ` Krzysztof Kozlowski
2020-07-24 18:38   ` Florian Fainelli
2020-07-24 18:38     ` Florian Fainelli
2020-07-27  8:14     ` Krzysztof Kozlowski
2020-07-27  8:14       ` Krzysztof Kozlowski
2020-07-24 18:23 ` [RFT 12/16] memory: brcmstb_dpfe: Add separate entry for compile test Krzysztof Kozlowski
2020-07-24 18:23   ` Krzysztof Kozlowski
2020-07-24 18:40   ` Florian Fainelli
2020-07-24 18:40     ` Florian Fainelli
2020-07-24 18:42     ` Krzysztof Kozlowski
2020-07-24 18:42       ` Krzysztof Kozlowski
2020-08-17 18:38     ` Krzysztof Kozlowski
2020-08-17 18:38       ` Krzysztof Kozlowski
2020-07-24 18:23 ` [PATCH 13/16] memory: of: Correct kerneldoc Krzysztof Kozlowski
2020-07-24 18:23   ` Krzysztof Kozlowski
2020-07-27  8:09   ` Krzysztof Kozlowski
2020-07-27  8:09     ` Krzysztof Kozlowski
2020-07-24 18:23 ` [PATCH 14/16] memory: pl172: Enclose macro argument usage in parenthesis Krzysztof Kozlowski
2020-07-24 18:23   ` Krzysztof Kozlowski
2020-07-27  8:09   ` Krzysztof Kozlowski
2020-07-27  8:09     ` Krzysztof Kozlowski
2020-07-24 18:23 ` [PATCH 15/16] memory: samsung: exynos-srom: Correct alignment Krzysztof Kozlowski
2020-07-24 18:23   ` Krzysztof Kozlowski
2020-07-24 18:23 ` [PATCH 16/16] memory: samsung: exynos5422-dmc: Correct white space issues Krzysztof Kozlowski
2020-07-24 18:23   ` Krzysztof Kozlowski
2020-08-18  8:22   ` Lukasz Luba
2020-08-18  8:22     ` Lukasz Luba

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.