| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'memory-controller-drv-fixes-6.5' of https://git.kernel.org/pub/scm... | Arnd Bergmann | 2023-07-27 | 1 | -0/+3 |
|\ |
|
| * | memory: tegra: Add dummy implementation on Tegra194 | Thierry Reding | 2023-07-10 | 1 | -0/+3 |
* | | net: dsa: felix: make vsc9959_tas_guard_bands_update() visible to ocelot->ops | Vladimir Oltean | 2023-07-07 | 1 | -0/+1 |
* | | net: mscc: ocelot: extend ocelot->fwd_domain_lock to cover ocelot->tas_lock | Vladimir Oltean | 2023-07-07 | 1 | -4/+4 |
|/ |
|
* | Merge tag 'net-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 2023-07-06 | 1 | -3/+7 |
|\ |
|
| * | net: mscc: ocelot: don't keep PTP configuration of all ports in single structure | Vladimir Oltean | 2023-06-29 | 1 | -3/+7 |
* | | Merge tag 'soc-drivers-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2023-06-30 | 2 | -1/+10 |
|\ \
| |/
|/| |
|
| * | Merge tag 'tegra-for-6.5-memory' of git://git.kernel.org/pub/scm/linux/kernel... | Arnd Bergmann | 2023-06-21 | 1 | -0/+8 |
| |\ |
|
| | * | memory: tegra: Make CPU cluster BW request a multiple of MC channels | Sumit Gupta | 2023-05-16 | 1 | -0/+1 |
| | * | memory: tegra: Add interconnect support for DRAM scaling in Tegra234 | Sumit Gupta | 2023-05-16 | 1 | -0/+7 |
| * | | soc/tegra: fuse: Add support for Tegra264 | Stefan Kristiansson | 2023-05-16 | 1 | -1/+2 |
| |/ |
|
* / | clocksource/drivers/imx-gpt: Fold <soc/imx/timer.h> into its only user | Uwe Kleine-König | 2023-06-23 | 1 | -16/+0 |
|/ |
|
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 2023-04-30 | 1 | -0/+17 |
|\ |
|
| * | clk: starfive: Avoid casting iomem pointers | Stephen Boyd | 2023-04-14 | 1 | -0/+17 |
* | | Merge tag 'timers-core-2023-04-28' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2023-04-29 | 1 | -7/+0 |
|\ \ |
|
| * | | clocksource/drivers/timer-imx-gpt: Remove non-DT function | Fabio Estevam | 2023-04-24 | 1 | -7/+0 |
| |/ |
|
* | | Merge tag 'sound-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 2023-04-27 | 1 | -0/+71 |
|\ \ |
|
| * | | soc: fsl: cpm1: Add support for QMC | Herve Codina | 2023-03-06 | 1 | -0/+71 |
| |/ |
|
* | | Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2023-04-27 | 1 | -11/+29 |
|\ \ |
|
| * | | net: mscc: ocelot: add support for preemptible traffic classes | Vladimir Oltean | 2023-04-18 | 1 | -0/+3 |
| * | | net: mscc: ocelot: add support for mqprio offload | Vladimir Oltean | 2023-04-18 | 1 | -0/+4 |
| * | | net: mscc: ocelot: optimize ocelot_mm_irq() | Vladimir Oltean | 2023-04-18 | 1 | -0/+1 |
| * | | net: mscc: ocelot: remove struct ocelot_mm_state :: lock | Vladimir Oltean | 2023-04-18 | 1 | -1/+0 |
| * | | net: mscc: ocelot: export a single ocelot_mm_irq() | Vladimir Oltean | 2023-04-18 | 1 | -1/+1 |
| * | | net: mscc: ocelot: strengthen type of "u32 reg" in I/O accessors | Vladimir Oltean | 2023-04-14 | 1 | -9/+11 |
| * | | net: mscc: ocelot: expose serdes configuration function | Colin Foster | 2023-03-20 | 1 | -0/+4 |
| * | | net: mscc: ocelot: expose generic phylink_mac_config routine | Colin Foster | 2023-03-20 | 1 | -0/+3 |
| * | | net: mscc: ocelot: expose ocelot_pll5_init routine | Colin Foster | 2023-03-20 | 1 | -0/+2 |
| |/ |
|
* / | soc: qcom: Make the Qualcomm UFS/SDCC ICE a dedicated driver | Abel Vesa | 2023-04-07 | 1 | -0/+37 |
|/ |
|
* | net: mscc: ocelot: un-export unused regmap symbols | Colin Foster | 2023-02-07 | 1 | -16/+0 |
* | net: mscc: ocelot: expose vsc7514_regmap definition | Colin Foster | 2023-01-31 | 1 | -0/+2 |
* | net: mscc: ocelot: expose ocelot_reset routine | Colin Foster | 2023-01-31 | 1 | -0/+1 |
* | net: mscc: ocelot: expose vcap_props structure | Colin Foster | 2023-01-31 | 1 | -0/+2 |
* | net: mscc: ocelot: expose regfield definition to be used by other drivers | Colin Foster | 2023-01-31 | 1 | -0/+2 |
* | net: mscc: ocelot: expose ocelot wm functions | Colin Foster | 2023-01-31 | 1 | -0/+5 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-01-28 | 1 | -1/+1 |
|\ |
|
| * | firmware: raspberrypi: Fix type assignment | Maxime Ripard | 2023-01-10 | 1 | -1/+1 |
* | | net: mscc: ocelot: add MAC Merge layer support for VSC9959 | Vladimir Oltean | 2023-01-23 | 2 | -0/+41 |
* | | net: mscc: ocelot: export ethtool MAC Merge stats for Felix VSC9959 | Vladimir Oltean | 2023-01-23 | 1 | -0/+40 |
|/ |
|
* | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2022-12-14 | 1 | -216/+0 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-11-29 | 1 | -1/+4 |
| |\ |
|
| * | | net: mscc: ocelot: remove unnecessary exposure of stats structures | Colin Foster | 2022-11-22 | 1 | -215/+0 |
| * | | net: mscc: ocelot: remove redundant stats_layout pointers | Colin Foster | 2022-11-22 | 1 | -1/+0 |
* | | | Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 2022-12-13 | 2 | -0/+63 |
|\ \ \ |
|
| * \ \ | Merge tag 'drm/tegra/for-6.2-rc1' of https://gitlab.freedesktop.org/drm/tegra... | Dave Airlie | 2022-11-30 | 1 | -0/+11 |
| |\ \ \ |
|
| | * | | | memory: tegra: Add API for retrieving carveout bounds | Mikko Perttunen | 2022-11-25 | 1 | -0/+11 |
| | |/ / |
|
| * | | | Backmerge tag 'v6.1-rc6' into drm-next | Dave Airlie | 2022-11-24 | 1 | -1/+4 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | firmware: raspberrypi: Provide a helper to query a clock max rate | Maxime Ripard | 2022-10-28 | 1 | -0/+26 |
| * | | | firmware: raspberrypi: Move the clock IDs to the firmware header | Maxime Ripard | 2022-10-28 | 1 | -0/+19 |
| * | | | firmware: raspberrypi: Introduce rpi_firmware_find_node() | Maxime Ripard | 2022-10-28 | 1 | -0/+7 |
| | |/
| |/| |
|