Re: [PATCH 2/5] mfd: sunxi-gpadc-mfd: add buffer structure

2016-07-24 Thread Jonathan Cameron
On 20/07/16 09:29, Quentin Schulz wrote: > This adds a buffer structure for files including the sunxi-gpadc-mfd > header. This structure has a buffer of 32 u32 values to store data from the > FIFO of the GPADC of Allwinner SoCs. A buff_size is provided in case the > buffer is not full. > >

Re: [PATCH 2/5] mfd: sunxi-gpadc-mfd: add buffer structure

2016-07-24 Thread Jonathan Cameron
On 20/07/16 09:29, Quentin Schulz wrote: > This adds a buffer structure for files including the sunxi-gpadc-mfd > header. This structure has a buffer of 32 u32 values to store data from the > FIFO of the GPADC of Allwinner SoCs. A buff_size is provided in case the > buffer is not full. > >

[PATCH 2/5] mfd: sunxi-gpadc-mfd: add buffer structure

2016-07-20 Thread Quentin Schulz
This adds a buffer structure for files including the sunxi-gpadc-mfd header. This structure has a buffer of 32 u32 values to store data from the FIFO of the GPADC of Allwinner SoCs. A buff_size is provided in case the buffer is not full. Signed-off-by: Quentin Schulz

[PATCH 2/5] mfd: sunxi-gpadc-mfd: add buffer structure

2016-07-20 Thread Quentin Schulz
This adds a buffer structure for files including the sunxi-gpadc-mfd header. This structure has a buffer of 32 u32 values to store data from the FIFO of the GPADC of Allwinner SoCs. A buff_size is provided in case the buffer is not full. Signed-off-by: Quentin Schulz ---