lkml.org 
[lkml]   [2014]   [Sep]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH v2 2/2] PCI: keystone: update to support multiple pci ports
Date
On Tuesday 09 September 2014 16:42:46 Murali Karicheri wrote:
> >>
> >> /* update the Vendor ID */
> >> - vendor_device_id = readl(ks_pcie->va_reg_pciid);
> >> - writew((vendor_device_id>> 16), pp->dbi_base + PCI_DEVICE_ID);
> >> + writew(ks_pcie->device_id, pp->dbi_base + PCI_DEVICE_ID);
> >>
> >> /* update the DEV_STAT_CTRL to publish right mrrs */
> >> val = readl(pp->dbi_base + PCIE_CAP_BASE + PCI_EXP_DEVCTL);
> >
> > This change must have slipped in accidentally, at least it's not
> > described in the changelog. Should this be another patch?
> > The change seems useful.
> Are you referring to mrrs or update to device id? device id is in a SoC
> register at index2 and is read and updated by the driver here. MRRS
> update was originally in the code.
>

I meant the device id change. Maybe you accidentally did 'git commit
--amend' during a rebase and that replaced the real changelog with
the one of the patch in front of it and merged the two patches?

That happened to me a few times and would explain the strange mix
of two changes.

Arnd


\
 
 \ /
  Last update: 2014-09-09 23:41    [W:0.051 / U:0.228 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site