Re: [PATCH v2 2/2] clocksource: Add Intel Keem Bay Timer Support

2021-01-19 Thread andriy.shevche...@linux.intel.com
On Tue, Jan 19, 2021 at 02:56:36AM +, Ayyathurai, Vijayakannan wrote: ... > > > + data.base = of_iomap(np, 2); > > > + if (!data.base) > > > + return -ENXIO; > > > + > > > + ret = keembay_clocksource_init(np, &data); > > > + if (ret) > > > + goto exit; > > > + > > > + ret = ke

Re: [PATCH v2 6/7] platform: x86: Add intel_skl_int3472 driver

2021-01-18 Thread andriy.shevche...@linux.intel.com
On Mon, Jan 18, 2021 at 04:32:54PM +0100, Hans de Goede wrote: > On 1/18/21 4:23 PM, andriy.shevche...@linux.intel.com wrote: ... > 1. Using a folder is fine, desirable even > 2. I've some concerns about the name, but I'm not really objecting, > just giving my 2

Re: [PATCH v2 6/7] platform: x86: Add intel_skl_int3472 driver

2021-01-18 Thread andriy.shevche...@linux.intel.com
On Mon, Jan 18, 2021 at 02:51:30PM +, Barnabás Pőcze wrote: > 2021. január 18., hétfő 14:51 keltezéssel, Andy Shevchenko írta: > > > On Mon, Jan 18, 2021 at 11:12:34AM +, Barnabás Pőcze wrote: > > > 2021. január 18., hétfő 1:34 keltezéssel, Daniel Scally írta: > > > > > Have you considered

Re: [PATCH v2 6/7] platform: x86: Add intel_skl_int3472 driver

2021-01-18 Thread andriy.shevche...@linux.intel.com
On Mon, Jan 18, 2021 at 11:12:34AM +, Barnabás Pőcze wrote: > 2021. január 18., hétfő 1:34 keltezéssel, Daniel Scally írta: > Have you considered putting the source (and header) files into a dedicated > folder? I think it'd help manageability in the long run, and it'd be > immediately > obvio

Re: [PATCH 00/15] dmaengine: dw-axi-dmac: support Intel KeemBay AxiDMA

2020-10-19 Thread andriy.shevche...@linux.intel.com
On Mon, Oct 19, 2020 at 01:22:03AM +, Sia, Jee Heng wrote: > > From: Eugeniy Paltsev > > Sent: 16 October 2020 10:51 PM > > Hi Sia, > > > > Is this patch series available in some public git repo? > [>>] We do not have public git repo, but the patch series are tested on > kernel v5.9 Sia, c

Re: [PATCH v13 0/2] ACPI / APEI: Add support to notify the vendor specific HW errors

2020-07-24 Thread andriy.shevche...@linux.intel.com
On Fri, Jul 24, 2020 at 09:08:16AM +, Shiju Jose wrote: > >-Original Message- > >From: Bjorn Helgaas [mailto:helg...@kernel.org] > >Sent: 24 July 2020 00:23 > >On Wed, Jul 22, 2020 at 11:42:43AM +0100, Shiju Jose wrote: ... > >This series is ill-formed: I confirm this. > > - Jul 22

Re: [PATCH 1/2] lib: add __sysfs_match_string_with_gaps() helper

2019-05-06 Thread andriy.shevche...@linux.intel.com
On Mon, May 06, 2019 at 04:45:43PM +0300, Alexandru Ardelean wrote: > On Fri, Apr 26, 2019 at 5:27 PM andriy.shevche...@linux.intel.com > wrote: > > > > On Fri, Apr 26, 2019 at 12:29:11PM +0300, Alexandru Ardelean wrote: > > > > > Hmm, I actually did not give mu

Re: [PATCH 1/2] lib: add __sysfs_match_string_with_gaps() helper

2019-04-26 Thread andriy.shevche...@linux.intel.com
On Fri, Apr 26, 2019 at 12:29:11PM +0300, Alexandru Ardelean wrote: > Hmm, I actually did not give much thought to that -1. > I'll check into this and see about a V3. > It may make more sense to just fix the original > `__sysfs_match_string()`, but I'll need to go through the users of > this funct