summaryrefslogtreecommitdiffstats
path: root/include/soc
Commit message (Expand)AuthorAgeFilesLines
...
| | * | ARM: tegra: Rename some of the newly exposed PM functionsDmitry Osipenko2020-03-131-8/+8
| | * | ARM: tegra: Expose PM functions required for new cpuidle driverDmitry Osipenko2020-03-132-0/+44
| | |/
| * / soc/tegra: pmc: Add pins for Tegra194Venkat Reddy Talla2020-03-131-1/+2
| |/
* | Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-04-031-1/+9
|\ \
| * | soc/tegra: bpmp: Update ABI headerVidya Sagar2020-03-111-1/+9
| |/
* | net: dsa: felix: add port policersVladimir Oltean2020-03-301-0/+8
* | net: mscc: ocelot: add action of police on vcap_is2Xiaoliang Yang2020-03-301-0/+1
* | net: dsa: felix: support changing the MTUVladimir Oltean2020-03-271-0/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-121-1/+1
|\ \
| * | net: mscc: ocelot: properly account for VLAN header length when setting MRUVladimir Oltean2020-03-091-1/+1
| |/
* | net: dsa: felix: Allow unknown unicast traffic towards the CPU port moduleVladimir Oltean2020-03-041-0/+60
* | net: mscc: ocelot: eliminate confusion between CPU and NPI portVladimir Oltean2020-03-041-5/+7
* | net: dsa: felix: Wire up the ocelot cls_flower methodsVladimir Oltean2020-03-031-0/+6
* | net: mscc: ocelot: parameterize the vcap_is2 propertiesVladimir Oltean2020-03-032-8/+30
* | net: mscc: ocelot: remove port_pcs_init indirection for VSC7514Vladimir Oltean2020-03-031-3/+0
* | net: mscc: ocelot: don't rely on preprocessor for vcap key/action packingVladimir Oltean2020-03-032-0/+187
* | net: mscc: ocelot: simplify tc-flower offload structuresVladimir Oltean2020-03-031-0/+7
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2020-02-085-162/+213
|\
| * soc: fsl: qe: avoid IS_ERR_VALUE in ucc_fast.cRasmus Villemoes2019-12-091-2/+2
| * soc: fsl: qe: avoid IS_ERR_VALUE in ucc_slow.cRasmus Villemoes2019-12-091-3/+3
| * soc: fsl: qe: make cpm_muram_free() return voidRasmus Villemoes2019-12-091-3/+2
| * soc: fsl: qe: change return type of cpm_muram_alloc() to s32Rasmus Villemoes2019-12-091-8/+8
| * soc/fsl/qe/qe.h: update include path for cpm.hRasmus Villemoes2019-12-091-1/+1
| * soc: fsl: move cpm.h from powerpc/include/asm to include/soc/fslRasmus Villemoes2019-12-091-0/+171
| * soc: fsl: qe: merge qe_ic.h headers into qe_ic.cRasmus Villemoes2019-12-091-56/+0
| * soc: fsl: qe: make qe_ic_get_{low,high}_irq staticRasmus Villemoes2019-12-091-10/+0
| * soc: fsl: qe: remove unused qe_ic_set_* functionsRasmus Villemoes2019-12-091-4/+0
| * soc: fsl: qe: move qe_ic_cascade_* functions to qe_ic.cRasmus Villemoes2019-12-091-42/+0
| * soc: fsl: qe: move calls of qe_ic_init out of arch/powerpc/Rasmus Villemoes2019-12-091-7/+0
| * soc: fsl: qe: use qe_ic_cascade_{low, high}_mpic also on 83xxRasmus Villemoes2019-12-091-20/+4
| * soc: fsl: qe: introduce qe_io{read,write}* wrappersRasmus Villemoes2019-12-091-9/+25
| * soc: fsl: qe: rename qe_(clr/set/clrset)bit* helpersRasmus Villemoes2019-12-091-9/+9
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-191-0/+16
|\ \
| * | riscv: move sifive_l2_cache.h to include/socYash Shah2020-01-121-0/+16
| |/
* | net: mscc: ocelot: export ANA, DEV and QSYS registers to include/soc/msccVladimir Oltean2020-01-053-0/+1170
* | net: mscc: ocelot: make phy_mode a member of the common struct ocelot_portVladimir Oltean2020-01-051-0/+2
|/
* Merge tag 'drm-next-2019-12-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-12-061-0/+65
|\
| * soc: qcom: ocmem: add missing includesBrian Masney2019-10-071-0/+3
| * soc: qcom: add OCMEM driverBrian Masney2019-10-071-0/+62
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-12-051-1/+1
|\ \
| * | memory: tegra: Introduce Tegra30 EMC driverDmitry Osipenko2019-11-111-1/+1
| |/
* | net: mscc: ocelot: use skb queue instead of skbs listYangbo Lu2019-11-271-8/+1
* | net: mscc: ocelot: convert to use ocelot_port_add_txtstamp_skb()Yangbo Lu2019-11-211-0/+2
* | net: mscc: ocelot: convert to use ocelot_get_txtstamp()Yangbo Lu2019-11-211-1/+8
* | net: mscc: ocelot: export ocelot_hwstamp_get/set functionsYangbo Lu2019-11-211-0/+2
* | net: mscc: ocelot: publish ocelot_sys.h to include/soc/msccVladimir Oltean2019-11-151-0/+144
* | net: mscc: ocelot: publish structure definitions to include/soc/mscc/ocelot.hVladimir Oltean2019-11-151-0/+539
* | dpaa_eth: register a device link for the qman portal usedMadalin Bucur2019-10-311-7/+0
* | soc: fsl: qbman: allow registering a device link for the portal userMadalin Bucur2019-10-311-0/+18
|/
* Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-181-1/+19
|\