summaryrefslogtreecommitdiffstats
path: root/include/soc
AgeCommit message (Expand)AuthorLines
2020-05-06net: dsa: ocelot: the MAC table on Felix is twice as largeVladimir Oltean-0/+1
2020-04-23Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds-6/+9
2020-04-17soc: tegra: fix tegra_pmc_get_suspend_mode definitionArnd Bergmann-6/+9
2020-04-15net: mscc: ocelot: fix untagged packet drops when enslaving to vlan aware bridgeVladimir Oltean-1/+3
2020-04-03Merge tag 'arm-drivers-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-16/+14
2020-04-03Merge tag 'arm-soc-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-2/+47
2020-04-03Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+9
2020-03-30net: dsa: felix: add port policersVladimir Oltean-0/+8
2020-03-30net: mscc: ocelot: add action of police on vcap_is2Xiaoliang Yang-0/+1
2020-03-27net: dsa: felix: support changing the MTUVladimir Oltean-0/+7
2020-03-27Merge tag 'soc-fsl-next-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann-11/+14
2020-03-25Merge tag 'tegra-for-5.7-cpuidle' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann-1/+1
2020-03-25Merge tag 'tegra-for-5.7-arm-core' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann-0/+44
2020-03-24soc: fsl: qe: fix sparse warnings for ucc_slow.cLi Yang-7/+6
2020-03-24soc: fsl: qe: fix sparse warnings for ucc_fast.cLi Yang-3/+3
2020-03-13cpuidle: Refactor and move out NVIDIA Tegra20 driver into drivers/cpuidleDmitry Osipenko-1/+1
2020-03-13ARM: tegra: Rename some of the newly exposed PM functionsDmitry Osipenko-8/+8
2020-03-13ARM: tegra: Expose PM functions required for new cpuidle driverDmitry Osipenko-0/+44
2020-03-13soc/tegra: pmc: Add pins for Tegra194Venkat Reddy Talla-1/+2
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+1
2020-03-11soc/tegra: bpmp: Update ABI headerVidya Sagar-1/+9
2020-03-09net: mscc: ocelot: properly account for VLAN header length when setting MRUVladimir Oltean-1/+1
2020-03-04net: dsa: felix: Allow unknown unicast traffic towards the CPU port moduleVladimir Oltean-0/+60
2020-03-04net: mscc: ocelot: eliminate confusion between CPU and NPI portVladimir Oltean-5/+7
2020-03-03net: dsa: felix: Wire up the ocelot cls_flower methodsVladimir Oltean-0/+6
2020-03-03net: mscc: ocelot: parameterize the vcap_is2 propertiesVladimir Oltean-8/+30
2020-03-03net: mscc: ocelot: remove port_pcs_init indirection for VSC7514Vladimir Oltean-3/+0
2020-03-03net: mscc: ocelot: don't rely on preprocessor for vcap key/action packingVladimir Oltean-0/+187
2020-03-03net: mscc: ocelot: simplify tc-flower offload structuresVladimir Oltean-0/+7
2020-02-19soc: fsl: dpio: Adding QMAN multiple enqueue interfaceYouri Querry-1/+5
2020-02-11drivers: qcom: rpmh: remove rpmh_flush exportMaulik Shah-5/+0
2020-02-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds-162/+213
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-0/+16
2020-01-12riscv: move sifive_l2_cache.h to include/socYash Shah-0/+16
2020-01-05net: mscc: ocelot: export ANA, DEV and QSYS registers to include/soc/msccVladimir Oltean-0/+1170
2020-01-05net: mscc: ocelot: make phy_mode a member of the common struct ocelot_portVladimir Oltean-0/+2
2019-12-09soc: fsl: qe: avoid IS_ERR_VALUE in ucc_fast.cRasmus Villemoes-2/+2
2019-12-09soc: fsl: qe: avoid IS_ERR_VALUE in ucc_slow.cRasmus Villemoes-3/+3
2019-12-09soc: fsl: qe: make cpm_muram_free() return voidRasmus Villemoes-3/+2
2019-12-09soc: fsl: qe: change return type of cpm_muram_alloc() to s32Rasmus Villemoes-8/+8
2019-12-09soc/fsl/qe/qe.h: update include path for cpm.hRasmus Villemoes-1/+1
2019-12-09soc: fsl: move cpm.h from powerpc/include/asm to include/soc/fslRasmus Villemoes-0/+171
2019-12-09soc: fsl: qe: merge qe_ic.h headers into qe_ic.cRasmus Villemoes-56/+0
2019-12-09soc: fsl: qe: make qe_ic_get_{low,high}_irq staticRasmus Villemoes-10/+0
2019-12-09soc: fsl: qe: remove unused qe_ic_set_* functionsRasmus Villemoes-4/+0
2019-12-09soc: fsl: qe: move qe_ic_cascade_* functions to qe_ic.cRasmus Villemoes-42/+0
2019-12-09soc: fsl: qe: move calls of qe_ic_init out of arch/powerpc/Rasmus Villemoes-7/+0
2019-12-09soc: fsl: qe: use qe_ic_cascade_{low, high}_mpic also on 83xxRasmus Villemoes-20/+4
2019-12-09soc: fsl: qe: introduce qe_io{read,write}* wrappersRasmus Villemoes-9/+25
2019-12-09soc: fsl: qe: rename qe_(clr/set/clrset)bit* helpersRasmus Villemoes-9/+9