From: Agustin <gatoguan-os@yahoo.com>
To: Guennadi Liakhovetski <g.liakhovetski@gmx.de>,
Valentin Longchamp <valentin.longchamp@epfl.ch>
Cc: Linux Arm Kernel <linux-arm-kernel@lists.arm.linux.org.uk>,
Linux Media Mailing List <linux-media@vger.kernel.org>,
Dan Williams <dan.j.williams@intel.com>
Subject: Re: [PATCH/RFC 1/4] ipu_idmac: code clean-up and robustness improvements
Date: Wed, 18 Feb 2009 07:09:55 -0800 (PST) [thread overview]
Message-ID: <951330.963.qm@web32108.mail.mud.yahoo.com> (raw)
In-Reply-To: alpine.DEB.2.00.0902180049580.6986@axis700.grange
Guennadi,
> Guennadi Liakhovetski wrote:
>
> From: Guennadi Liakhovetski
>
> General code clean-up: remove superfluous semicolons, update comments.
> Robustness improvements: add DMA error handling to the ISR, move common code
> fragments to functions, fix scatter-gather element queuing in the ISR, survive
> channel freeing and re-allocation in a quick succession.
>
> Signed-off-by: Guennadi Liakhovetski
> ---
>
> As mentioned in PATCH 0/4 this one is only for completeness / testing
> here, will be submitted separately to the dmaengine queue. Dan, would be
> good if you could review it here to save time.
>
> drivers/dma/ipu/ipu_idmac.c | 300 ++++++++++++++++++++++++++++---------------
> 1 files changed, 196 insertions(+), 104 deletions(-)
>
> diff --git a/drivers/dma/ipu/ipu_idmac.c b/drivers/dma/ipu/ipu_idmac.c
> index 1f154d0..91e6e4e 100644
> --- a/drivers/dma/ipu/ipu_idmac.c
> +++ b/drivers/dma/ipu/ipu_idmac.c
> @@ -28,6 +28,9 @@
> #define FS_VF_IN_VALID 0x00000002
> #define FS_ENC_IN_VALID 0x00000001
>
> +static int ipu_disable_channel(struct idmac *idmac, struct idmac_channel
> *ichan,
> + bool wait_for_stop);
> +
> /*
> ...
Thanks a lot for the patchset!
I am having some stoopid trouble while trying to apply this patch to 'mxc-master':
$ patch -p1 --dry-run < p1
patching file drivers/dma/ipu/ipu_idmac.c
patch: **** malformed patch at line 29: /*
Looks like your patches lost their format while on their way, specially every single line with a starting space has had it removed. Or is it my e-mail reader? I am trying to fix it manually, no luck.
next prev parent reply other threads:[~2009-02-18 15:16 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-17 18:36 Rv: mx3-camera on current mxc kernel tree Agustin
[not found] ` <499B2A60.9080009@epfl.ch>
2009-02-17 22:12 ` Guennadi Liakhovetski
2009-02-18 0:02 ` [PATCH/RFC 0/4] i.MX31 camera host driver + IPU updates Guennadi Liakhovetski
2009-02-18 0:03 ` [PATCH/RFC 1/4] ipu_idmac: code clean-up and robustness improvements Guennadi Liakhovetski
2009-02-18 15:09 ` Agustin [this message]
2009-02-18 15:21 ` Guennadi Liakhovetski
2009-02-18 20:07 ` Russell King - ARM Linux
2009-02-18 21:32 ` Agustin
2009-02-28 21:31 ` Agustin
2009-02-28 21:55 ` Guennadi Liakhovetski
2009-03-02 14:50 ` Agustin
2009-02-18 0:03 ` [PATCH 2/4] soc-camera: camera host driver for i.MX3x SoCs Guennadi Liakhovetski
2009-02-19 10:57 ` Sascha Hauer
2009-02-18 0:03 ` [PATCH/FYI 3/4] soc-camera: board bindings for " Guennadi Liakhovetski
2009-02-18 0:04 ` [PATCH 4/4] mt9t031: fix gain and hflip controls, register update, and scaling Guennadi Liakhovetski
2009-02-18 9:13 ` Rv: mx3-camera on current mxc kernel tree Sascha Hauer
2009-02-18 11:32 ` Agustin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=951330.963.qm@web32108.mail.mud.yahoo.com \
--to=gatoguan-os@yahoo.com \
--cc=dan.j.williams@intel.com \
--cc=g.liakhovetski@gmx.de \
--cc=linux-arm-kernel@lists.arm.linux.org.uk \
--cc=linux-media@vger.kernel.org \
--cc=valentin.longchamp@epfl.ch \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox