Re: [PATCH 6/7] drm/tilcdc: clean up ifdef hacks around iowrite64

2017-06-26 Thread Jyri Sarha
On 06/22/17 19:48, Logan Gunthorpe wrote: > Now that we can expect iowrite64 to always exist the hack is no longer > necessary so we just call iowrite64 directly. > > Signed-off-by: Logan Gunthorpe > Cc: Jyri Sarha > Cc: Tomi Valkeinen > Cc: David Airlie Acked-by: Jy

Re: [PATCH 1/7] drm/tilcdc: don't use volatile with iowrite64

2017-06-26 Thread Jyri Sarha
On 06/22/17 19:48, Logan Gunthorpe wrote: > This is a prep patch for adding a universal iowrite64. > > The patch is to prevent compiler warnings when we add iowrite64 that > would occur because there is an unnecessary volatile in this driver. > > Signed-off-by: Logan Gunthorpe

Re: [PATCH v8 43/45] drivers/of: Specify parent node in of_fdt_unflatten_tree()

2016-02-17 Thread Jyri Sarha
: Jyri Sarha Signed-off-by: Gavin Shan --- drivers/gpu/drm/tilcdc/tilcdc_slave_compat.c | 2 +- Acked-by: Jyri Sarha drivers/of/fdt.c | 14 ++ drivers/of/unittest.c| 2 +- include/linux/of_fdt.h | 1