From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [PATCH v5 0/5] efuse driver for Tegra Date: Wed, 28 May 2014 06:16:45 -0700 Message-ID: <20140528061645.252c2fbc.akpm@linux-foundation.org> References: <1401281677-32110-1-git-send-email-pdeschrijver@nvidia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1401281677-32110-1-git-send-email-pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Peter De Schrijver Cc: Russell King , Stephen Warren , Thierry Reding , Linus Walleij , Wolfram Sang , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-tegra@vger.kernel.org On Wed, 28 May 2014 15:54:32 +0300 Peter De Schrijver wrote: > This driver allows userspace to read the raw efuse data. The patchset uses an inexplicable mixture of "fuse" and "efuse". Given that the kernel already has a "fuse", it would be nice if this code could use "efuse" everywhere. From mboxrd@z Thu Jan 1 00:00:00 1970 From: akpm@linux-foundation.org (Andrew Morton) Date: Wed, 28 May 2014 06:16:45 -0700 Subject: [PATCH v5 0/5] efuse driver for Tegra In-Reply-To: <1401281677-32110-1-git-send-email-pdeschrijver@nvidia.com> References: <1401281677-32110-1-git-send-email-pdeschrijver@nvidia.com> Message-ID: <20140528061645.252c2fbc.akpm@linux-foundation.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, 28 May 2014 15:54:32 +0300 Peter De Schrijver wrote: > This driver allows userspace to read the raw efuse data. The patchset uses an inexplicable mixture of "fuse" and "efuse". Given that the kernel already has a "fuse", it would be nice if this code could use "efuse" everywhere. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753493AbaE1NSV (ORCPT ); Wed, 28 May 2014 09:18:21 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:33660 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753255AbaE1NSU (ORCPT ); Wed, 28 May 2014 09:18:20 -0400 Date: Wed, 28 May 2014 06:16:45 -0700 From: Andrew Morton To: Peter De Schrijver Cc: Russell King , Stephen Warren , Thierry Reding , Linus Walleij , Wolfram Sang , , , Subject: Re: [PATCH v5 0/5] efuse driver for Tegra Message-Id: <20140528061645.252c2fbc.akpm@linux-foundation.org> In-Reply-To: <1401281677-32110-1-git-send-email-pdeschrijver@nvidia.com> References: <1401281677-32110-1-git-send-email-pdeschrijver@nvidia.com> X-Mailer: Sylpheed 2.7.1 (GTK+ 2.18.9; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 28 May 2014 15:54:32 +0300 Peter De Schrijver wrote: > This driver allows userspace to read the raw efuse data. The patchset uses an inexplicable mixture of "fuse" and "efuse". Given that the kernel already has a "fuse", it would be nice if this code could use "efuse" everywhere.