messages from 2019-04-09 16:03:45 to 2019-04-26 17:12:37 UTC [more...]
[PATCH net-next v2 00/20] net: ethernet: ti: clean up and optimizations
2019-04-26 17:12 UTC (16+ messages)
` [PATCH net-next v2 01/20] net: ethernet: ti: convert to SPDX license identifiers
` [PATCH net-next v2 02/20] net: ethernet: ti: cpsw: drop TI_DAVINCI_CPDMA config option
` [PATCH net-next v2 03/20] net: ethernet: ti: cpsw: drop CONFIG_TI_CPSW_ALE "
` [PATCH net-next v2 04/20] net: ethernet: ti: cpsw: update cpsw_split_res() to accept cpsw_common
` [PATCH net-next v2 05/20] net: ethernet: ti: cpsw: use local var dev in probe
` [PATCH net-next v2 06/20] net: ethernet: ti: cpsw: drop pinctrl_pm_select_default_state call
` [PATCH net-next v2 07/20] net: ethernet: ti: cpsw: use devm_alloc_etherdev_mqs()
` [PATCH net-next v2 08/20] net: ethernet: ti: cpsw: drop cpsw_tx_packet_submit()
` [PATCH net-next v2 09/20] net: ethernet: ti: ale: fix mcast super setting
` [PATCH net-next v2 10/20] net: ethernet: ti: ale: use define for host port in cpsw_ale_set_allmulti()
` [PATCH net-next v2 11/20] net: ethernet: ti: cpsw: fix allmulti cfg in dual_mac mode
` [PATCH net-next v2 12/20] net: ethernet: ti: ale: do not auto delete mcast super entries
` [PATCH net-next v2 13/20] net: ethernet: ti: davinci_mdio: use devm_ioremap()
` [PATCH net-next v2 14/20] net: ethernet: ti: cpsw: refactor probe to group common hw initialization
` [PATCH net-next v2 15/20] net: ethernet: ti: cpsw: move cpsw definitions in priv header
[PATCH v3 00/26] Add support for PCIe RC and EP mode in TI's AM654 SoC
2019-04-26 12:41 UTC (34+ messages)
` [PATCH v3 02/26] PCI: keystone: Cleanup error_irq configuration
` [PATCH v3 12/26] PCI: keystone: Prevent ARM32 specific code to be compiled for ARM64
` [PATCH v3 14/26] PCI: keystone: Add support for PCIe RC in AM654x Platforms
` [PATCH v3 16/26] PCI: OF: Allow of_pci_get_max_link_speed() to be used by PCI Endpoint drivers
` [PATCH v3 18/26] PCI: endpoint: Add support to allocate aligned buffers to be mapped in BARs
` [PATCH v3 20/26] PCI: dwc: Fix dw_pcie_ep_find_capability to return correct capability offset
` [PATCH v3 22/26] PCI: keystone: Add support for PCIe EP in AM654x Platforms
` [PATCH v3 24/26] PCI: designware-ep: Use aligned ATU window for raising MSI interrupts
[RFC PATCH v3 net-next 00/11] net: ethernet: ti: introduce new cpsw switchdev based driver
2019-04-26 10:53 UTC (20+ messages)
` [RFC PATCH v3 net-next 01/11] net: ethernet: ti: cpts: use devm_get_clk_from_child
` [RFC PATCH v3 net-next 02/11] net: ethernet: ti: cpsw: move set of common functions in cpsw_priv
` [RFC PATCH v3 net-next 03/11] net: ethernet: ti: cpsw: ale: add functions to modify VLANs/MDBs
` [RFC PATCH v3 net-next 04/11] net: ethernet: ti: cpsw: allow untagged traffic on host port
` [RFC PATCH v3 net-next 05/11] net: ethernet: ti: cpsw: add switchdev API for cpsw driver
` [RFC PATCH v3 net-next 06/11] dt-bindings: net: ti: add new cpsw switch driver bindings
` [RFC PATCH v3 net-next 07/11] net: ethernet: ti: cpsw: introduce cpsw switch driver based on switchdev
` [RFC PATCH v3 net-next 08/11] net: ethernet: ti: cpsw: fix build of cpsw drivers
` [RFC PATCH v3 net-next 09/11] phy: ti: phy-gmii-sel: dependency from ti cpsw-switchdev driver
` [RFC PATCH v3 net-next 10/11] Documentation: networking: add cpsw switchdev based driver documentation
` [RFC PATCH v3 net-next 11/11] ARM: dts: am57xx-idk: add dt nodes for new cpsw switch dev driver
[PATCH] mtd: rawnand: ams-delta: Drop board specific partition info
2019-04-25 18:42 UTC (9+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH net-next 00/19] net: ethernet: ti: clean up and optimizations
2019-04-25 14:14 UTC (39+ messages)
` [PATCH net-next 01/19] net: ethernet: ti: convert to SPDX license identifiers
` [PATCH net-next 02/19] net: ethernet: ti: cpsw: drop TI_DAVINCI_CPDMA config option
` [PATCH net-next 03/19] net: ethernet: ti: cpsw: drop CONFIG_TI_CPSW_ALE "
` [PATCH net-next 04/19] net: ethernet: ti: cpsw: update cpsw_split_res() to accept cpsw_common
` [PATCH net-next 05/19] net: ethernet: ti: cpsw: use local var dev in probe
` [PATCH net-next 06/19] net: ethernet: ti: cpsw: drop pinctrl_pm_select_default_state call
` [PATCH net-next 07/19] net: ethernet: ti: cpsw: use devm_alloc_etherdev_mqs()
` [PATCH net-next 08/19] net: ethernet: ti: cpsw: drop cpsw_tx_packet_submit()
` [PATCH net-next 09/19] net: ethernet: ti: ale: fix mcast super setting
` [PATCH net-next 10/19] net: ethernet: ti: ale: use define for host port in cpsw_ale_set_allmulti()
` [PATCH net-next 11/19] net: ethernet: ti: cpsw: fix allmulti cfg in dual_mac mode
` [PATCH net-next 12/19] net: ethernet: ti: ale: do not auto delete mcast super entries
` [PATCH net-next 13/19] net: ethernet: ti: davinci_mdio: use devm_ioremap()
` [PATCH net-next 14/19] net: ethernet: ti: cpsw: refactor probe to group common hw initialization
` [PATCH net-next 15/19] net: ethernet: ti: cpsw: move cpsw definitions in priv header
` [PATCH net-next 16/19] net: ethernet: ti: cpsw: move common hw init code in separate func
` [PATCH net-next 17/19] net: ethernet: ti: cpsw: introduce mac sl module api
` [PATCH net-next 18/19] net: ethernet: ti: cpsw: switch to use mac sl api
` [PATCH net-next 19/19] net: ethernet: ti: cpsw: move ethtool func in separate file
[PATCH AUTOSEL 4.19 27/52] mfd: twl-core: Disable IRQ while suspended
2019-04-24 14:38 UTC
[PATCH AUTOSEL 5.0 07/66] ARM: OMAP2+: add missing of_node_put after of_device_is_available
2019-04-24 14:33 UTC (3+ messages)
` [PATCH AUTOSEL 5.0 14/66] ARM: dts: Fix dcan clkctrl clock for am3
` [PATCH AUTOSEL 5.0 35/66] mfd: twl-core: Disable IRQ while suspended
[PATCH next 17/25] mmc: omap_hsmmc: Use dev_get_drvdata()
2019-04-23 7:50 UTC
[PATCH 3/3] ARM: omap2: move platform-specific asm-offset.h to arch/arm/mach-omap2
2019-04-23 4:40 UTC (8+ messages)
Beagle x15: perf test -v hangs on Linux 4.9 and 4.14
2019-04-22 13:46 UTC
[RFC PATCH 0/3] net: ethernet: ti: cpsw: Add XDP support
2019-04-19 10:42 UTC (14+ messages)
` [RFC PATCH 1/3] net: ethernet: ti: davinci_cpdma: add dma mapped submit
` [RFC PATCH 2/3] net: ethernet: ti: davinci_cpdma: return handler status
` [RFC PATCH 3/3] net: ethernet: ti: cpsw: add XDP support
[GIT PULL] pinmux dts defines for am335x for v5.2
2019-04-16 16:16 UTC
[GIT PULL] defconfig refresh for multi_v7_defconfig for v5.1
2019-04-16 16:13 UTC
[PATCH] ARM: OMAP1: ams-delta: fix early boot crash when LED support is disabled
2019-04-16 14:44 UTC (3+ messages)
[PATCH v2 00/26] Add support for PCIe RC and EP mode in TI's AM654 SoC
2019-04-16 13:36 UTC (8+ messages)
` [PATCH v2 06/26] PCI: keystone: Move initializations to appropriate places
` [PATCH v2 23/26] PCI: designware-ep: Configure RESBAR to advertise the smallest size
[PATCH 00/12] i2c: core: introduce atomic transfers
2019-04-16 10:52 UTC (27+ messages)
` [PATCH 01/12] i2c: remove use of in_atomic()
` [PATCH 02/12] i2c: core: use I2C locking behaviour also for SMBUS
` [PATCH 03/12] i2c: core: introduce callbacks for atomic transfers
` [PATCH 04/12] i2c: mux: populate the new *_atomic callbacks
` [PATCH 05/12] i2c: demux: handle the new atomic callbacks
` [PATCH 06/12] i2c: omap: Add the master_xfer_irqless hook
` [PATCH 12/12] i2c: gpio: flag atomic capability if possible
[PATCH] drivers: memory: This patch fix the following checkpatch warning
2019-04-16 8:49 UTC (2+ messages)
[GIT PULL 1/2] device tree changes for omaps for v5.2
2019-04-15 17:00 UTC (2+ messages)
` [GIT PULL 2/2] dts changes for ti-sysc driver "
[PATCH 00/17] ARM: dts: am335x: Replace numeric pinmux address w. macro for remaining boards
2019-04-15 15:27 UTC (19+ messages)
` [PATCH 01/17] ARM: dts: am335x: igep0033: Replaced register offsets with defines
` [PATCH 02/17] ARM: dts: am335x: lxm: "
` [PATCH 03/17] ARM: dts: am335x: moxa-uc-2100-common: "
` [PATCH 04/17] ARM: dts: am335x: moxa-uc-2101: "
` [PATCH 05/17] ARM: dts: am335x: moxa-uc-8100-me-t: "
` [PATCH 06/17] ARM: dts: am335x: nano: "
` [PATCH 07/17] ARM: dts: am335x: osd3358-sm-red: "
` [PATCH 08/17] ARM: dts: am335x: osd335x-common: "
` [PATCH 09/17] ARM: dts: am335x: pcm-953: "
` [PATCH 10/17] ARM: dts: am335x: pdu001: "
` [PATCH 11/17] ARM: dts: am335x: pepper: "
` [PATCH 12/17] ARM: dts: am335x: phycore-som: "
` [PATCH 13/17] ARM: dts: am335x: sancloud-bbe: "
` [PATCH 14/17] ARM: dts: am335x: sbc-t335: "
` [PATCH 15/17] ARM: dts: am335x: shc: "
` [PATCH 16/17] ARM: dts: am335x: sl50: "
` [PATCH 17/17] ARM: dts: am335x: wega: "
[PATCH 11/12] ARM: OMAP2+: add missing of_node_put after of_device_is_available
2019-04-14 16:49 UTC (3+ messages)
` [11/12] "
[PATCH -next] ARM: OMAP2+: Make some variables static
2019-04-13 14:17 UTC
[GIT PULL 1/3] soc changes for omaps for v5.2
2019-04-12 17:02 UTC (3+ messages)
` [GIT PULL 2/3] ti-sysc driver "
` [GIT PULL 3/3] pm changes for am335x and am437x "
[PATCH 0/2] ARM: dts: dra7: Introduce AM57 dtsi files
2019-04-12 16:57 UTC (5+ messages)
` [PATCH 1/2] dt-binding: arm: omap: Add information for AM5748
` [PATCH v2 1/1] ARM: dts: dra7: Separate AM57 dtsi files
[PATCH 00/15] ARM: dts: am335x: Replace numeric pinmux address w. macro for more boards
2019-04-12 15:57 UTC (4+ messages)
` [PATCH 14/15] ARM: dts: am335x: evmsk: Replaced register offsets with defines
` [PATCH 15/15] ARM: dts: am335x: icev2: "
[PATCH v2] bus: ti-sysc: Add generic enable/disable functions
2019-04-11 16:59 UTC (2+ messages)
[PATCH v2] gpio: gpio-omap: Remove conditional pm_runtime handling for GPIO interrupts
2019-04-11 13:17 UTC (3+ messages)
[PATCH] gpio: gpio-omap: configure edge detection for level IRQs for idle wakeup
2019-04-11 13:13 UTC (2+ messages)
[PATCH v6] mmc: sdhci-omap: Don't finish_mrq() on a command error during tuning
2019-04-11 10:44 UTC (2+ messages)
[PATCH 1/4] ARM: dts: imx6: RDU2: Use new CODEC reset pin name
2019-04-11 2:42 UTC (2+ messages)
[PATCH] gpio: gpio-omap: take pm_runtime usage while IRQs are claimed
2019-04-10 21:27 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).