Date: Mon, 15 Mar 2021 11:51:03 GMT From: Emmanuel Vadot <manu@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: cfc12e1b1d - main - Add relnotes for 13.0 about Allwinner improvements Message-ID: <202103151151.12FBp31B098529@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu (ports, src committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=cfc12e1b1d880129dc4ad486d3799c77cc1dc8c7 commit cfc12e1b1d880129dc4ad486d3799c77cc1dc8c7 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2021-03-10 15:33:41 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2021-03-15 11:46:19 +0000 Add relnotes for 13.0 about Allwinner improvements Reviewed by: gjb Approved by: gjb Differential Revision: https://reviews.freebsd.org/D29191 --- website/content/en/releases/13.0R/relnotes.adoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/content/en/releases/13.0R/relnotes.adoc b/website/content/en/releases/13.0R/relnotes.adoc index bdf85166d4..dc2ccf7ba4 100644 --- a/website/content/en/releases/13.0R/relnotes.adoc +++ b/website/content/en/releases/13.0R/relnotes.adoc @@ -239,6 +239,21 @@ The {{< manpage "ping" "8" >}} and {{< manpage "ping6" "8" >}} utilities both su This section covers general hardware support for physical machines, hypervisors, and virtualization environments, as well as hardware changes and updates that do not otherwise fit in other sections of this document. +[[ARM-ARM64]] +=== Allwinner + +The aw_gpio driver have been improved to handle GPIO interrupts. gitref:0fe5379c6a9[repository=src] + +A new aw_pwm driver have been added, pwm channels can be configured with {{< manpage "pwm" "8">}}. gitref:277a038d0da[repository=src] + +Battery sensors were added to the AXP803/AXP813 drivers. gitref:66bddb4c701[repository=src] + +Audio is now working on H3/H5 SoCs. gitref:bfcf888a87a[repository=src] + +Infrared receiver now works on H3 SoC. gitref:012fba460ac[repository=src] + +USB DRD is now working on multiple Allwinner SoC, this means that some usb port can be used as peripherals. gitref:aea49d9fed9[repository=src] + [[hardware-virtualization]] === Virtualization Support
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103151151.12FBp31B098529>