aboutsummaryrefslogtreecommitdiff
path: root/include/linux/soc
AgeCommit message (Expand)AuthorFilesLines
2019-09-19Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-0/+1
2019-09-19Merge tag 'mailbox-v5.4' of git://git.linaro.org/landing-teams/working/fujits...Gravatar Linus Torvalds 1-3/+0
2019-09-17mailbox: mediatek: cmdq: clear the event in cmdq initial flowGravatar Bibby Hsieh 1-3/+0
2019-09-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Gravatar Linus Torvalds 3-7/+62
2019-09-04firmware: ti_sci: Allow for device shared and exclusive requestsGravatar Lokesh Vutla 1-0/+3
2019-09-03Merge tag 'v5.3-next-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Arnd Bergmann 1-7/+7
2019-08-23soc: mediatek: cmdq: change the type of input parameterGravatar Bibby Hsieh 1-5/+5
2019-08-23soc: mediatek: cmdq: reorder the parameterGravatar Bibby Hsieh 1-5/+5
2019-08-15serial: lpc32xx: allow compile testingGravatar Arnd Bergmann 1-0/+4
2019-08-15net: lpc-enet: move phy setup into platform codeGravatar Arnd Bergmann 1-0/+5
2019-08-15net: lpc-enet: factor out iram accessGravatar Arnd Bergmann 1-0/+24
2019-08-15soc: samsung: chipid: Convert exynos-chipid driver to use the regmap APIGravatar Sylwester Nawrocki 1-0/+52
2019-07-22Merge v5.3-rc1 into drm-misc-nextGravatar Maxime Ripard 2-14/+262
2019-07-19Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Gravatar Linus Torvalds 1-0/+246
2019-07-17Merge tag 'rproc-v5.3' of git://github.com/andersson/remoteprocGravatar Linus Torvalds 1-0/+2
2019-07-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-14/+14
2019-07-17drm/meson: drop use of drmP.hGravatar Sam Ravnborg 1-0/+1
2019-07-01soc: qcom: mdt_loader: Support loading non-split imagesGravatar Bjorn Andersson 1-0/+2
2019-06-19Merge tag 'drivers_soc_for_5.3' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Olof Johansson 1-0/+246
2019-06-12firmware: ti_sci: Add support for processor controlGravatar Suman Anna 1-0/+31
2019-06-12firmware: ti_sci: Add resource management APIs for ringacc, psi-l and udmaGravatar Peter Ujfalusi 1-0/+215
2019-06-12firmware: ti_sci: extend clock identifiers from u8 to u32Gravatar Tero Kristo 1-14/+14
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Gravatar Thomas Gleixner 1-4/+1
2019-05-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-0/+147
2019-05-01soc: ti: Add MSI domain bus support for Interrupt AggregatorGravatar Lokesh Vutla 1-0/+23
2019-05-01firmware: ti_sci: Add helper apis to manage resourcesGravatar Lokesh Vutla 1-0/+54
2019-05-01firmware: ti_sci: Add support for IRQ managementGravatar Lokesh Vutla 1-0/+26
2019-05-01firmware: ti_sci: Add support for RM core opsGravatar Lokesh Vutla 1-0/+27
2019-05-01firmware: ti_sci: Add support to get TISCI handle using of_phandleGravatar Grygorii Strashko 1-0/+17
2019-04-28Merge tag 'ixp4xx-for-armsoc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Olof Johansson 2-0/+129
2019-04-28ARM: ep93xx: move pinctrl interfaces into include/linux/socGravatar Arnd Bergmann 1-0/+37
2019-04-23soc: ixp4xx: Uninline several functionsGravatar Linus Walleij 1-120/+7
2019-04-23soc: ixp4xx: npe: Pass addresses as resourcesGravatar Linus Walleij 1-2/+0
2019-04-23ARM: ixp4xx: Move IXP4xx QMGR and NPE headersGravatar Linus Walleij 2-0/+244
2019-02-12qcom: soc: llcc-slice: Clear the global drv_data pointer on errorGravatar Jordan Crouse 1-0/+6
2018-12-12Merge tag 'v4.20-next-soc' of https://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Olof Johansson 1-0/+133
2018-12-02soc: mediatek: Add Mediatek CMDQ helperGravatar Houlong Wei 1-0/+133
2018-11-14soc: qcom: qmi_interface: Limit txn ids to U16_MAXGravatar Arun Kumar Neelakantam 1-1/+1
2018-10-02Merge tag 'qcom-drivers-for-4.20' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Arnd Bergmann 1-2/+28
2018-09-13drivers: edac: Add EDAC driver support for QCOM SoCsGravatar Channagoud Kadabi 1-0/+24
2018-09-13soc: qcom: Add support to register LLCC EDAC driverGravatar Venkata Narendra Kumar Gutta 1-0/+2
2018-09-13soc: qcom: Add broadcast base for Last Level Cache Controller (LLCC)Gravatar Venkata Narendra Kumar Gutta 1-2/+2
2018-09-12soc: amlogic: add meson-canvas driverGravatar Maxime Jourdan 1-0/+65
2018-08-23Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Gravatar Linus Torvalds 1-11/+2
2018-08-18Merge tag 'rproc-v4.19' of git://github.com/andersson/remoteprocGravatar Linus Torvalds 1-0/+4
2018-08-14Merge tag 'pinctrl-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+7
2018-07-24pinctrl: samsung: Write external wakeup interrupt maskGravatar Krzysztof Kozlowski 1-0/+2
2018-07-24ARM: exynos: Define EINT_WAKEUP_MASK registers for S5Pv210 and Exynos5433Gravatar Krzysztof Kozlowski 1-1/+5
2018-07-21drivers: soc: Add LLCC driverGravatar Rishabh Bhatnagar 1-0/+180
2018-06-18remoteproc: qcom: mdt_loader: Make the firmware authentication optionalGravatar Sricharan R 1-0/+4