From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932106AbaICIpU (ORCPT ); Wed, 3 Sep 2014 04:45:20 -0400 Received: from mail-ob0-f182.google.com ([209.85.214.182]:36435 "EHLO mail-ob0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750937AbaICIpR (ORCPT ); Wed, 3 Sep 2014 04:45:17 -0400 MIME-Version: 1.0 In-Reply-To: <1409159852-7249-12-git-send-email-mathieu.poirier@linaro.org> References: <1409159852-7249-1-git-send-email-mathieu.poirier@linaro.org> <1409159852-7249-12-git-send-email-mathieu.poirier@linaro.org> Date: Wed, 3 Sep 2014 10:45:16 +0200 Message-ID: Subject: Re: [PATCH 11/11 v5] ARM: removing support for etb/etm in "arch/arm/kernel/" From: Linus Walleij To: Mathieu Poirier Cc: Thomas Petazzoni , Will Deacon , Russell King - ARM Linux , Greg KH , Arnd Bergmann , John Stultz , Pratik Patel , Vikas Varshney , Al Grant , Jonas Svennebring , James King , Panchaxari Prasannamurthy Tumkur , Kaixu Xia , Marcin Jabrzyk , r.sengupta@samsung.com, Robert Marklund , Tony.Armitstead@arm.com, Patch Tracking , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 27, 2014 at 7:17 PM, wrote: > From: Mathieu Poirier > > Removing minimal support for etb/etm to favour an implentation > that is more flexible, extensible and capable of handling more > platforms. > > Also removing the only client of the old driver. That code can > easily be replaced by entries for etb/etm in the device tree. > > Signed-off-by: Mathieu Poirier Acked-by: Linus Walleij The new driver is clearly better. Yours, Linus Walleij From mboxrd@z Thu Jan 1 00:00:00 1970 From: linus.walleij@linaro.org (Linus Walleij) Date: Wed, 3 Sep 2014 10:45:16 +0200 Subject: [PATCH 11/11 v5] ARM: removing support for etb/etm in "arch/arm/kernel/" In-Reply-To: <1409159852-7249-12-git-send-email-mathieu.poirier@linaro.org> References: <1409159852-7249-1-git-send-email-mathieu.poirier@linaro.org> <1409159852-7249-12-git-send-email-mathieu.poirier@linaro.org> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Aug 27, 2014 at 7:17 PM, wrote: > From: Mathieu Poirier > > Removing minimal support for etb/etm to favour an implentation > that is more flexible, extensible and capable of handling more > platforms. > > Also removing the only client of the old driver. That code can > easily be replaced by entries for etb/etm in the device tree. > > Signed-off-by: Mathieu Poirier Acked-by: Linus Walleij The new driver is clearly better. Yours, Linus Walleij