All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Cc: NeilBrown <neil@brown.name>, driverdev-devel@linuxdriverproject.org
Subject: Re: [PATCH v2 00/18] Some cleanups
Date: Mon, 9 Jul 2018 09:38:59 +0200	[thread overview]
Message-ID: <20180709073859.GB13479@kroah.com> (raw)
In-Reply-To: <20180709044115.GE19625@foobar>

On Mon, Jul 09, 2018 at 06:41:15AM +0200, Sergio Paracuellos wrote:
> On Mon, Jul 09, 2018 at 11:08:58AM +1000, NeilBrown wrote:
> > On Sun, Jul 08 2018, Sergio Paracuellos wrote:
> > 
> > > This patch series clean up a bit mt7621-pci driver.
> > >
> > > Changes from v2:
> > >     - It includes new 17 patches from PATCH 2 to PATCH 18
> > >     - PATCH 1 was send before alone and is being included
> > >       as it is in this new series.
> > >
> > > Hope this helps.
> > 
> > Thanks,
> > I haven't looked though the patches yet, only tested them.
> > With the two fixed to pinctrl that I posted together
> > with the change to "avoid pointer arithmetics in some macros"
> > in this series, they appear to work.  So
> > 
> >   Tested-by: NeilBrown <neil@brown.name>
> > 
> > I may actually look a them later.
> 
> Thanks for testing this. Greg, I think is still neccessary to split up
> patch 1 for better reviewing. If not, please let me know. I'll
> try to do that hopefully tonight.

Yes please, I'll drop this series and wait for your next one.

thanks,

greg k-h
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

  reply	other threads:[~2018-07-09  7:39 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-08 12:57 [PATCH v2 00/18] Some cleanups Sergio Paracuellos
2018-07-08 12:57 ` [PATCH v2 01/18] staging: mt7621-pci: refactor pci related read and writes functions Sergio Paracuellos
2018-07-08 12:57 ` [PATCH v2 02/18] staging: mt7621-pci: simplify pci dependant registers arithmetics Sergio Paracuellos
2018-07-08 12:57 ` [PATCH v2 03/18] staging: mt7621-pci: avoid pointer arithmetics in some macros Sergio Paracuellos
2018-07-08 23:13   ` NeilBrown
2018-07-09  4:35     ` Sergio Paracuellos
2018-07-08 12:57 ` [PATCH v2 04/18] staging: mt7621-pci: use BIT macro in definitions Sergio Paracuellos
2018-07-08 12:57 ` [PATCH v2 05/18] staging: mt7621-pci: use read and writes in set_pcie_phy function Sergio Paracuellos
2018-07-08 12:57 ` [PATCH v2 06/18] staging: mt7621-pci: make ASSERT_SYSRST_PCIE and DEASSERT_SYSRST_PCIE inline functions Sergio Paracuellos
2018-07-08 12:57 ` [PATCH v2 07/18] staging: mt7621-pci: rewrite [read|write]_config functions Sergio Paracuellos
2018-07-08 12:57 ` [PATCH v2 08/18] staging: mt7621-pci: factor out mt7621_pci_enable_irqs and mt7621_pci_disable Sergio Paracuellos
2018-07-08 12:57 ` [PATCH v2 09/18] staging: mt7621-pci: minor refactor in duplicated code Sergio Paracuellos
2018-07-08 12:57 ` [PATCH v2 10/18] staging: mt7621-pci: factor out mt7621_pci_enable function Sergio Paracuellos
2018-07-08 12:57 ` [PATCH v2 11/18] staging: mt7621-pci: factor out mt7621_pci_configure function Sergio Paracuellos
2018-07-08 12:57 ` [PATCH v2 12/18] staging: mt7621-pci: add blank line between declarations and code statements Sergio Paracuellos
2018-07-08 12:57 ` [PATCH v2 13/18] staging: mt7621-pci: remove unused preprocessor defines Sergio Paracuellos
2018-07-08 12:57 ` [PATCH v2 14/18] staging: mt7621-pci: rename RALINK_PCI_CONFIG_DATA_VIRTUAL_REG definition Sergio Paracuellos
2018-07-08 12:57 ` [PATCH v2 15/18] staging: mt7621-pci: add some common calculations to mt7621_pci_get_cfgaddr Sergio Paracuellos
2018-07-08 12:57 ` [PATCH v2 16/18] staging: mt7621-pci: fix and remove some comments Sergio Paracuellos
2018-07-08 12:57 ` [PATCH v2 17/18] staging: mt7621-pci: factor out mt7621_pci_init_gpios function Sergio Paracuellos
2018-07-08 12:57 ` [PATCH v2 18/18] staging: mt7621-pci: add SPDX identifier Sergio Paracuellos
2018-07-08 13:16   ` Greg KH
2018-07-08 14:06     ` Sergio Paracuellos
2018-07-08 14:22       ` Greg KH
2018-07-08 14:30         ` Sergio Paracuellos
2018-07-08 13:14 ` [PATCH v2 00/18] Some cleanups Greg KH
2018-07-08 14:02   ` Sergio Paracuellos
2018-07-09  1:08 ` NeilBrown
2018-07-09  4:41   ` Sergio Paracuellos
2018-07-09  7:38     ` Greg KH [this message]
2018-07-09 10:21       ` Sergio Paracuellos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180709073859.GB13479@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=driverdev-devel@linuxdriverproject.org \
    --cc=neil@brown.name \
    --cc=sergio.paracuellos@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.