mbox series

[v3,0/3] parport: Introduce module_parport_driver() and use it

Message ID 20210303091642.23929-1-andriy.shevchenko@linux.intel.com (mailing list archive)
Headers show
Series parport: Introduce module_parport_driver() and use it | expand

Message

Andy Shevchenko March 3, 2021, 9:16 a.m. UTC
Introduce module_parport_driver() and use it.
Greg or Mark, since we have this series tagged, can somebody of you pick it up?

Changelog v3:
- added tag on patch 1 (Sudip)
- Cc'ed to Greg

Andy Shevchenko (3):
  parport: Introduce module_parport_driver() helper macro
  spi: butterfly: Switch to use module_parport_driver()
  spi: lm70llp: Switch to use module_parport_driver()

 drivers/spi/spi-butterfly.c | 13 +------------
 drivers/spi/spi-lm70llp.c   | 13 +------------
 include/linux/parport.h     | 12 +++++++++++-
 3 files changed, 13 insertions(+), 25 deletions(-)

Comments

Mark Brown March 3, 2021, 8:24 p.m. UTC | #1
On Wed, Mar 03, 2021 at 11:16:39AM +0200, Andy Shevchenko wrote:
> Introduce module_parport_driver() and use it.
> Greg or Mark, since we have this series tagged, can somebody of you pick it up?

Greg, are you OK with me applying this?
Greg KH March 4, 2021, 8:27 a.m. UTC | #2
On Wed, Mar 03, 2021 at 08:24:32PM +0000, Mark Brown wrote:
> On Wed, Mar 03, 2021 at 11:16:39AM +0200, Andy Shevchenko wrote:
> > Introduce module_parport_driver() and use it.
> > Greg or Mark, since we have this series tagged, can somebody of you pick it up?
> 
> Greg, are you OK with me applying this?

Yup, just sent a reviewed-by for it, thanks.

greg k-h
Mark Brown March 4, 2021, 3:05 p.m. UTC | #3
On Wed, 3 Mar 2021 11:16:39 +0200, Andy Shevchenko wrote:
> Introduce module_parport_driver() and use it.
> Greg or Mark, since we have this series tagged, can somebody of you pick it up?
> 
> Changelog v3:
> - added tag on patch 1 (Sudip)
> - Cc'ed to Greg
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[1/3] parport: Introduce module_parport_driver() helper macro
      commit: 9c9b536e1ee94558f1ae5ed8d13b76295b2dfef4
[2/3] spi: butterfly: Switch to use module_parport_driver()
      commit: ef3a5316f41fa027cb00b158324a5ef7e3d1a277
[3/3] spi: lm70llp: Switch to use module_parport_driver()
      commit: 7ea6fd9ba47853fb9e88b18d34fc60c71a3fd070

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark