> -----Original Message----- > From: Sergei Shtylyov [mailto:sshtylyov@xxxxxxxxxx] > Sent: Saturday, January 26, 2013 7:22 AM > > Hello. > > On 26-01-2013 6:45, Robert Tivy wrote: > > > Adding a remoteproc driver implementation for OMAP-L138 DSP > > > diff --git a/drivers/remoteproc/da8xx_remoteproc.c > b/drivers/remoteproc/da8xx_remoteproc.c > > new file mode 100644 > > index 0000000..c6eb6bf > > --- /dev/null > > +++ b/drivers/remoteproc/da8xx_remoteproc.c > > @@ -0,0 +1,327 @@ > [...] > > +#define SYSCFG_CHIPSIG_OFFSET 0x174 > > +#define SYSCFG_CHIPSIG_CLR_OFFSET 0x178 > > Wait, you don't even use these #define's -- why they're here at > all? > > WBR, Sergei I will remove those. They were inadvertently left over from when the driver was mapping SYSCFG0's base address and using those offsets to get to the CHIPSIG registers. Regards, - Rob -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html