From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Tue, 12 Mar 2019 10:10:30 +0900 Subject: [U-Boot] [PATCH 1/4] arm: exynos: arndale: Replace Chander Kashyap inactive maintainer In-Reply-To: <20190222183643.5995-1-krzk@kernel.org> References: <20190222183643.5995-1-krzk@kernel.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 23/02/2019 03:36, Krzysztof Kozlowski wrote: > Last activity from Arndale (Exynos5250) board maintainer Chander Kashyap > was in January 2014 (Signed-off). Recently his samsung.com email > bounces with 550 (5.1.1 Recipient address rejected: User unknown). > > Add Krzysztof Kozlowski as odd fixer for this board. > > Signed-off-by: Krzysztof Kozlowski > > --- > > Although I do not have this particular board, but still I can try to > take care about odd fixes. Instead I have few other boards based on > Exynos4412 (Odroids) and 542x (Arndale Octa, Odroids). I also run > automated Linux kernel boot tests for my boards and I maintain the > Samsung SoCs in Linux kernel. > --- > board/samsung/arndale/MAINTAINERS | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/board/samsung/arndale/MAINTAINERS b/board/samsung/arndale/MAINTAINERS > index 7dc17854d1b3..98ccaa42a86e 100644 > --- a/board/samsung/arndale/MAINTAINERS > +++ b/board/samsung/arndale/MAINTAINERS > @@ -1,6 +1,6 @@ > ARNDALE BOARD > -M: Chander Kashyap > -S: Maintained > +M: Krzysztof Kozlowski > +S: Odd Fixes > F: board/samsung/arndale/ > F: include/configs/arndale.h > F: configs/arndale_defconfig > applied to u-boot-samsung. Thanks, Minkyu Kang.