Re: [PATCH 0/5] Modularize PCI_DW related drivers.

2016-03-15 Thread Murali Karicheri
On 03/01/2016 04:35 PM, Arnd Bergmann wrote: > On Monday 29 February 2016 14:59:35 Kishon Vijay Abraham I wrote: >>> } >>> >>> You just need to pass the same resource in here htat you pass into >>> pci_remap_iospace(). >> >> I still seem to get the abort in ioremap_page_range(). >> >> Here's the pa

Re: [PATCH 0/5] Modularize PCI_DW related drivers.

2016-03-01 Thread Arnd Bergmann
On Monday 29 February 2016 14:59:35 Kishon Vijay Abraham I wrote: > > } > > > > You just need to pass the same resource in here htat you pass into > > pci_remap_iospace(). > > I still seem to get the abort in ioremap_page_range(). > > Here's the patch I used [3] and here's the kernel log [4]. >

Re: [PATCH 0/5] Modularize PCI_DW related drivers.

2016-02-29 Thread Kishon Vijay Abraham I
Hi Arnd, On Thursday 25 February 2016 02:05 PM, Arnd Bergmann wrote: > On Thursday 25 February 2016 13:43:48 Kishon Vijay Abraham I wrote: >> Hi Arnd, >> >> On Wednesday 24 February 2016 02:34 PM, Arnd Bergmann wrote: >>> On Wednesday 24 February 2016 11:39:26 Kishon Vijay Abraham I wrote: Hi

Re: [PATCH 0/5] Modularize PCI_DW related drivers.

2016-02-25 Thread Arnd Bergmann
On Thursday 25 February 2016 13:43:48 Kishon Vijay Abraham I wrote: > Hi Arnd, > > On Wednesday 24 February 2016 02:34 PM, Arnd Bergmann wrote: > > On Wednesday 24 February 2016 11:39:26 Kishon Vijay Abraham I wrote: > >> Hi, > >> > >> On Monday 08 February 2016 05:30 AM, Paul Gortmaker wrote: > >

Re: [PATCH 0/5] Modularize PCI_DW related drivers.

2016-02-25 Thread Kishon Vijay Abraham I
Hi Arnd, On Wednesday 24 February 2016 02:34 PM, Arnd Bergmann wrote: > On Wednesday 24 February 2016 11:39:26 Kishon Vijay Abraham I wrote: >> Hi, >> >> On Monday 08 February 2016 05:30 AM, Paul Gortmaker wrote: >>> In a recent patch series that aimed to remove code related to module >>> unload f

Re: [PATCH 0/5] Modularize PCI_DW related drivers.

2016-02-24 Thread Arnd Bergmann
On Wednesday 24 February 2016 11:39:26 Kishon Vijay Abraham I wrote: > Hi, > > On Monday 08 February 2016 05:30 AM, Paul Gortmaker wrote: > > In a recent patch series that aimed to remove code related to module > > unload for PCI support that was simply non modular, the discussion > > led to peopl

Re: [PATCH 0/5] Modularize PCI_DW related drivers.

2016-02-23 Thread Kishon Vijay Abraham I
Hi, On Monday 08 February 2016 05:30 AM, Paul Gortmaker wrote: > In a recent patch series that aimed to remove code related to module > unload for PCI support that was simply non modular, the discussion > led to people wanting to keep the code and push towards taking the > steps needed to support

[PATCH 0/5] Modularize PCI_DW related drivers.

2016-02-07 Thread Paul Gortmaker
In a recent patch series that aimed to remove code related to module unload for PCI support that was simply non modular, the discussion led to people wanting to keep the code and push towards taking the steps needed to support moving it towards tristate instead[1]. Here, we take step one, which is