Disabling the tsc2005 driver at runtime

2013-10-11 Thread Phil Carmody
Greetings, Dmitry, I'm looking for some advice regarding locally restoring a feature into the tsc2005 driver that was removed back in: http://www.spinics.net/lists/linux-input/msg14575.html commit 5cb81d1: Input: tsc2005 - remove 'disable' sysfs attribute Given the prior patch in the patchset

Re: [PATCH V4 02/15] asymmetric keys: implement EMSA_PKCS1-v1_5-ENCODE in rsa

2013-09-23 Thread Phil Carmody
On Sun, Sep 15, 2013 at 08:56:48AM +0800, Lee, Chun-Yi wrote: > Implement EMSA_PKCS1-v1_5-ENCODE [RFC3447 sec 9.2] in rsa.c. It's the > first step of signature generation operation (RSASSA-PKCS1-v1_5-SIGN). > > This patch is temporary set emLen to pks->k, and temporary set EM to > pks->S for debug

[[RFC]] scripts/robopatch.pl: the mechanical bride of checkpatch.pl

2013-08-06 Thread Phil Carmody
patch knowing about those kinds of things, and then just blindly obeys orders. ALWAYS CHECK ITS CHANGES. Signed-off-by: Phil Carmody --- scripts/robopatch.pl | 465 ++ 1 file changed, 465 insertions(+) create mode 100755 scripts/robopatch

RE: [PATCH 1/1] checkpatch: fix some whitespace issues caused by --fix

2013-08-06 Thread Phil Carmody
> On Mon, 2013-08-05 at 14:08 +0300, Phil Carmody wrote: > > Lines with incorrect spacing around an operator, such as: > > bystander, correct,incorrect > > would get "fixed" to > > bystander,correct, incorrect > > as the correct argument as well as th

[PATCH 1/1] checkpatch: fix some whitespace issues caused by --fix

2013-08-05 Thread Phil Carmody
Signed-off-by: Phil Carmody --- scripts/checkpatch.pl | 19 +-- 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 2ee9eb7..b5f4157 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -1432,6 +1432

[PATCH] smack: fix magic value

2013-07-10 Thread Phil Carmody
5d is ']', 'M' is 4d. Signed-off-by: Phil Carmody --- include/uapi/linux/magic.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uapi/linux/magic.h b/include/uapi/linux/magic.h index 2944278..5c1d878 100644 --- a/include/uapi/linux/magic.h +++

RE: [RFC PATCH 00/11] ARM: s3c64xx: Let amba-pl08x driver handle DMA

2013-06-20 Thread Phil Carmody
> -Original Message- > On Thu, Jun 20, 2013 at 12:24:47PM +0300, Phil Carmody wrote: > > Can you just make that minimal change, and diff the objdump of the > two .o's? > > It would be worth a bug-report against the toolchain if different > code > > wa

RE: [RFC PATCH 00/11] ARM: s3c64xx: Let amba-pl08x driver handle DMA

2013-06-20 Thread Phil Carmody
(Apologies if this is mangled, fighting both Outlook and remote desktop :-( ) linux-kernel-ow...@vger.kernel.org wrote on Behalf Of Mark Brown > On Wed, Jun 19, 2013 at 08:26:12PM +0200, Tomasz Figa wrote: > > On Wednesday 19 of June 2013 18:40:47 Mark Brown wrote: > > > > - ret = pd->get

RE: [PATCH] checkpatch: forgive use of mixed case variables measuring units

2013-06-12 Thread Phil Carmody
Joe Perches wrote: > On Wed, 2013-05-29 at 14:02 +0300, Phil Carmody wrote: > > I don't think anyone really has an issue with things like max_mV. > > And whilst nS et al. may not be SI standard, at least it's clear > > what they represent. > [] > > diff

[PATCH] checkpatch: forgive use of mixed case variables measuring units

2013-05-29 Thread Phil Carmody
I don't think anyone really has an issue with things like max_mV. And whilst nS et al. may not be SI standard, at least it's clear what they represent. Signed-off-by: Phil Carmody --- scripts/checkpatch.pl |1 + 1 file changed, 1 insertion(+) diff --git a/scripts/checkpatch.pl

Re: [PATCH] Makefile: make sparse (CHECK) user-selectable

2013-05-09 Thread Phil Carmody
On 08/05/13 10:44 -0700, Randy Dunlap wrote: > On 05/08/13 08:23, Phil Carmody wrote: > > I've got a tweaked version as well as the system default, > > so make the sparse binary that's run user-selectable. > > > > I'm confused about why this patch is

[PATCH] Makefile: make sparse (CHECK) user-selectable

2013-05-08 Thread Phil Carmody
I've got a tweaked version as well as the system default, so make the sparse binary that's run user-selectable. Signed-off-by: Phil Carmody --- Makefile |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index a3a834b..e7a4851 100644 ---

Re: [patch v7 05/21] sched: log the cpu utilization at rq

2013-05-06 Thread Phil Carmody
here it is. If the shift has overflowed, then you've already lost information; and if it can't overflow, then it's not needed at all. It's itsy-bitsy, but note that there exists a div_u64(u64 dividend, u32 divisor) helper which may be implemented to be superior to just

Re: [RFC][PATCH] Entropy generator with 100 kB/s throughput

2013-02-21 Thread Phil Carmody
Apologies if this is misthreaded, I had to hand-craft the headers. > The patch offers an entropy generator based on CPU timing jitter. The > entropy collector has the following properties: > > * it does not maintain any state and therefore does not need any seed What is this "pool" if it's not