Re: [Qemu-devel] [PATCH v5 5/9] docs/clocks: add device's clock documentation

2018-10-03 Thread Philippe Mathieu-Daudé
Hi Damien, On 02/10/2018 16:24, Damien Hedde wrote: > Add the documentation about the clock inputs and outputs in devices. > > This is based on the original work of Frederic Konrad. > > Signed-off-by: Damien Hedde > --- > docs/devel/clock.txt | 163 +++ >

Re: [Qemu-devel] [PATCH v5 5/9] docs/clocks: add device's clock documentation

2018-10-02 Thread Philippe Mathieu-Daudé
On 10/2/18 4:24 PM, Damien Hedde wrote: > Add the documentation about the clock inputs and outputs in devices. > > This is based on the original work of Frederic Konrad. > > Signed-off-by: Damien Hedde > --- > docs/devel/clock.txt | 163 +++ > 1 file chan

[Qemu-devel] [PATCH v5 5/9] docs/clocks: add device's clock documentation

2018-10-02 Thread Damien Hedde
Add the documentation about the clock inputs and outputs in devices. This is based on the original work of Frederic Konrad. Signed-off-by: Damien Hedde --- docs/devel/clock.txt | 163 +++ 1 file changed, 163 insertions(+) create mode 100644 docs/devel/cl