From: Ezequiel Garcia <ezequiel.garcia@imgtec.com>
To: Naidu Tellapati <naidu.tellapati@gmail.com>,
thierry.reding@gmail.com, abrestic@chromium.org,
gregkh@linuxfoundation.org, arnd@arndb.de,
James.Hartley@imgtec.com
Cc: devicetree@vger.kernel.org, linux-pwm@vger.kernel.org,
Arul.Ramasamy@imgtec.com, Sai.Masarapu@imgtec.com
Subject: Re: [PATCH v6 0/4] Initial support for ImgTec PWM DAC and PDM DAC
Date: Fri, 5 Dec 2014 08:52:41 -0300 [thread overview]
Message-ID: <54819C89.1000508@imgtec.com> (raw)
In-Reply-To: <1417198345-19633-1-git-send-email-Naidu.Tellapati@gmail.com>
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=windows-1252, Size: 2206 bytes --]
Hi Thierry,
On 11/28/2014 03:12 PM, Naidu Tellapati wrote:
> The Pistachio SOC from Imagination Technologies includes – 4x PDM blocks
> and 1x “basic PWM” block with four output channels. These share 4 MFIO pins,
> each PWM channel being muxed with each PDM block output (0-3 muxed with 0-3)
> using the CR_PERIP_PWM_PDM_CONTROL register in the peripheral wrapper
> register bank (offset 0x140). The PDM and PWM outputs are used to control
> targets such as LCD backlight.
>
> The PWM driver uses Linux PWM framework. Since the PDM does not fit into PWM
> framework we have implemented it as a MISC driver.
>
> The series is based on v3.18-rc5.
>
> Changes from v5:
>
> * Used syscon for accessing PWM & PDM control register.
>
> Changes from v4:
>
> * Removed CR_prefix from the defined macros.
>
> * Folded same data type varibles in one line.
>
> * Removed cr-periph property from PWM DT binding document.
>
> * Removed regmap_update_bits from img_pwm_enable and img_pwm_disable functions.
>
> * Addressed few more comments given in v4.
>
> Changes from v3:
>
> * Addressed couple of comments given in v3.
>
> Changes from v2:
>
> * Added depends on MIPS || COMPILE_TEST.
>
> * Corrected the logic while calculating time base steps.
>
> * Addressed few other minor comments given in v2.
>
> Changes from v1:
>
> * Used regmap_update_bits at some places in the driver.
>
> * Placed some #defines next to their register.
>
> * Added depends on HAS_IOMEM in Kconfig.
>
> * Removed unnecessary paragraph from file header.
>
> * Defined register masks in a readable way.
>
> * Renamed clk-names with clock-names.
>
> * Added system interface clock in DT binding document.
>
> * Addressed few other minor review comments given in v1.
>
> Naidu Tellapati (4):
> pwm: Imagination Technologies PWM DAC driver
> DT: pwm: Add binding document for IMG PWM DAC
> pdm: Imagination Technologies PDM DAC driver
> DT: pdm: Add binding document for IMG PDM DAC
>
Any comments on this series? I was aiming at merging this for v3.19,
hope it's not too late already!
Thanks,
--
Ezequiel
prev parent reply other threads:[~2014-12-05 11:54 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-28 18:12 [PATCH v6 0/4] Initial support for ImgTec PWM DAC and PDM DAC Naidu Tellapati
2014-11-28 18:12 ` [PATCH v6 1/4] pwm: Imagination Technologies PWM DAC driver Naidu Tellapati
2014-11-28 18:12 ` [PATCH v6 2/4] DT: pwm: Add binding document for IMG PWM DAC Naidu Tellapati
2014-11-28 18:12 ` [PATCH v6 3/4] pdm: Imagination Technologies PDM DAC driver Naidu Tellapati
2014-11-28 18:12 ` [PATCH v6 4/4] DT: pdm: Add binding document for IMG PDM DAC Naidu Tellapati
2014-12-05 11:52 ` Ezequiel Garcia [this message]
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=54819C89.1000508@imgtec.com \
--to=ezequiel.garcia@imgtec.com \
--cc=Arul.Ramasamy@imgtec.com \
--cc=James.Hartley@imgtec.com \
--cc=Sai.Masarapu@imgtec.com \
--cc=abrestic@chromium.org \
--cc=arnd@arndb.de \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-pwm@vger.kernel.org \
--cc=naidu.tellapati@gmail.com \
--cc=thierry.reding@gmail.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.