On 12/01/2015 02:02 PM, Noam Camus wrote:
From: Noam Camus
Add EZchip to vendor prefixes list.
EZchip introduce the NPS platform for the ARC architecture.
Signed-off-by: Noam Camus
Acked-by: Rob Herring
Cc: Pawel Moll
---
Documentation/devicetree/bindings/arc/eznps.txt|7 +++
On 12/01/2015 02:02 PM, Noam Camus wrote:
From: Noam Camus
Add internal tick generator which is shared by all cores.
Each cluster of cores view it through dedicated address.
This is used for SMP system where all CPUs synced by same
clock source.
Signed-off-by: Noam Camus
Cc: Daniel Lezcano
C
>From: Daniel Lezcano
>Sent: Friday, December 4, 2015 10:07 AM
>>
>> diff --git a/Documentation/devicetree/bindings/arc/eznps.txt
>> b/Documentation/devicetree/bindings/arc/eznps.txt
>> new file mode 100644
>> index 000..f8b5e9b
>> --- /dev/null
>> +++ b/Documentation/devicetree/bindings/arc/
>From: Daniel Lezcano
>Sent: Friday, December 4, 2015 11:13 AM
>> +obj-$(CONFIG_ARC_PLAT_EZNPS) += timer-nps.o
>CONFIG_CLKSRC_NPS
I wish this driver to be build only for this specific ARC platform.
This clock source is embedded in our SoC.
It is not meant to be built for any other architecture.
T
On 12/04/2015 01:26 PM, Noam Camus wrote:
From: Daniel Lezcano
Sent: Friday, December 4, 2015 11:13 AM
+obj-$(CONFIG_ARC_PLAT_EZNPS) += timer-nps.o
CONFIG_CLKSRC_NPS
I wish this driver to be build only for this specific ARC platform.
This clock source is embedded in our SoC.
I understand
From: Nelson Pereira
ARC SDP baseboard among other peripherals sports
DesignWare DMA controller.
This enables support of that device.
Note typically DW DMA controller is used with external devices
connected to ARC SDP board via HAPS Extension bus.
Signed-off-by: Nelson Pereira
Cc: Vineet Gupta