| #
65e8ce29 |
| 30-Jul-2017 |
xypron.glpk@gmx.de <xypron.glpk@gmx.de> |
arm: bcm235xx: clk_set_rate avoid possible NULL deref
It does not make sense first to dereference c and then to check if it is NULL.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
|
| #
b69a0849 |
| 30-Jul-2017 |
xypron.glpk@gmx.de <xypron.glpk@gmx.de> |
arm: bcm235xx: avoid possible NULL dereference
It does not make sense to first dereference c and then check if it is NULL.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
|
| #
1221ce45 |
| 21-Sep-2016 |
Masahiro Yamada <yamada.masahiro@socionext.com> |
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Now, arch/${ARCH}/include/asm/errno.h and include/linux/errno.h have the same content. (both just wrap <asm-generic/errno.h>)
Replace
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Now, arch/${ARCH}/include/asm/errno.h and include/linux/errno.h have the same content. (both just wrap <asm-generic/errno.h>)
Replace all include directives for <asm/errno.h> with <linux/errno.h>.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> [trini: Fixup include/clk.] Signed-off-by: Tom Rini <trini@konsulko.com>
show more ...
|
| #
8ada4e0e |
| 21-Jun-2016 |
Steve Rae <srae@broadcom.com> |
arm: bcm235xx: update clock framework
The handling of the "usage counter" is incorrect, and the clock should only be disabled when transitioning from 1 to 0.
Reported-by: Chris Brand <chris.brand@b
arm: bcm235xx: update clock framework
The handling of the "usage counter" is incorrect, and the clock should only be disabled when transitioning from 1 to 0.
Reported-by: Chris Brand <chris.brand@broadcom.com> Signed-off-by: Steve Rae <srae@broadcom.com>
show more ...
|
| #
43486e4c |
| 02-Jun-2016 |
Steve Rae <srae@broadcom.com> |
board: arm:: Add support for Broadcom BCM23550
Add support for the Broadcom BCM23550 board.
Signed-off-by: Steve Rae <srae@broadcom.com>
|