[PATCH v2 2/2] ACPI: APD: Add AMD misc clock handler support

2018-05-07 Thread Akshu Agrawal
AMD SoC exposes clock for general purpose use. The clock registration is done in clk-st driver. The MMIO mapping are passed on to the clock driver for accessing the registers. The misc clock handler will create MMIO mappings to access the clock registers and enable the clock driver to expose the cl

Re: [PATCH v2 2/2] ACPI: APD: Add AMD misc clock handler support

2018-05-04 Thread kbuild test robot
Hi Akshu, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on clk/clk-next] [also build test WARNING on v4.17-rc3 next-20180504] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/

Re: [PATCH v2 2/2] ACPI: APD: Add AMD misc clock handler support

2018-05-04 Thread Agrawal, Akshu
On 5/4/2018 4:37 PM, Rafael J. Wysocki wrote: > On Fri, May 4, 2018 at 12:23 PM, Agrawal, Akshu wrote: >> >> >> On 5/4/2018 3:45 PM, Rafael J. Wysocki wrote: >>> On Fri, May 4, 2018 at 12:09 PM, Agrawal, Akshu >>> wrote: On 5/4/2018 3:36 PM, Rafael J. Wysocki wrote: > On Fri

[PATCH v2 2/2] ACPI: APD: Add AMD misc clock handler support

2018-05-04 Thread Akshu Agrawal
AMD SoC exposes clock for general purpose use. The clock registration is done in clk-st driver. The MMIO mapping are passed on to the clock driver for accessing the registers. The misc clock handler will create MMIO mappings to access the clock registers and enable the clock driver to expose the cl

Re: [PATCH v2 2/2] ACPI: APD: Add AMD misc clock handler support

2018-05-04 Thread Rafael J. Wysocki
On Fri, May 4, 2018 at 12:23 PM, Agrawal, Akshu wrote: > > > On 5/4/2018 3:45 PM, Rafael J. Wysocki wrote: >> On Fri, May 4, 2018 at 12:09 PM, Agrawal, Akshu >> wrote: >>> >>> >>> On 5/4/2018 3:36 PM, Rafael J. Wysocki wrote: On Friday, May 4, 2018 10:34:44 AM CEST Akshu Agrawal wrote:

Re: [PATCH v2 2/2] ACPI: APD: Add AMD misc clock handler support

2018-05-04 Thread Agrawal, Akshu
On 5/4/2018 3:45 PM, Rafael J. Wysocki wrote: > On Fri, May 4, 2018 at 12:09 PM, Agrawal, Akshu wrote: >> >> >> On 5/4/2018 3:36 PM, Rafael J. Wysocki wrote: >>> On Friday, May 4, 2018 10:34:44 AM CEST Akshu Agrawal wrote: AMD SoC exposes clock for general purpose use. The clock registratio

Re: [PATCH v2 2/2] ACPI: APD: Add AMD misc clock handler support

2018-05-04 Thread Rafael J. Wysocki
On Fri, May 4, 2018 at 12:09 PM, Agrawal, Akshu wrote: > > > On 5/4/2018 3:36 PM, Rafael J. Wysocki wrote: >> On Friday, May 4, 2018 10:34:44 AM CEST Akshu Agrawal wrote: >>> AMD SoC exposes clock for general purpose use. The clock registration >>> is done in clk-st driver. The MMIO mapping are pa

Re: [PATCH v2 2/2] ACPI: APD: Add AMD misc clock handler support

2018-05-04 Thread Agrawal, Akshu
On 5/4/2018 3:36 PM, Rafael J. Wysocki wrote: > On Friday, May 4, 2018 10:34:44 AM CEST Akshu Agrawal wrote: >> AMD SoC exposes clock for general purpose use. The clock registration >> is done in clk-st driver. The MMIO mapping are passed on to the >> clock driver for accessing the registers. >>

Re: [PATCH v2 2/2] ACPI: APD: Add AMD misc clock handler support

2018-05-04 Thread Rafael J. Wysocki
On Friday, May 4, 2018 10:34:44 AM CEST Akshu Agrawal wrote: > AMD SoC exposes clock for general purpose use. The clock registration > is done in clk-st driver. The MMIO mapping are passed on to the > clock driver for accessing the registers. > The misc clock handler will create MMIO mappings to ac

[PATCH v2 2/2] ACPI: APD: Add AMD misc clock handler support

2018-05-04 Thread Akshu Agrawal
AMD SoC exposes clock for general purpose use. The clock registration is done in clk-st driver. The MMIO mapping are passed on to the clock driver for accessing the registers. The misc clock handler will create MMIO mappings to access the clock registers and enable the clock driver to expose the cl