Re: [PATCH 1/2] input: misc: e3x0-button: Fix typo in module name

2015-10-26 Thread Moritz Fischer
On Sun, Oct 25, 2015 at 1:49 PM, Dmitry Torokhov wrote: > Hi Moritz, > > On Sun, Oct 25, 2015 at 01:06:06PM -0700, Moritz Fischer wrote: >> The produced module will be called e3x0-button, not >> e3x0_button. > > This is not entirely correct. The file name is e3x0-butto

[PATCH 2/2] input: misc: e3x0-button: Update Kconfig description

2015-10-25 Thread Moritz Fischer
The driver is now used for the entire USRP e3xx series, this commit fixes the description that will be displayed in the menu accordingly. Signed-off-by: Moritz Fischer --- drivers/input/misc/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/input/misc

[PATCH 1/2] input: misc: e3x0-button: Fix typo in module name

2015-10-25 Thread Moritz Fischer
The produced module will be called e3x0-button, not e3x0_button. Signed-off-by: Moritz Fischer --- drivers/input/misc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index 906dd1b..7ac277c7 100644 --- a/drivers

Re: [PATCH v2 1/3] input: misc: Support NI Ettus Research USRP E3x0 Button

2015-01-09 Thread Moritz Fischer
On Thu, Jan 8, 2015 at 11:50 PM, Dmitry Torokhov wrote: > > On Thu, Jan 08, 2015 at 11:43:09PM +0100, Moritz Fischer wrote: > > Signed-off-by: Moritz Fischer > > --- > > drivers/input/misc/Kconfig | 10 +++ > > drivers/input/misc/Makefile | 1

[PATCH v3 0/3] NI Ettus Research USRP E3x0 Button driver

2015-01-08 Thread Moritz Fischer
This patchset adds NI Ettus Research USRP E3x0 power button support and corresponding devicetree bindings and MAINTAINER entries. It was developed and tested on our NI Ettus Research USRP E310 embedded SDR on top of 3.19-rc3. Moritz Fischer (3): input: misc: Support NI Ettus Research USRP E3x0

[PATCH v3 3/3] Update MAINTAINERS file with e3x0-button info.

2015-01-08 Thread Moritz Fischer
Signed-off-by: Moritz Fischer --- MAINTAINERS | 8 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index ddb9ac8..65358d1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3466,6 +3466,14 @@ M: "Maciej W. Rozycki" S: Maintained F: drivers/

[PATCH v3 2/3] doc: dt: Add documentation for e3x0-button bindings.

2015-01-08 Thread Moritz Fischer
Signed-off-by: Moritz Fischer --- .../devicetree/bindings/input/e3x0-button.txt | 25 ++ 1 file changed, 25 insertions(+) diff --git a/Documentation/devicetree/bindings/input/e3x0-button.txt b/Documentation/devicetree/bindings/input/e3x0-button.txt new file mode 100644

[PATCH v3 1/3] input: misc: Support NI Ettus Research USRP E3x0 Button

2015-01-08 Thread Moritz Fischer
Signed-off-by: Moritz Fischer --- drivers/input/misc/Kconfig | 10 +++ drivers/input/misc/Makefile | 1 + drivers/input/misc/e3x0-button.c | 156 +++ 3 files changed, 167 insertions(+) diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc

[PATCH v2 3/3] Update MAINTAINERS file with e3x0-button info.

2015-01-08 Thread Moritz Fischer
Signed-off-by: Moritz Fischer --- MAINTAINERS | 8 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index ddb9ac8..65358d1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3466,6 +3466,14 @@ M: "Maciej W. Rozycki" S: Maintained F: drivers/

[PATCH v2 2/3] doc: dt: Add documentation for e3x0-button bindings.

2015-01-08 Thread Moritz Fischer
Signed-off-by: Moritz Fischer --- .../devicetree/bindings/input/e3x0-button.txt | 25 ++ 1 file changed, 25 insertions(+) diff --git a/Documentation/devicetree/bindings/input/e3x0-button.txt b/Documentation/devicetree/bindings/input/e3x0-button.txt new file mode 100644

[PATCH v2 0/3] NI Ettus Research USRP E3x0 Button driver

2015-01-08 Thread Moritz Fischer
This patchset adds NI Ettus Research USRP E3x0 power button support and corresponding devicetree bindings and MAINTAINER entries. It was developed and tested on our NI Ettus Research USRP E310 embedded SDR on top of 3.19-rc3. Moritz Fischer (3): input: misc: Support NI Ettus Research USRP E3x0

[PATCH v2 1/3] input: misc: Support NI Ettus Research USRP E3x0 Button

2015-01-08 Thread Moritz Fischer
Signed-off-by: Moritz Fischer --- drivers/input/misc/Kconfig | 10 +++ drivers/input/misc/Makefile | 1 + drivers/input/misc/e3x0-button.c | 132 +++ 3 files changed, 143 insertions(+) diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc

[PATCH 1/3] input: misc: Support NI Ettus Research USRP E3x0 Button

2015-01-08 Thread Moritz Fischer
Signed-off-by: Moritz Fischer --- drivers/input/misc/Kconfig | 10 +++ drivers/input/misc/Makefile | 1 + drivers/input/misc/e3x0-button.c | 153 +++ 3 files changed, 164 insertions(+) diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc

[PATCH 3/3] Update MAINTAINERS file with e3x0-button info.

2015-01-08 Thread Moritz Fischer
Signed-off-by: Moritz Fischer --- MAINTAINERS | 8 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index ddb9ac8..65358d1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3466,6 +3466,14 @@ M: "Maciej W. Rozycki" S: Maintained F: drivers/

[PATCH 2/3] doc: dt: Add documentation for e3x0-button bindings.

2015-01-08 Thread Moritz Fischer
Signed-off-by: Moritz Fischer --- .../devicetree/bindings/input/e3x0-button.txt | 25 ++ 1 file changed, 25 insertions(+) diff --git a/Documentation/devicetree/bindings/input/e3x0-button.txt b/Documentation/devicetree/bindings/input/e3x0-button.txt new file mode 100644

[PATCH 0/3] NI Ettus Research USRP E3x0 Button driver

2015-01-08 Thread Moritz Fischer
This patchset adds NI Ettus Research USRP E3x0 power button support and corresponding devicetree bindings and MAINTAINER entries. It was developed and tested on our NI Ettus Research USRP E310 embedded SDR on top of 3.19-rc3. Moritz Fischer (3): input: misc: Support NI Ettus Research USRP E3x0