Re: [PATCH RFC 0/5] Hybrid approach for DT schema checking

2014-05-13 Thread Tomasz Figa
Hi, Just wanted to add that you can also find the code in my dtc tree on kernel.org: git://git.kernel.org/pub/scm/linux/kernel/git/tfiga/dtc.git or if you prefer web interface to quickly look through the changes: https://git.kernel.org/cgit/linux/kernel/git/tfiga/dtc.git/ Best regards, Tomasz

Re: [PATCH RFC 0/5] Hybrid approach for DT schema checking

2014-03-09 Thread David Gibson
On Thu, Feb 20, 2014 at 07:06:46PM +0100, Tomasz Figa wrote: This series adds a proof of concept framework to implement schema checker using a combined C and DTSS based approach. Several example bindings are also implemented using C and DTSS[1]. Complex and generic bindings can be

[PATCH RFC 0/5] Hybrid approach for DT schema checking

2014-02-20 Thread Tomasz Figa
This series adds a proof of concept framework to implement schema checker using a combined C and DTSS based approach. Several example bindings are also implemented using C and DTSS[1]. Complex and generic bindings can be implemented directly in C and then instantiated from simple device-specific

[PATCH RFC 0/5] Hybrid approach for DT schema checking

2014-02-20 Thread Tomasz Figa
This series adds a proof of concept framework to implement schema checker using a combined C and DTSS based approach. Several example bindings are also implemented using C and DTSS[1]. Complex and generic bindings can be implemented directly in C and then instantiated from simple device-specific