[PATCH 1/2] net: cx89x0: Add DT support

2016-06-13 Thread Alexander Shiyan
Add DT support to the Cirrus Logic CS89x0 driver. Signed-off-by: Alexander Shiyan --- drivers/net/ethernet/cirrus/cs89x0.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/drivers/net/ethernet/cirrus/cs89x0.c b/drivers/net/ethernet/cirrus/cs89x0.c index 6038304

[PATCH 2/2] dt: bindings: Add bindings for Cirrus Logic CS89x0 ethernet chip

2016-06-13 Thread Alexander Shiyan
Add device tree binding documentation details for Cirrus Logic CS8900/CS8920 ethernet chip. Signed-off-by: Alexander Shiyan --- Documentation/devicetree/bindings/net/cirrus,cs89x0.txt | 13 + 1 file changed, 13 insertions(+) create mode 100644 Documentation/devicetree/bindings/net

Re: [v12, 7/8] base: soc: introduce soc_device_match() interface

2016-09-21 Thread Alexander Shiyan
>Среда, 21 сентября 2016, 9:57 +03:00 от Yangbo Lu : > >From: Arnd Bergmann < a...@arndb.de > > >We keep running into cases where device drivers want to know the exact >version of the a SoC they are currently running on. In the past, this has >usually been done through a vendor specific API that ca