summaryrefslogtreecommitdiffstats
path: root/include/linux/soc
Commit message (Expand)AuthorAgeFilesLines
* soc: apple: rtkit: Pass the crashlog to the crashed() callbackAsahi Lina2025-02-181-1/+1
* soc: mediatek: cmdq: Remove cmdq_pkt_finalize() helper functionChun-Kuang Hu2024-12-131-13/+0
* Merge tag 'soc-drivers-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-11-204-0/+81
|\
| * Merge tag 'qcom-drivers-for-6.13-2' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann2024-11-131-0/+12
| |\
| | * soc: qcom: llcc: add support for SAR2130P and SAR1130PDmitry Baryshkov2024-11-031-0/+12
| * | Merge tag 'ti-driver-soc-for-v6.13' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann2024-11-121-0/+30
| |\ \
| | * | firmware: ti_sci: Introduce Power Management OpsDave Gerlach2024-10-251-0/+26
| | * | firmware: ti_sci: Add system suspend and resume callVibhore Vardhan2024-10-251-0/+4
| | |/
| * | Merge tag 'mtk-soc-for-v6.13' of https://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann2024-11-042-0/+39
| |\ \
| | * | soc: mediatek: Add MediaTek DVFS Resource Collector (DVFSRC) driverAngeloGioacchino Del Regno2024-10-212-0/+39
| | |/
* | | Merge tag 'pmdomain-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds2024-11-201-0/+5
|\ \ \
| * | | pmdomain: mediatek: Add support for MT6735Yassine Oudjana2024-10-221-0/+5
| | |/ | |/|
* | | Merge tag 'qcom-drivers-fixes-for-6.12' of https://git.kernel.org/pub/scm/lin...Arnd Bergmann2024-11-041-0/+2
|\ \ \ | |_|/ |/| |
| * | EDAC/qcom: Make irq configuration optionalRajendra Nayak2024-10-051-0/+2
| |/
* / serial: qcom-geni: fix rx cancel dma status bitJohan Hovold2024-10-111-1/+1
|/
* Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-261-23/+24
|\
| * ARM: ep93xx: soc: drop definesNikita Shubin2024-09-121-13/+0
| * ata: pata_ep93xx: remove legacy pinctrl useNikita Shubin2024-09-121-4/+0
| * pwm: ep93xx: drop legacy pinctrlNikita Shubin2024-09-121-4/+0
| * input: keypad: ep93xx: add DT support for Cirrus EP93xxNikita Shubin2024-09-121-4/+0
| * ARM: ep93xx: add regmap aux_devNikita Shubin2024-09-121-0/+26
* | Merge tag 'tty-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2024-09-261-0/+9
|\ \
| * | soc: qcom: geni-se: add GP_LENGTH/IRQ_EN_SET/IRQ_EN_CLEAR registersDouglas Anderson2024-09-111-0/+9
| |/
* / soc: qcom: pmic_glink: Fix race during initializationBjorn Andersson2024-08-211-5/+6
|/
* Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-251-1/+1
|\
| * driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-031-1/+1
* | Merge tag 'phy-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Linus Torvalds2024-07-241-0/+2
|\ \
| * | phy: exynos5-usbdrd: support Exynos USBDRD 3.1 combo phy (HS & SS)André Draszik2024-07-021-0/+4
| |/
* | Merge tag 'rproc-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds2024-07-231-0/+2
|\ \
| * | soc: qcom: smem: Add qcom_smem_bust_hwspin_lock_by_host()Chris Lew2024-05-291-0/+2
| |/
* | Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-07-211-2/+2
|\ \
| * | kernel-wide: fix spelling mistakes like "assocative" -> "associative"Jesse Brandeburg2024-06-281-2/+2
| |/
* | soc: samsung: exynos-pmu: add support for PMU_ALIVE non atomic registersPeter Griffin2024-07-091-0/+4
* | Merge tag 'qcom-drivers-for-6.11' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2024-07-093-1/+38
|\ \
| * \ Merge branch '20240430-a750-raytracing-v3-2-7f57c5ac082d@gmail.com' into driv...Bjorn Andersson2024-06-212-0/+35
| |\ \
| | * | soc: qcom: smem: Add a feature code getterKonrad Dybcio2024-06-212-0/+27
| | * | soc: qcom: Move some socinfo defines to the headerKonrad Dybcio2024-06-211-0/+8
| | |/
| * / soc: qcom: llcc: Add regmap for Broadcast_AND regionUnnathi Chalicheemala2024-05-311-1/+3
| |/
* / soc: mtk-cmdq: Add cmdq_pkt_logic_command to support math operationJason-JH.Lin2024-06-271-0/+42
|/
* soc: mediatek: mtk-cmdq: Add cmdq_pkt_acquire_event() functionJason-JH.Lin2024-04-231-0/+15
* soc: mediatek: mtk-cmdq: Add cmdq_pkt_poll_addr() functionJason-JH.Lin2024-04-231-0/+21
* soc: mediatek: mtk-cmdq: Add cmdq_pkt_mem_move() functionJason-JH.Lin2024-04-231-0/+12
* soc: mediatek: mtk-cmdq: Add specific purpose register definitions for GCEJason-JH.Lin2024-04-231-0/+9
* soc: mediatek: cmdq: Refine cmdq_pkt_create() and cmdq_pkt_destroy()Chun-Kuang Hu2024-04-231-6/+8
* soc: mediatek: cmdq: Remove cmdq_pkt_flush_async() helper functionChun-Kuang Hu2024-04-231-18/+0
* soc: mediatek: cmdq: Add cmdq_pkt_eoc() helper functionChun-Kuang Hu2024-04-231-0/+19
* soc: mediatek: cmdq: Add cmdq_pkt_jump_rel() helper functionChun-Kuang Hu2024-04-231-0/+19
* soc: mediatek: cmdq: Rename cmdq_pkt_jump() to cmdq_pkt_jump_abs()Chun-Kuang Hu2024-04-231-5/+17
* soc: mediatek: cmdq: Add parameter shift_pa to cmdq_pkt_jump()Chun-Kuang Hu2024-04-231-2/+4
* Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-03-211-0/+1
|\