From mboxrd@z Thu Jan 1 00:00:00 1970 From: viresh.kumar@st.com (Viresh KUMAR) Date: Fri, 12 Mar 2010 10:49:58 +0530 Subject: [PATCH 01/11] ST SPEAr: Added ARM PrimeXsys System Controller SP810 header file In-Reply-To: <20100311104552.GD16376@n2100.arm.linux.org.uk> References: <1267592861-26911-1-git-send-email-viresh.kumar@st.com> <1267592861-26911-2-git-send-email-viresh.kumar@st.com> <63386a3d1003091214s5251674et99903756f3528e66@mail.gmail.com> <20100311104552.GD16376@n2100.arm.linux.org.uk> Message-ID: <4B99CEFE.2080505@st.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 3/11/2010 4:15 PM, Russell King - ARM Linux wrote: > On Tue, Mar 09, 2010 at 09:14:53PM +0100, Linus Walleij wrote: >> 2010/3/3 Viresh KUMAR : >> >>> Signed-off-by: Viresh Kumar >>> --- >>> include/linux/sysctl_sp810.h | 59 ++++++++++++++++++++++++++++++++++++++++++ >>> 1 files changed, 59 insertions(+), 0 deletions(-) >>> create mode 100644 include/linux/sysctl_sp810.h >>> (...) >> >> To the rest of the world this is probably a number of register definitions and >> an obscure inline function, so the entire internal kernel API does not need >> to know about it. > > It'll also give people heart-attacks because they'll think it adds a new > set of deprecated binary sysctl() interfaces to the kernel. > > Best drop the 'sysctl' part of the name as well. > OK. will be removed.