Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1261141 > unrolled thread
| Started by | Dmitry Torokhov <dmitry.torokhov@gmail.com> |
|---|---|
| First post | 2015-11-03 03:00 +0100 |
| Last post | 2015-11-03 16:50 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 1/4] Input: tsc2005 - Separate SPI and core functions Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2015-11-03 03:00 +0100
Re: [PATCH 1/4] Input: tsc2005 - Separate SPI and core functions Michael Welling <mwelling@ieee.org> - 2015-11-03 16:50 +0100
| From | Dmitry Torokhov <dmitry.torokhov@gmail.com> |
|---|---|
| Date | 2015-11-03 03:00 +0100 |
| Subject | Re: [PATCH 1/4] Input: tsc2005 - Separate SPI and core functions |
| Message-ID | <qqz3d-4xe-43@gated-at.bofh.it> |
On Fri, Oct 30, 2015 at 07:41:23PM -0500, Michael Welling wrote:
> This patch separates the SPI functionality from core functionality
> that overlaps with the tsc2004.
>
> Prepares kernel for new tsc2004 driver without much redundant code.
>
> Signed-off-by: Michael Welling <mwelling@ieee.org>
> ---
> drivers/input/touchscreen/Kconfig | 4 +
> drivers/input/touchscreen/Makefile | 1 +
> drivers/input/touchscreen/tsc2005.c | 709 +--------------------
> .../touchscreen/{tsc2005.c => tsc200x-core.c} | 226 ++-----
> drivers/input/touchscreen/tsc200x-core.h | 78 +++
> 5 files changed, 162 insertions(+), 856 deletions(-)
> copy drivers/input/touchscreen/{tsc2005.c => tsc200x-core.c} (72%)
> create mode 100644 drivers/input/touchscreen/tsc200x-core.h
This was giving me:
Kernel: arch/x86/boot/bzImage is ready (#1451)
MODPOST 1447 modules
ERROR: "tsc200x_regmap_config" [drivers/input/touchscreen/tsc2005.ko] undefined!
make[1]: *** [__modpost] Error 1
make: *** [modules] Error 2
I'll fix it up locally by exporting the symbol.
Thanks.
--
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Michael Welling <mwelling@ieee.org> |
|---|---|
| Date | 2015-11-03 16:50 +0100 |
| Message-ID | <qqM0q-4Hz-43@gated-at.bofh.it> |
| In reply to | #1261141 |
On Mon, Nov 02, 2015 at 05:49:46PM -0800, Dmitry Torokhov wrote:
> On Fri, Oct 30, 2015 at 07:41:23PM -0500, Michael Welling wrote:
> > This patch separates the SPI functionality from core functionality
> > that overlaps with the tsc2004.
> >
> > Prepares kernel for new tsc2004 driver without much redundant code.
> >
> > Signed-off-by: Michael Welling <mwelling@ieee.org>
> > ---
> > drivers/input/touchscreen/Kconfig | 4 +
> > drivers/input/touchscreen/Makefile | 1 +
> > drivers/input/touchscreen/tsc2005.c | 709 +--------------------
> > .../touchscreen/{tsc2005.c => tsc200x-core.c} | 226 ++-----
> > drivers/input/touchscreen/tsc200x-core.h | 78 +++
> > 5 files changed, 162 insertions(+), 856 deletions(-)
> > copy drivers/input/touchscreen/{tsc2005.c => tsc200x-core.c} (72%)
> > create mode 100644 drivers/input/touchscreen/tsc200x-core.h
>
> This was giving me:
>
> Kernel: arch/x86/boot/bzImage is ready (#1451)
> MODPOST 1447 modules
> ERROR: "tsc200x_regmap_config" [drivers/input/touchscreen/tsc2005.ko] undefined!
> make[1]: *** [__modpost] Error 1
> make: *** [modules] Error 2
>
> I'll fix it up locally by exporting the symbol.
>
> Thanks.
Ooops. I guess that I need to check more thoroughly the different configs.
Thanks for your help.
>
> --
> Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web