From mboxrd@z Thu Jan 1 00:00:00 1970 From: dv@vollmann.ch (Detlef Vollmann) Date: Tue, 13 Oct 2015 13:27:44 +0200 Subject: [PATCH v2 1/1] ARM: orion5x: use mac_pton() helper In-Reply-To: <1443795153-40836-1-git-send-email-andriy.shevchenko@linux.intel.com> References: <1443795153-40836-1-git-send-email-andriy.shevchenko@linux.intel.com> Message-ID: <561CEAB0.1070500@vollmann.ch> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 10/02/15 16:12, Andy Shevchenko wrote: > Instead of custom approach let's use generic helper function. > > Signed-off-by: Andy Shevchenko > Cc: Detlef Vollmann > Cc: Gregory CLEMENT > --- > Changelog v2: > - select GENERIC_NET_UTILS when appropriate > - compile test only > arch/arm/mach-orion5x/Kconfig | 3 ++ > arch/arm/mach-orion5x/dns323-setup.c | 53 ++---------------------------------- > arch/arm/mach-orion5x/tsx09-common.c | 49 +++------------------------------ > 3 files changed, 10 insertions(+), 95 deletions(-) At last I found some time to test it on DNS-323. Applied to Russell's tree and used orion5x_defconfig. Works nicely, and I like that the final (compressed) kernel binary is now 200 byte smaller! Sorry, can't test on a TS-x09. Thanks, Detlef