mbox series

[for-4.9,0/7] Stable commits picked up from lede project

Message ID 1498464091-26753-1-git-send-email-amit.pundir@linaro.org
Headers show
Series Stable commits picked up from lede project | expand

Message

Amit Pundir June 26, 2017, 8:01 a.m. UTC
Hi Greg,

For your consideration, stable commits taken from lede source tree
https://git.lede-project.org/?p=source.git for 4.9.y.

Cherry-picked and build tested on Linux 4.9.34 for
ARCH=arm/arm64/i386/x86_64/mips + allmodconfig.

Regards,
Amit Pundir


Hauke Mehrtens (1):
  spi: double time out tolerance

Joël Esponde (1):
  mtd: spi-nor: fix spansion quad enable

Matthias Reichl (1):
  dmaengine: bcm2835: Fix cyclic DMA period splitting

Russell King (1):
  net: phy: fix marvell phy status reading

Stanislaw Gruszka (1):
  rt2x00: avoid introducing a USB dependency in the rt2x00lib module

Tobias Wolf (1):
  of: Add check to of_scan_flat_dt() before accessing
    initial_boot_params

Yendapally Reddy Dhananjaya Reddy (1):
  net: phy: Initialize mdio clock at probe function

 drivers/dma/bcm2835-dma.c                      |  5 ++++-
 drivers/mtd/spi-nor/spi-nor.c                  |  7 +++++++
 drivers/net/phy/marvell.c                      |  2 --
 drivers/net/phy/mdio-bcm-iproc.c               |  6 ++----
 drivers/net/wireless/ralink/rt2x00/rt2x00dev.c | 23 ++++++++---------------
 drivers/net/wireless/ralink/rt2x00/rt2x00usb.c |  5 +++++
 drivers/of/fdt.c                               |  9 ++++++---
 drivers/spi/spi.c                              |  2 +-
 8 files changed, 33 insertions(+), 26 deletions(-)

-- 
2.7.4

Comments

Greg Kroah-Hartman June 27, 2017, 11:08 a.m. UTC | #1
On Mon, Jun 26, 2017 at 01:31:24PM +0530, Amit Pundir wrote:
> Hi Greg,

> 

> For your consideration, stable commits taken from lede source tree

> https://git.lede-project.org/?p=source.git for 4.9.y.

> 

> Cherry-picked and build tested on Linux 4.9.34 for

> ARCH=arm/arm64/i386/x86_64/mips + allmodconfig.


All now queued up.  Also, some of these had to go into 4.11-stable, and
older stable trees.  You never want to apply a patch to an old stable
release and miss a newer one, that will just confuse users if they move
forward...

thanks,

greg k-h
Amit Pundir June 27, 2017, 11:12 a.m. UTC | #2
On 27 June 2017 at 16:38, Greg KH <gregkh@linuxfoundation.org> wrote:
> On Mon, Jun 26, 2017 at 01:31:24PM +0530, Amit Pundir wrote:

>> Hi Greg,

>>

>> For your consideration, stable commits taken from lede source tree

>> https://git.lede-project.org/?p=source.git for 4.9.y.

>>

>> Cherry-picked and build tested on Linux 4.9.34 for

>> ARCH=arm/arm64/i386/x86_64/mips + allmodconfig.

>

> All now queued up.  Also, some of these had to go into 4.11-stable, and

> older stable trees.  You never want to apply a patch to an old stable

> release and miss a newer one, that will just confuse users if they move

> forward...


Thanks for the headsup on 4.11-stable. I'll keep that in mind. I'm
preparing these, plus any additional patches to submit for 4.4 and
3.18 too.

Regards,
Amit Pundir

>

> thanks,

>

> greg k-h