lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 8 Aug 2014 15:28:47 +0800 From: Caesar Wang <caesar.wang@...k-chips.com> To: thierry.reding@...il.com, heiko@...ech.de, b.galvani@...il.com, robh+dt@...nel.org, ijc+devicetree@...lion.org.uk, galak@...eaurora.org, dianders@...omium.org Cc: cf@...k-chips.com, addy.ke@...k-chips.com, cjf@...k-chips.com, xjq@...k-chips.com, hj@...k-chips.com, linux-arm-kernel@...ts.infradead.org, linux-pwm@...r.kernel.org, devicetree@...r.kernel.org, linux-kernel@...r.kernel.org, linux-doc@...r.kernel.org, Caesar Wang <caesar.wang@...k-chips.com> Subject: [PATCH v5 0/2] This series adds support for RK3288 SoC integrated PWM This patch will make applying on the top of Beniamino's submission, the Beniamino's submission come from [1]. [1]: https://git.kernel.org/cgit/linux/kernel/git/thierry.reding/linux-pwm.git/log/?h=for-next Beniamino's submission won't be used from genenation Rockchip SoCs. So I have to add the new pwm for next genenation Rockchip SoCs. Tested on RK3288 SDK board. Changes in v5: * address comments from Thierry Reding and Doug Anderson: - fix the symbolic names for registers. Changes in v4: * address comments from Heiko Stübner: - fix the copyright for ROCKCHIP, Inc. - remove rockchip_pwm_set_enable_vop,then it instead of rockchip_pwm_set_enable_v2. Changes in v3: * address comments from Thierry Reding: - fix PWM document deccribes. - add a description for [PATCH v3 2/2]. - renamed the PWM registers - Changed in rockchip_pwm_data struct - remove the devm_ioremap(),fixed in lcdc driver. Changes in v2: * address comments from Beniamino Galvani: - remove #include <linux/of_address.h>. - of_iomap be removed,and devm_ioremap replace it. - remove a line no be used. Caesar Wang (2): pwm: rockchip: document RK3288 SoC compatible pwm: rockchip: Added to support for RK3288 SoC .../devicetree/bindings/pwm/pwm-rockchip.txt | 5 +- drivers/pwm/pwm-rockchip.c | 134 +++++++++++++++++---- 2 files changed, 114 insertions(+), 25 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists