> >>+MODULE_DEVICE_TABLE(of, atmel_pwm_dt_ids);
> >>+#endif
> >>+
> >>+static int atmel_pwm_probe(struct platform_device *pdev)
> >>+{
> >>+ const struct of_device_id *of_id =
> >>+ of_match_device(atmel_pwm_dt_ids, &pdev->dev);
> >>+ const struct atmel_pwm_data *data;
> >>+ struct
Hi J,
On 11/13/2013 05:56 PM, Jean-Christophe PLAGNIOL-VILLARD wrote:
On 15:59 Fri 01 Nov , Bo Shen wrote:
Add Atmel PWM controller driver based on PWM framework.
This is the basic function implementation of Atmel PWM controller.
It can work with PWM based led and backlight.
Signed-off-by
On 15:59 Fri 01 Nov , Bo Shen wrote:
> Add Atmel PWM controller driver based on PWM framework.
>
> This is the basic function implementation of Atmel PWM controller.
> It can work with PWM based led and backlight.
>
> Signed-off-by: Bo Shen
>
> ---
> Changes in v6:
> - using relaxed versi
On 01/11/2013 15:59, Bo Shen wrote:
> Add Atmel PWM controller driver based on PWM framework.
>
> This is the basic function implementation of Atmel PWM controller.
> It can work with PWM based led and backlight.
>
> Signed-off-by: Bo Shen
Acked-by: Alexandre Belloni
>
> ---
> Changes in v6:
>
Add Atmel PWM controller driver based on PWM framework.
This is the basic function implementation of Atmel PWM controller.
It can work with PWM based led and backlight.
Signed-off-by: Bo Shen
---
Changes in v6:
- using relaxed version for writel and readl
- add none device tree support
-
5 matches
Mail list logo