Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1363172 > unrolled thread
| Started by | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| First post | 2016-03-23 03:30 +0100 |
| Last post | 2016-03-23 09:30 +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] staging: delete STE RMI4 hackish driver Greg KH <gregkh@linuxfoundation.org> - 2016-03-23 03:30 +0100
Re: [PATCH] staging: delete STE RMI4 hackish driver Linus Walleij <linus.walleij@linaro.org> - 2016-03-23 09:30 +0100
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2016-03-23 03:30 +0100 |
| Subject | Re: [PATCH] staging: delete STE RMI4 hackish driver |
| Message-ID | <rfGIy-54a-17@gated-at.bofh.it> |
On Fri, Mar 18, 2016 at 10:12:15AM +0100, Linus Walleij wrote: > As of commit 62d5bdf972ebcfc99f72f734ae979713e4ca6450 > "Merge branch 'synaptics-rmi4' into next" the input subsystem > has a proper RMI4 infrastructure and touchscreen driver. > The ST Ux500 platform has been converted to use the new driver > and its devicetree bindings. Delete this ancient hack. > > Cc: Andrew Duggan <aduggan@synaptics.com> > Cc: Christopher Heiny <cheiny@synaptics.com> > Signed-off-by: Linus Walleij <linus.walleij@linaro.org> > Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> > --- > drivers/staging/ste_rmi4/Kconfig | 9 - > drivers/staging/ste_rmi4/Makefile | 4 - > drivers/staging/ste_rmi4/TODO | 7 - > drivers/staging/ste_rmi4/synaptics_i2c_rmi4.c | 1137 ------------------------- > drivers/staging/ste_rmi4/synaptics_i2c_rmi4.h | 46 - > 5 files changed, 1203 deletions(-) > delete mode 100644 drivers/staging/ste_rmi4/Kconfig > delete mode 100644 drivers/staging/ste_rmi4/Makefile > delete mode 100644 drivers/staging/ste_rmi4/TODO > delete mode 100644 drivers/staging/ste_rmi4/synaptics_i2c_rmi4.c > delete mode 100644 drivers/staging/ste_rmi4/synaptics_i2c_rmi4.h You forgot to fix up the drivers/staging/Makefile and drivers/staging/Kconfig files as well :( I'll go add that here...
[toc] | [next] | [standalone]
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Date | 2016-03-23 09:30 +0100 |
| Message-ID | <rfMkW-HG-1@gated-at.bofh.it> |
| In reply to | #1363172 |
On Wed, Mar 23, 2016 at 3:26 AM, Greg KH <gregkh@linuxfoundation.org> wrote: > On Fri, Mar 18, 2016 at 10:12:15AM +0100, Linus Walleij wrote: >> As of commit 62d5bdf972ebcfc99f72f734ae979713e4ca6450 >> "Merge branch 'synaptics-rmi4' into next" the input subsystem >> has a proper RMI4 infrastructure and touchscreen driver. >> The ST Ux500 platform has been converted to use the new driver >> and its devicetree bindings. Delete this ancient hack. >> >> Cc: Andrew Duggan <aduggan@synaptics.com> >> Cc: Christopher Heiny <cheiny@synaptics.com> >> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> >> Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> >> --- >> drivers/staging/ste_rmi4/Kconfig | 9 - >> drivers/staging/ste_rmi4/Makefile | 4 - >> drivers/staging/ste_rmi4/TODO | 7 - >> drivers/staging/ste_rmi4/synaptics_i2c_rmi4.c | 1137 ------------------------- >> drivers/staging/ste_rmi4/synaptics_i2c_rmi4.h | 46 - >> 5 files changed, 1203 deletions(-) >> delete mode 100644 drivers/staging/ste_rmi4/Kconfig >> delete mode 100644 drivers/staging/ste_rmi4/Makefile >> delete mode 100644 drivers/staging/ste_rmi4/TODO >> delete mode 100644 drivers/staging/ste_rmi4/synaptics_i2c_rmi4.c >> delete mode 100644 drivers/staging/ste_rmi4/synaptics_i2c_rmi4.h > > You forgot to fix up the drivers/staging/Makefile and > drivers/staging/Kconfig files as well :( > > I'll go add that here... Sorry :( One of these cases where those hunks were left in my working tree. Stress and stuff. Thanks for fixing it up. Yours, Linus Walleij
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web