Re: [PATCH v2 0/2] Add display clock controller driver for SDM845

2018-06-23 Thread Taniya Das
Hello Stephen, Thanks for the comments. On 6/19/2018 8:53 PM, Stephen Boyd wrote: Quoting Taniya Das (2018-06-13 03:33:15) [v2] * Removed unused header file includes. * Moved the frequency table macro to a common file [1]. * Move to pll config to probe. * Update SoC name in devic

Re: [PATCH v2 0/2] Add display clock controller driver for SDM845

2018-06-19 Thread Stephen Boyd
Quoting Taniya Das (2018-06-13 03:33:15) > [v2] > * Removed unused header file includes. > * Moved the frequency table macro to a common file [1]. > * Move to pll config to probe. > * Update SoC name in device tree binding and > also update the Kconfig. > > Add support for the display

[PATCH v2 0/2] Add display clock controller driver for SDM845

2018-06-13 Thread Taniya Das
[v2] * Removed unused header file includes. * Moved the frequency table macro to a common file [1]. * Move to pll config to probe. * Update SoC name in device tree binding and also update the Kconfig. Add support for the display clock controller found on SDM845 based devices. This wou