[PATCH 15/19] reset: sti: Remove STiH415/6 reset support
From: p.zabel@pengutronix.de (Philipp Zabel)
Date: 2016-10-20 10:36:24
Also in:
linux-devicetree, lkml
From: p.zabel@pengutronix.de (Philipp Zabel)
Date: 2016-10-20 10:36:24
Also in:
linux-devicetree, lkml
Am Dienstag, den 11.10.2016, 09:05 +0200 schrieb Patrice Chotard:
Hi Philipp On 09/27/2016 10:02 AM, Philipp Zabel wrote:quoted
Hi Peter, Am Mittwoch, den 14.09.2016, 14:27 +0100 schrieb Peter Griffin:quoted
Support for STiH415/6 SoCs is being removed from the kernel because the platforms are obsolete. This patch removes the reset drivers for these SoC's. Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Cc: <p.zabel@pengutronix.de> ---[...]quoted
quoted
- .driver = { - .name = "reset-stih416", - .of_match_table = stih416_reset_match, - }, -}; - -static int __init stih416_reset_init(void) -{ - return platform_driver_register(&stih416_reset_driver); -} -arch_initcall(stih416_reset_init);Can I pick up patches 15 and 19, or are there dependencies in the series?Yes, you can pick up patches 15 and 19
Done. regards Philipp