Re: [PATCH v5 1/8] ARM: brcmstb: add infrastructure for ARM-based Broadcom STB SoCs

2014-01-24 Thread Marc C
modifications per your suggestions. Regards, Marc C On 01/24/2014 02:14 AM, Mark Rutland wrote: On Wed, Jan 22, 2014 at 03:30:45AM +, Marc Carino wrote: The BCM7xxx series of Broadcom SoCs are used primarily in set-top boxes. This patch adds machine support for the ARM-based Broadcom SoCs

Re: [PATCH v5 6/8] ARM: brcmstb: add misc. DT bindings for brcmstb

2014-01-24 Thread Marc C
into a logical grouping, or standard register interface. Instead, they're all over the place. How do you suggest naming the nodes to indicate this? Thanks, Marc C On 01/24/2014 03:03 AM, Mark Rutland wrote: On Wed, Jan 22, 2014 at 03:30:50AM +, Marc Carino wrote: Document the bindings

Re: [PATCH v5 7/8] ARM: brcmstb: gic: add compatible string for Broadcom Brahma15

2014-01-23 Thread Marc C
for now, and not have an entry in the efficiency table. There are currently no BCM7xxx platforms architected with heterogeneous multi-processing or multiple disparate CPU clusters (like big.LITTLE). Thanks, Marc On 01/23/2014 10:26 AM, Florian Fainelli wrote: Hi Marc, 2014/1/22 Marc C marc.cee

Re: [PATCH v5 7/8] ARM: brcmstb: gic: add compatible string for Broadcom Brahma15

2014-01-22 Thread Marc C
that way. I was following the pattern seen in the other reference DTS files, where arm,cortex-a15-gic is used as the fall-back. Thanks, Marc C [1] https://lkml.org/lkml/2014/1/21/649 On 01/22/2014 02:40 PM, Florian Fainelli wrote: Hi Marc, 2014/1/21 Marc Carino marc.cee...@gmail.com: Document

Re: [PATCH v3 7/7] ARM: brcmstb: dts: add a reference DTS for Broadcom 7445

2014-01-15 Thread Marc C
Hello Arnd, And then you can add a regular device driver to drivers/reset that provides a device_reset() API to other drivers, or a system-reset function to be registered as arm_pm_restart. This driver would use syscon_regmap_lookup_by_phandle() to get access to a regmap pointer, and then