Re: [PATCH v5] qe: add ability to upload QE firmware

2008-01-07 Thread Timur Tabi
Anton Vorontsov wrote: > Please, add compatible "fsl,qe" matching, so this code could > work with new device trees. Can you give me an example of this? I cannot find a single device tree anywhere that has this compatible property in it. -- Timur Tabi Linux kernel developer at Freescale

Re: [PATCH v5] qe: add ability to upload QE firmware

2007-12-29 Thread Anton Vorontsov
On Sat, Dec 29, 2007 at 04:07:20PM -0600, Timur Tabi wrote: > Anton Vorontsov wrote: > > >> + firmware { > >> + id = "Soft-UART"; > >> + extended_modes = <0 0>; > >> + virtual_traps = <0 0 0 0 0 0 0 0>; > > > > I believe using underscore

Re: [PATCH v5] qe: add ability to upload QE firmware

2007-12-29 Thread Timur Tabi
Anton Vorontsov wrote: >> +firmware { >> +id = "Soft-UART"; >> +extended_modes = <0 0>; >> +virtual_traps = <0 0 0 0 0 0 0 0>; > > I believe using underscores for the property name is discouraged. Ugh, this one change would

Re: [PATCH v5] qe: add ability to upload QE firmware

2007-12-26 Thread Anton Vorontsov
On Fri, Dec 07, 2007 at 09:43:53AM -0600, Timur Tabi wrote: > Define the layout of a binary blob that contains a QE firmware and > instructions > on how to upload it. Add function qe_upload_firmware() to parse the blob > and perform the actual upload. Fully define 'struct rsp' in immap_qe.h to >

Re: [PATCH v5] qe: add ability to upload QE firmware

2007-12-12 Thread Arnd Bergmann
On Friday 07 December 2007, Timur Tabi wrote: > Define the layout of a binary blob that contains a QE firmware and > instructions > on how to upload it.  Add function qe_upload_firmware() to parse the blob > and perform the actual upload.  Fully define 'struct rsp' in immap_qe.h to > include the a

Re: [PATCH v5] qe: add ability to upload QE firmware

2007-12-12 Thread Kumar Gala
On Dec 12, 2007, at 9:17 AM, Timur Tabi wrote: > Timur Tabi wrote: >> Define the layout of a binary blob that contains a QE firmware and >> instructions >> on how to upload it. Add function qe_upload_firmware() to parse >> the blob >> and perform the actual upload. Fully define 'struct rsp'

Re: [PATCH v5] qe: add ability to upload QE firmware

2007-12-12 Thread Timur Tabi
Timur Tabi wrote: > Define the layout of a binary blob that contains a QE firmware and > instructions > on how to upload it. Add function qe_upload_firmware() to parse the blob > and perform the actual upload. Fully define 'struct rsp' in immap_qe.h to > include the actual RISC Special Registers