All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL for v4.12] Staging lirc cleanup
@ 2017-03-25 21:31 Sean Young
  2017-04-05 18:02 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 2+ messages in thread
From: Sean Young @ 2017-03-25 21:31 UTC (permalink / raw)
  To: linux-media

Hi Mauro,

This pull promotes lirc_sir out of staging and removes lirc_sasem; this 
only leaves lirc_zilog in staging. I'm attempting to write a new driver for this, 
maybe we should keep lirc_zilog until that work completes.

Thanks
Sean


The following changes since commit c3d4fb0fb41f4b5eafeee51173c14e50be12f839:

  [media] rc: sunxi-cir: simplify optional reset handling (2017-03-24 08:30:03 -0300)

are available in the git repository at:

  git://linuxtv.org/syoung/media_tree.git for-v4.12c

for you to fetch changes up to d682dd284ab3d005f110742d1d4f288b87cc7d53:

  [media] staging: lirc_sasem: remove (2017-03-25 14:33:02 +0000)

----------------------------------------------------------------
Sean Young (8):
      [media] staging: sir: fill in missing fields and fix probe
      [media] staging: sir: remove unselectable Tekram and Actisys
      [media] staging: sir: fix checkpatch strict warnings
      [media] staging: sir: use usleep_range() rather than busy looping
      [media] staging: sir: remove unnecessary messages
      [media] staging: sir: make sure we are ready to receive interrupts
      [media] rc: promote lirc_sir out of staging
      [media] staging: lirc_sasem: remove

 drivers/media/rc/Kconfig                |   9 +
 drivers/media/rc/Makefile               |   1 +
 drivers/media/rc/sir_ir.c               | 438 ++++++++++++++++
 drivers/staging/media/lirc/Kconfig      |  12 -
 drivers/staging/media/lirc/Makefile     |   2 -
 drivers/staging/media/lirc/lirc_sasem.c | 899 --------------------------------
 drivers/staging/media/lirc/lirc_sir.c   | 839 -----------------------------
 7 files changed, 448 insertions(+), 1752 deletions(-)
 create mode 100644 drivers/media/rc/sir_ir.c
 delete mode 100644 drivers/staging/media/lirc/lirc_sasem.c
 delete mode 100644 drivers/staging/media/lirc/lirc_sir.c

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL for v4.12] Staging lirc cleanup
  2017-03-25 21:31 [GIT PULL for v4.12] Staging lirc cleanup Sean Young
@ 2017-04-05 18:02 ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 2+ messages in thread
From: Mauro Carvalho Chehab @ 2017-04-05 18:02 UTC (permalink / raw)
  To: Sean Young; +Cc: linux-media, Greg Kroah-Hartman

Hi Sean,

Em Sat, 25 Mar 2017 21:31:46 +0000
Sean Young <sean@mess.org> escreveu:

> Hi Mauro,
> 
> This pull promotes lirc_sir out of staging and removes lirc_sasem; 

Applied, thanks!

> this 
> only leaves lirc_zilog in staging. I'm attempting to write a new driver for this, 
> maybe we should keep lirc_zilog until that work completes.

Yeah, let's keep it there until you finish your work.

Could you please update the TODO files there? Currently, there are
two TODO files on it, for just one driver :-)

So, it would be better if you could move the contents from:
	drivers/staging/media/lirc/TODO.lirc_zilog
into:
	drivers/staging/media/lirc/TODO

And remove the contents there that don't apply anymore.

> 
> Thanks
> Sean
> 
> 
> The following changes since commit c3d4fb0fb41f4b5eafeee51173c14e50be12f839:
> 
>   [media] rc: sunxi-cir: simplify optional reset handling (2017-03-24 08:30:03 -0300)
> 
> are available in the git repository at:
> 
>   git://linuxtv.org/syoung/media_tree.git for-v4.12c
> 
> for you to fetch changes up to d682dd284ab3d005f110742d1d4f288b87cc7d53:
> 
>   [media] staging: lirc_sasem: remove (2017-03-25 14:33:02 +0000)
> 
> ----------------------------------------------------------------
> Sean Young (8):
>       [media] staging: sir: fill in missing fields and fix probe
>       [media] staging: sir: remove unselectable Tekram and Actisys
>       [media] staging: sir: fix checkpatch strict warnings
>       [media] staging: sir: use usleep_range() rather than busy looping
>       [media] staging: sir: remove unnecessary messages
>       [media] staging: sir: make sure we are ready to receive interrupts
>       [media] rc: promote lirc_sir out of staging
>       [media] staging: lirc_sasem: remove
> 
>  drivers/media/rc/Kconfig                |   9 +
>  drivers/media/rc/Makefile               |   1 +
>  drivers/media/rc/sir_ir.c               | 438 ++++++++++++++++
>  drivers/staging/media/lirc/Kconfig      |  12 -
>  drivers/staging/media/lirc/Makefile     |   2 -
>  drivers/staging/media/lirc/lirc_sasem.c | 899 --------------------------------
>  drivers/staging/media/lirc/lirc_sir.c   | 839 -----------------------------
>  7 files changed, 448 insertions(+), 1752 deletions(-)
>  create mode 100644 drivers/media/rc/sir_ir.c
>  delete mode 100644 drivers/staging/media/lirc/lirc_sasem.c
>  delete mode 100644 drivers/staging/media/lirc/lirc_sir.c



Thanks,
Mauro

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-04-05 18:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-25 21:31 [GIT PULL for v4.12] Staging lirc cleanup Sean Young
2017-04-05 18:02 ` Mauro Carvalho Chehab

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.