board: arm:: Add support for Broadcom BCM23550Add support for the Broadcom BCM23550 board.Signed-off-by: Steve Rae <srae@broadcom.com>
bcm281xx: add support for "USB OTG clock"enable this clock with the following: clk_usb_otg_enable((void *)HSOTG_BASE_ADDR)Signed-off-by: Steve Rae <srae@broadcom.com>Reviewed-by: Felipe Balbi
bcm281xx: add support for "USB OTG clock"enable this clock with the following: clk_usb_otg_enable((void *)HSOTG_BASE_ADDR)Signed-off-by: Steve Rae <srae@broadcom.com>Reviewed-by: Felipe Balbi <balbi@ti.com>
show more ...
sizes.h - consolidate for all architecturesCopied from Linux sources "include/linux/sizes.h" commit413541dd66d51f791a0b169d9b9014e4f56be13cSigned-off-by: Alexey Brodkin <abrodkin@synopsys.com>
sizes.h - consolidate for all architecturesCopied from Linux sources "include/linux/sizes.h" commit413541dd66d51f791a0b169d9b9014e4f56be13cSigned-off-by: Alexey Brodkin <abrodkin@synopsys.com>Cc: Vineet Gupta <vgupta@synopsys.com>Cc: Tom Rini <trini@ti.com>Cc: Stefan Roese <sr@denx.de>Cc: Albert Aribaud <albert.u.boot@aribaud.net>Acked-by: Tom Rini <trini@ti.com>Acked-by: Stefan Roese <sr@denx.de>[trini: Add bcm Kona platforms to the patch]Signed-off-by: Tom Rini <trini@ti.com>
arch: kona: Initial commit of kona-common architecture codeThe Kona architecture is present on a number of Broadcom mobile SoCsincluding the bcm281xx family of chips.Signed-off-by: Darwin Rambo
arch: kona: Initial commit of kona-common architecture codeThe Kona architecture is present on a number of Broadcom mobile SoCsincluding the bcm281xx family of chips.Signed-off-by: Darwin Rambo <drambo@broadcom.com>Reviewed-by: Steve Rae <srae@broadcom.com>Reviewed-by: Tim Kryger <tkryger@linaro.org>