/openbmc/linux/drivers/staging/vt6655/ |
H A D | srom.h | 16834405 Tue Jul 22 15:08:26 CDT 2014 Guillaume Clement <gclement@baobob.org> staging: vt6655: change type of PortOffset to void __iomem *
PortOffset was an unsigned long, but used as an pointer to io memory. Sometimes it was not properly cast before use, which caused many warning by sparse.
By updating its type to void __iomem *, and reflecting the changes where it is needed, this removes most of those warnings.
Signed-off-by: Guillaume Clement <gclement@baobob.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 16834405 Tue Jul 22 15:08:26 CDT 2014 Guillaume Clement <gclement@baobob.org> staging: vt6655: change type of PortOffset to void __iomem * PortOffset was an unsigned long, but used as an pointer to io memory. Sometimes it was not properly cast before use, which caused many warning by sparse. By updating its type to void __iomem *, and reflecting the changes where it is needed, this removes most of those warnings. Signed-off-by: Guillaume Clement <gclement@baobob.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | srom.c | 16834405 Tue Jul 22 15:08:26 CDT 2014 Guillaume Clement <gclement@baobob.org> staging: vt6655: change type of PortOffset to void __iomem *
PortOffset was an unsigned long, but used as an pointer to io memory. Sometimes it was not properly cast before use, which caused many warning by sparse.
By updating its type to void __iomem *, and reflecting the changes where it is needed, this removes most of those warnings.
Signed-off-by: Guillaume Clement <gclement@baobob.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 16834405 Tue Jul 22 15:08:26 CDT 2014 Guillaume Clement <gclement@baobob.org> staging: vt6655: change type of PortOffset to void __iomem * PortOffset was an unsigned long, but used as an pointer to io memory. Sometimes it was not properly cast before use, which caused many warning by sparse. By updating its type to void __iomem *, and reflecting the changes where it is needed, this removes most of those warnings. Signed-off-by: Guillaume Clement <gclement@baobob.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | key.h | 16834405 Tue Jul 22 15:08:26 CDT 2014 Guillaume Clement <gclement@baobob.org> staging: vt6655: change type of PortOffset to void __iomem *
PortOffset was an unsigned long, but used as an pointer to io memory. Sometimes it was not properly cast before use, which caused many warning by sparse.
By updating its type to void __iomem *, and reflecting the changes where it is needed, this removes most of those warnings.
Signed-off-by: Guillaume Clement <gclement@baobob.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 16834405 Tue Jul 22 15:08:26 CDT 2014 Guillaume Clement <gclement@baobob.org> staging: vt6655: change type of PortOffset to void __iomem * PortOffset was an unsigned long, but used as an pointer to io memory. Sometimes it was not properly cast before use, which caused many warning by sparse. By updating its type to void __iomem *, and reflecting the changes where it is needed, this removes most of those warnings. Signed-off-by: Guillaume Clement <gclement@baobob.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | rf.h | 16834405 Tue Jul 22 15:08:26 CDT 2014 Guillaume Clement <gclement@baobob.org> staging: vt6655: change type of PortOffset to void __iomem *
PortOffset was an unsigned long, but used as an pointer to io memory. Sometimes it was not properly cast before use, which caused many warning by sparse.
By updating its type to void __iomem *, and reflecting the changes where it is needed, this removes most of those warnings.
Signed-off-by: Guillaume Clement <gclement@baobob.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 16834405 Tue Jul 22 15:08:26 CDT 2014 Guillaume Clement <gclement@baobob.org> staging: vt6655: change type of PortOffset to void __iomem * PortOffset was an unsigned long, but used as an pointer to io memory. Sometimes it was not properly cast before use, which caused many warning by sparse. By updating its type to void __iomem *, and reflecting the changes where it is needed, this removes most of those warnings. Signed-off-by: Guillaume Clement <gclement@baobob.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | baseband.h | 16834405 Tue Jul 22 15:08:26 CDT 2014 Guillaume Clement <gclement@baobob.org> staging: vt6655: change type of PortOffset to void __iomem *
PortOffset was an unsigned long, but used as an pointer to io memory. Sometimes it was not properly cast before use, which caused many warning by sparse.
By updating its type to void __iomem *, and reflecting the changes where it is needed, this removes most of those warnings.
Signed-off-by: Guillaume Clement <gclement@baobob.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 16834405 Tue Jul 22 15:08:26 CDT 2014 Guillaume Clement <gclement@baobob.org> staging: vt6655: change type of PortOffset to void __iomem * PortOffset was an unsigned long, but used as an pointer to io memory. Sometimes it was not properly cast before use, which caused many warning by sparse. By updating its type to void __iomem *, and reflecting the changes where it is needed, this removes most of those warnings. Signed-off-by: Guillaume Clement <gclement@baobob.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | key.c | 16834405 Tue Jul 22 15:08:26 CDT 2014 Guillaume Clement <gclement@baobob.org> staging: vt6655: change type of PortOffset to void __iomem *
PortOffset was an unsigned long, but used as an pointer to io memory. Sometimes it was not properly cast before use, which caused many warning by sparse.
By updating its type to void __iomem *, and reflecting the changes where it is needed, this removes most of those warnings.
Signed-off-by: Guillaume Clement <gclement@baobob.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 16834405 Tue Jul 22 15:08:26 CDT 2014 Guillaume Clement <gclement@baobob.org> staging: vt6655: change type of PortOffset to void __iomem * PortOffset was an unsigned long, but used as an pointer to io memory. Sometimes it was not properly cast before use, which caused many warning by sparse. By updating its type to void __iomem *, and reflecting the changes where it is needed, this removes most of those warnings. Signed-off-by: Guillaume Clement <gclement@baobob.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | card.h | 16834405 Tue Jul 22 15:08:26 CDT 2014 Guillaume Clement <gclement@baobob.org> staging: vt6655: change type of PortOffset to void __iomem *
PortOffset was an unsigned long, but used as an pointer to io memory. Sometimes it was not properly cast before use, which caused many warning by sparse.
By updating its type to void __iomem *, and reflecting the changes where it is needed, this removes most of those warnings.
Signed-off-by: Guillaume Clement <gclement@baobob.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 16834405 Tue Jul 22 15:08:26 CDT 2014 Guillaume Clement <gclement@baobob.org> staging: vt6655: change type of PortOffset to void __iomem * PortOffset was an unsigned long, but used as an pointer to io memory. Sometimes it was not properly cast before use, which caused many warning by sparse. By updating its type to void __iomem *, and reflecting the changes where it is needed, this removes most of those warnings. Signed-off-by: Guillaume Clement <gclement@baobob.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | baseband.c | 16834405 Tue Jul 22 15:08:26 CDT 2014 Guillaume Clement <gclement@baobob.org> staging: vt6655: change type of PortOffset to void __iomem *
PortOffset was an unsigned long, but used as an pointer to io memory. Sometimes it was not properly cast before use, which caused many warning by sparse.
By updating its type to void __iomem *, and reflecting the changes where it is needed, this removes most of those warnings.
Signed-off-by: Guillaume Clement <gclement@baobob.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 16834405 Tue Jul 22 15:08:26 CDT 2014 Guillaume Clement <gclement@baobob.org> staging: vt6655: change type of PortOffset to void __iomem * PortOffset was an unsigned long, but used as an pointer to io memory. Sometimes it was not properly cast before use, which caused many warning by sparse. By updating its type to void __iomem *, and reflecting the changes where it is needed, this removes most of those warnings. Signed-off-by: Guillaume Clement <gclement@baobob.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | rf.c | 16834405 Tue Jul 22 15:08:26 CDT 2014 Guillaume Clement <gclement@baobob.org> staging: vt6655: change type of PortOffset to void __iomem *
PortOffset was an unsigned long, but used as an pointer to io memory. Sometimes it was not properly cast before use, which caused many warning by sparse.
By updating its type to void __iomem *, and reflecting the changes where it is needed, this removes most of those warnings.
Signed-off-by: Guillaume Clement <gclement@baobob.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 16834405 Tue Jul 22 15:08:26 CDT 2014 Guillaume Clement <gclement@baobob.org> staging: vt6655: change type of PortOffset to void __iomem * PortOffset was an unsigned long, but used as an pointer to io memory. Sometimes it was not properly cast before use, which caused many warning by sparse. By updating its type to void __iomem *, and reflecting the changes where it is needed, this removes most of those warnings. Signed-off-by: Guillaume Clement <gclement@baobob.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | mac.c | 16834405 Tue Jul 22 15:08:26 CDT 2014 Guillaume Clement <gclement@baobob.org> staging: vt6655: change type of PortOffset to void __iomem *
PortOffset was an unsigned long, but used as an pointer to io memory. Sometimes it was not properly cast before use, which caused many warning by sparse.
By updating its type to void __iomem *, and reflecting the changes where it is needed, this removes most of those warnings.
Signed-off-by: Guillaume Clement <gclement@baobob.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 16834405 Tue Jul 22 15:08:26 CDT 2014 Guillaume Clement <gclement@baobob.org> staging: vt6655: change type of PortOffset to void __iomem * PortOffset was an unsigned long, but used as an pointer to io memory. Sometimes it was not properly cast before use, which caused many warning by sparse. By updating its type to void __iomem *, and reflecting the changes where it is needed, this removes most of those warnings. Signed-off-by: Guillaume Clement <gclement@baobob.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | mac.h | 16834405 Tue Jul 22 15:08:26 CDT 2014 Guillaume Clement <gclement@baobob.org> staging: vt6655: change type of PortOffset to void __iomem *
PortOffset was an unsigned long, but used as an pointer to io memory. Sometimes it was not properly cast before use, which caused many warning by sparse.
By updating its type to void __iomem *, and reflecting the changes where it is needed, this removes most of those warnings.
Signed-off-by: Guillaume Clement <gclement@baobob.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 16834405 Tue Jul 22 15:08:26 CDT 2014 Guillaume Clement <gclement@baobob.org> staging: vt6655: change type of PortOffset to void __iomem * PortOffset was an unsigned long, but used as an pointer to io memory. Sometimes it was not properly cast before use, which caused many warning by sparse. By updating its type to void __iomem *, and reflecting the changes where it is needed, this removes most of those warnings. Signed-off-by: Guillaume Clement <gclement@baobob.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | card.c | 16834405 Tue Jul 22 15:08:26 CDT 2014 Guillaume Clement <gclement@baobob.org> staging: vt6655: change type of PortOffset to void __iomem *
PortOffset was an unsigned long, but used as an pointer to io memory. Sometimes it was not properly cast before use, which caused many warning by sparse.
By updating its type to void __iomem *, and reflecting the changes where it is needed, this removes most of those warnings.
Signed-off-by: Guillaume Clement <gclement@baobob.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 16834405 Tue Jul 22 15:08:26 CDT 2014 Guillaume Clement <gclement@baobob.org> staging: vt6655: change type of PortOffset to void __iomem * PortOffset was an unsigned long, but used as an pointer to io memory. Sometimes it was not properly cast before use, which caused many warning by sparse. By updating its type to void __iomem *, and reflecting the changes where it is needed, this removes most of those warnings. Signed-off-by: Guillaume Clement <gclement@baobob.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | device.h | 16834405 Tue Jul 22 15:08:26 CDT 2014 Guillaume Clement <gclement@baobob.org> staging: vt6655: change type of PortOffset to void __iomem *
PortOffset was an unsigned long, but used as an pointer to io memory. Sometimes it was not properly cast before use, which caused many warning by sparse.
By updating its type to void __iomem *, and reflecting the changes where it is needed, this removes most of those warnings.
Signed-off-by: Guillaume Clement <gclement@baobob.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 16834405 Tue Jul 22 15:08:26 CDT 2014 Guillaume Clement <gclement@baobob.org> staging: vt6655: change type of PortOffset to void __iomem * PortOffset was an unsigned long, but used as an pointer to io memory. Sometimes it was not properly cast before use, which caused many warning by sparse. By updating its type to void __iomem *, and reflecting the changes where it is needed, this removes most of those warnings. Signed-off-by: Guillaume Clement <gclement@baobob.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | device_main.c | 16834405 Tue Jul 22 15:08:26 CDT 2014 Guillaume Clement <gclement@baobob.org> staging: vt6655: change type of PortOffset to void __iomem *
PortOffset was an unsigned long, but used as an pointer to io memory. Sometimes it was not properly cast before use, which caused many warning by sparse.
By updating its type to void __iomem *, and reflecting the changes where it is needed, this removes most of those warnings.
Signed-off-by: Guillaume Clement <gclement@baobob.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 16834405 Tue Jul 22 15:08:26 CDT 2014 Guillaume Clement <gclement@baobob.org> staging: vt6655: change type of PortOffset to void __iomem * PortOffset was an unsigned long, but used as an pointer to io memory. Sometimes it was not properly cast before use, which caused many warning by sparse. By updating its type to void __iomem *, and reflecting the changes where it is needed, this removes most of those warnings. Signed-off-by: Guillaume Clement <gclement@baobob.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|