From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Thu, 16 Mar 2017 16:41:36 +0100 (CET) Received: from localhost.localdomain ([127.0.0.1]:35746 "EHLO linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S23991786AbdCPPl2JMPxH (ORCPT ); Thu, 16 Mar 2017 16:41:28 +0100 Received: from h7.dl5rb.org.uk (localhost [127.0.0.1]) by h7.dl5rb.org.uk (8.15.2/8.14.8) with ESMTP id v2GFfQ0J028170; Thu, 16 Mar 2017 16:41:26 +0100 Received: (from ralf@localhost) by h7.dl5rb.org.uk (8.15.2/8.15.2/Submit) id v2GFfPLd028169; Thu, 16 Mar 2017 16:41:25 +0100 Date: Thu, 16 Mar 2017 16:41:25 +0100 From: Ralf Baechle To: "Steven J. Hill" Cc: linux-mips@linux-mips.org Subject: Re: [PATCH] MIPS: Octeon: Remove unused GPIO types and macros. Message-ID: <20170316154125.GJ5512@linux-mips.org> References: <1489068828-9629-1-git-send-email-steven.hill@cavium.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1489068828-9629-1-git-send-email-steven.hill@cavium.com> User-Agent: Mutt/1.8.0 (2017-02-23) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 57363 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: ralf@linux-mips.org Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On Thu, Mar 09, 2017 at 08:13:48AM -0600, Steven J. Hill wrote: > From: "Steven J. Hill" > > Remove all unused bitfields and macros. Convert the remaining > bitfields to use __BITFIELD_FIELD instead of #ifdef. > > Signed-off-by: Steven J. Hill > Acked-by: David Daney How about posting patches against a recent tree? The version of cvmx-gpio-defs.h your patch applies to was last changed by another patch of yours on Feb 14. Ralf