Searched hist:d7cabeed830b7eb3958cbc084a85649126cd670f (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/arm/mach-spear/ |
H A D | spear6xx.c | diff d7cabeed830b7eb3958cbc084a85649126cd670f Wed Jun 19 14:38:28 CDT 2013 Mark Brown <broonie@linaro.org> dmaengine: PL08x: Avoid collisions with get_signal() macro
As pointed out by Arnd Bergmann there is a get_signal macro definied in linux/signal.h which can conflict with the platform data callback function of the same name leading to confusing errors from the compiler (especially if signal.h manages to get pulled into the driver itself due to header dependencies). Avoid such errors by renaming get_signal and put_signal in the platform data to get_xfer_signal and put_xfer_signal.
Signed-off-by: Mark Brown <broonie@linaro.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
|
H A D | spear3xx.c | diff d7cabeed830b7eb3958cbc084a85649126cd670f Wed Jun 19 14:38:28 CDT 2013 Mark Brown <broonie@linaro.org> dmaengine: PL08x: Avoid collisions with get_signal() macro
As pointed out by Arnd Bergmann there is a get_signal macro definied in linux/signal.h which can conflict with the platform data callback function of the same name leading to confusing errors from the compiler (especially if signal.h manages to get pulled into the driver itself due to header dependencies). Avoid such errors by renaming get_signal and put_signal in the platform data to get_xfer_signal and put_xfer_signal.
Signed-off-by: Mark Brown <broonie@linaro.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
|
/openbmc/linux/include/linux/amba/ |
H A D | pl08x.h | diff d7cabeed830b7eb3958cbc084a85649126cd670f Wed Jun 19 14:38:28 CDT 2013 Mark Brown <broonie@linaro.org> dmaengine: PL08x: Avoid collisions with get_signal() macro
As pointed out by Arnd Bergmann there is a get_signal macro definied in linux/signal.h which can conflict with the platform data callback function of the same name leading to confusing errors from the compiler (especially if signal.h manages to get pulled into the driver itself due to header dependencies). Avoid such errors by renaming get_signal and put_signal in the platform data to get_xfer_signal and put_xfer_signal.
Signed-off-by: Mark Brown <broonie@linaro.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
|
/openbmc/linux/arch/arm/mach-lpc32xx/ |
H A D | phy3250.c | diff d7cabeed830b7eb3958cbc084a85649126cd670f Wed Jun 19 14:38:28 CDT 2013 Mark Brown <broonie@linaro.org> dmaengine: PL08x: Avoid collisions with get_signal() macro
As pointed out by Arnd Bergmann there is a get_signal macro definied in linux/signal.h which can conflict with the platform data callback function of the same name leading to confusing errors from the compiler (especially if signal.h manages to get pulled into the driver itself due to header dependencies). Avoid such errors by renaming get_signal and put_signal in the platform data to get_xfer_signal and put_xfer_signal.
Signed-off-by: Mark Brown <broonie@linaro.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
|
/openbmc/linux/drivers/dma/ |
H A D | amba-pl08x.c | diff d7cabeed830b7eb3958cbc084a85649126cd670f Wed Jun 19 14:38:28 CDT 2013 Mark Brown <broonie@linaro.org> dmaengine: PL08x: Avoid collisions with get_signal() macro
As pointed out by Arnd Bergmann there is a get_signal macro definied in linux/signal.h which can conflict with the platform data callback function of the same name leading to confusing errors from the compiler (especially if signal.h manages to get pulled into the driver itself due to header dependencies). Avoid such errors by renaming get_signal and put_signal in the platform data to get_xfer_signal and put_xfer_signal.
Signed-off-by: Mark Brown <broonie@linaro.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
|