Re: [linux-yocto] [PATCH 0/4] mmc backports for linux-yocto-4.4 standard/base and standard/intel

2016-06-03 Thread Bruce Ashfield

On 2016-06-03 01:39 PM, Sullivan, California L wrote:

It looks like "mmc: sdhci-pci: Remove MMC_CAP_BUS_WIDTH_TEST for Intel
controller" was brought in by the 4.4.12 update. Drop that one and they
should apply.


Cool. thanks for the confirmation, I had skipped it before, but wanted
a second opinion.

I've staged these now.

Bruce



Thanks,
Cal


On 06/03/2016 09:17 AM, Bruce Ashfield wrote:

On 2016-06-02 11:08 PM, California Sullivan wrote:

Hi Bruce,

This set of backports solves some issues we are seeing with mmc on
Broxton-based boards. I also tested the updated kernel on a
MinnowBoard Turbot and found no additional errors.

These commits can also be pulled from
git://git.yoctoproject.org/linux-yocto-contrib branch clsulliv/standard/base

Are the patches on the branch different than the patches to the list ?
I grabbed the patches in email, and I have rejects with "already applied
changes".

Maybe standard/base changed since you made the series ? If you could double
check and let me know, that would be great.

Bruce


Thanks,
Cal Sullivan

Adrian Hunter (4):
mmc: block: Always switch back to main area after RPMB access
mmc: block: Pause re-tuning while switched to the RPMB partition
mmc: core: Add a facility to "pause" re-tuning
mmc: sdhci-pci: Remove MMC_CAP_BUS_WIDTH_TEST for Intel controller

   drivers/mmc/card/block.c  | 19 ++-
   drivers/mmc/core/host.c   | 24 
   drivers/mmc/host/sdhci-pci-core.c |  5 +
   include/linux/mmc/host.h  |  4 
   4 files changed, 47 insertions(+), 5 deletions(-)







--
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


Re: [linux-yocto] [PATCH 0/4] mmc backports for linux-yocto-4.4 standard/base and standard/intel

2016-06-03 Thread Sullivan, California L
It looks like "mmc: sdhci-pci: Remove MMC_CAP_BUS_WIDTH_TEST for Intel
controller" was brought in by the 4.4.12 update. Drop that one and they
should apply.

Thanks,
Cal


On 06/03/2016 09:17 AM, Bruce Ashfield wrote:
> On 2016-06-02 11:08 PM, California Sullivan wrote:
>> Hi Bruce,
>>
>> This set of backports solves some issues we are seeing with mmc on
>> Broxton-based boards. I also tested the updated kernel on a
>> MinnowBoard Turbot and found no additional errors.
>>
>> These commits can also be pulled from
>> git://git.yoctoproject.org/linux-yocto-contrib branch clsulliv/standard/base
> Are the patches on the branch different than the patches to the list ?
> I grabbed the patches in email, and I have rejects with "already applied
> changes".
>
> Maybe standard/base changed since you made the series ? If you could double
> check and let me know, that would be great.
>
> Bruce
>
>> Thanks,
>> Cal Sullivan
>>
>> Adrian Hunter (4):
>>mmc: block: Always switch back to main area after RPMB access
>>mmc: block: Pause re-tuning while switched to the RPMB partition
>>mmc: core: Add a facility to "pause" re-tuning
>>mmc: sdhci-pci: Remove MMC_CAP_BUS_WIDTH_TEST for Intel controller
>>
>>   drivers/mmc/card/block.c  | 19 ++-
>>   drivers/mmc/core/host.c   | 24 
>>   drivers/mmc/host/sdhci-pci-core.c |  5 +
>>   include/linux/mmc/host.h  |  4 
>>   4 files changed, 47 insertions(+), 5 deletions(-)
>>
>

-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


Re: [linux-yocto] [PATCH 0/4] mmc backports for linux-yocto-4.4 standard/base and standard/intel

2016-06-03 Thread Bruce Ashfield

On 2016-06-02 11:08 PM, California Sullivan wrote:

Hi Bruce,

This set of backports solves some issues we are seeing with mmc on
Broxton-based boards. I also tested the updated kernel on a
MinnowBoard Turbot and found no additional errors.

These commits can also be pulled from
git://git.yoctoproject.org/linux-yocto-contrib branch clsulliv/standard/base


Are the patches on the branch different than the patches to the list ?
I grabbed the patches in email, and I have rejects with "already applied
changes".

Maybe standard/base changed since you made the series ? If you could double
check and let me know, that would be great.

Bruce



Thanks,
Cal Sullivan

Adrian Hunter (4):
   mmc: block: Always switch back to main area after RPMB access
   mmc: block: Pause re-tuning while switched to the RPMB partition
   mmc: core: Add a facility to "pause" re-tuning
   mmc: sdhci-pci: Remove MMC_CAP_BUS_WIDTH_TEST for Intel controller

  drivers/mmc/card/block.c  | 19 ++-
  drivers/mmc/core/host.c   | 24 
  drivers/mmc/host/sdhci-pci-core.c |  5 +
  include/linux/mmc/host.h  |  4 
  4 files changed, 47 insertions(+), 5 deletions(-)



--
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


[linux-yocto] [PATCH 0/4] mmc backports for linux-yocto-4.4 standard/base and standard/intel

2016-06-02 Thread California Sullivan
Hi Bruce,

This set of backports solves some issues we are seeing with mmc on
Broxton-based boards. I also tested the updated kernel on a
MinnowBoard Turbot and found no additional errors.

These commits can also be pulled from
git://git.yoctoproject.org/linux-yocto-contrib branch clsulliv/standard/base

Thanks,
Cal Sullivan

Adrian Hunter (4):
  mmc: block: Always switch back to main area after RPMB access
  mmc: block: Pause re-tuning while switched to the RPMB partition
  mmc: core: Add a facility to "pause" re-tuning
  mmc: sdhci-pci: Remove MMC_CAP_BUS_WIDTH_TEST for Intel controller

 drivers/mmc/card/block.c  | 19 ++-
 drivers/mmc/core/host.c   | 24 
 drivers/mmc/host/sdhci-pci-core.c |  5 +
 include/linux/mmc/host.h  |  4 
 4 files changed, 47 insertions(+), 5 deletions(-)

-- 
2.5.5

-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto