Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drivers: wireless: add aic8800 support #17

Closed
wants to merge 322 commits into from

Conversation

alphagocc
Copy link

No description provided.

tekkamanninja and others added 30 commits December 15, 2024 21:33
This patch add Counter Prescaler support in APM X-Gene RTC driver by
getting prescaler (Optional) property value from dtb.

Signed-off-by: Wei Fu <[email protected]>
… Document

Add optional property "prescaler" for APM X-Gene RTC.
The clock source on some platform to RTC is NOT 1HZ,
so we need to prescale the clock to make the input clock become 1HZ,
like (32K/prescaler) = 1HZ on the XuanTie TH1520 AP sub-system RTC.

Signed-off-by: Wei Fu <[email protected]>
Add nodes for the XuanTie TH1520 RTC device node on the XuanTie TH1520 Soc.

Signed-off-by: Wei Fu <[email protected]>
This patch add "snps,dw-apb-rtc" into the "compatible".

Signed-off-by: Wei Fu <[email protected]>
This patch enables APM X-Gene RTC for XuanTie TH1520.

Signed-off-by: Wei Fu <[email protected]>
Add support for hcnt/lcnt got from dt.

Signed-off-by: lst <[email protected]>
Update T-Head memory type definitions according to C910 doc [1]
For NC and IO, SH property isn't configurable, hardcoded as SH,
so set SH for NOCACHE and IO.

And also set bit[61](Bufferable) for NOCACHE according to the
table 6.1 in the doc [1].

Link: https://github.com/T-head-Semi/openc910 [1]
Signed-off-by: Jisheng Zhang <[email protected]>
Reviewed-by: Guo Ren <[email protected]>
Tested-by: Drew Fustini <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Palmer Dabbelt <[email protected]>
1. Add SoC Arch "XuanTie"
2. Change driver dependences from ARCH_THEAD to ARCH_XUANTIE
3. Add kconfig dependence of event driver

Signed-off-by: David Li <[email protected]>
1. add 'xuantie,th1520-i2s' dt-bindings
2. add I2S driver code
3. add I2S reset feature
4. add I2S nodes in dts

Signed-off-by: David Li <[email protected]>
Support PowerDomain Control RPC msg protocal.
ADUIO, VDEC, VENC, NPU, DSP, GPU included.

Signed-off-by: Esther Z <[email protected]>
The AON (Always-On) firmware manages system resource service.
Within an AON-integrated system, each component or device is assigned
a unique resource identifier.
These identifiers serve as a means for the AON firmware to facilitate
and control services, such as power management of different power domains.

Signed-off-by: Esther Z<[email protected]>
Add th1520 AON controlled regulator driver, platform regulators are
controlled remotely in AON subsys via IPC msg, mapped with virtual ID,
which defined as follow:
	SOC_DVDD18_AON,
	SOC_AVDD33_USB3,
	SOC_DVDD08_AON,
	SOC_APCPU_DVDD_DVDDM,
	SOC_DVDD08_DDR,
	SOC_VDD_DDR_1V8,
	SOC_VDD_DDR_1V1,
	SOC_VDD_DDR_0V6,
	SOC_DVDD18_AP,
	SOC_DVDD08_AP,
	SOC_AVDD08_MIPI_HDMI,
	SOC_AVDD18_MIPI_HDMI,
	SOC_DVDD33_EMMC,
	SOC_DVDD18_EMMC,

Signed-off-by: Esther Z<[email protected]>
Icenowy and others added 22 commits December 15, 2024 21:33
Fixes cursor disappearing when using rotated screen.

Signed-off-by: Icenowy Zheng <[email protected]>
Signed-off-by: Han Gao <[email protected]>
Otherwise IN_FORMATS blob is corrupted.

Signed-off-by: Icenowy Zheng <[email protected]>
Signed-off-by: Han Gao <[email protected]>
Signed-off-by: Han Gao <[email protected]>
Signed-off-by: Han Gao <[email protected]>
Signed-off-by: Han Gao <[email protected]>
Signed-off-by: Han Gao <[email protected]>
export pud_offset/p4d_offset symbol

Signed-off-by: Han Gao <[email protected]>
Signed-off-by: Han Gao <[email protected]>
Signed-off-by: Han Gao <[email protected]>
Signed-off-by: Han Gao <[email protected]>
Signed-off-by: Han Gao <[email protected]>
Signed-off-by: Han Gao <[email protected]>
Signed-off-by: Han Gao <[email protected]>
Signed-off-by: Han Gao <[email protected]>
Signed-off-by: Han Gao <[email protected]>
Signed-off-by: Han Gao <[email protected]>
Signed-off-by: Han Gao <[email protected]>
Signed-off-by: Han Gao <[email protected]>
Signed-off-by: Han Gao <[email protected]>
Signed-off-by: Han Gao <[email protected]>
soc: xuantie: th1520 use it.

Signed-off-by: Han Gao <[email protected]>
Signed-off-by: Han Gao <[email protected]>
Signed-off-by: NekoRouter <[email protected]>
Signed-off-by: Han Gao <[email protected]>
@alphagocc alphagocc marked this pull request as draft January 17, 2025 06:47
@alphagocc alphagocc marked this pull request as ready for review January 17, 2025 06:59
@RevySR
Copy link
Member

RevySR commented Jan 22, 2025

Manually merged.

@RevySR RevySR closed this Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.