summaryrefslogtreecommitdiffstats
path: root/drivers/net/wwan/t7xx
Commit message (Expand)AuthorAgeFilesLines
* net: wwan: t7xx: Add __counted_by for struct t7xx_fsm_event and use struct_si...Gustavo A. R. Silva2023-10-132-2/+3
* netdev: replace napi_reschedule with napi_scheduleChristian Marangi2023-10-111-1/+1
* net: wwan: t7xx: Add AP CLDMAJose Ignacio Tornos Martinez2023-07-1211-31/+116
* Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-272-8/+10
|\
| * net: wwan: t7xx: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo2023-05-252-8/+10
* | net: wwan: t7xx: Ensure init is completed before system sleepKai-Heng Feng2023-05-172-0/+19
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-061-2/+0
|\
| * net: wwan: t7xx: do not compile with -WerrorJiri Slaby (SUSE)2023-03-311-2/+0
* | wwan: core: Support slicing in port TX flow of WWAN subsystemhaozhe chang2023-03-171-17/+19
|/
* net: wwan: t7xx: Fix Runtime PM initializationKornel Dulęba2023-01-281-0/+2
* net: wwan: t7xx: Fix Runtime PM resume sequenceKornel Dulęba2023-01-283-11/+45
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-0/+2
|\
| * net: wwan: t7xx: Fix the ACPI memory leakHanjun Guo2022-11-241-0/+2
* | net: wwan: t7xx: Add NAPI supportHaijun Liu2022-11-075-166/+161
* | net: wwan: t7xx: Use needed_headroom instead of hard_header_lenIlpo Järvinen2022-11-071-1/+1
* | net: wwan: t7xx: Add port for modem loggingM Chetan Kumar2022-11-027-0/+143
* | net: wwan: t7xx: use union to group port type specific dataM Chetan Kumar2022-11-022-9/+13
|/
* net: wwan: t7xx: Fix return type of t7xx_ccmni_start_xmitNathan Huckleberry2022-09-191-1/+1
* Revert "Merge branch 'wwan-t7xx-fw-flashing-and-coredump-support'"Jakub Kicinski2022-08-1922-1559/+73
* net: wwan: t7xx: Enable devlink based fw flashing and coredump collectionM Chetan Kumar2022-08-1712-5/+931
* net: wwan: t7xx: PCIe reset rescanHaijun Liu2022-08-178-2/+212
* net: wwan: t7xx: Infrastructure for early port configurationHaijun Liu2022-08-1710-41/+294
* net: wwan: t7xx: Add AP CLDMAHaijun Liu2022-08-1711-28/+125
* net: wwan: t7xx: use GFP_ATOMIC under spin lock in t7xx_cldma_gpd_set_next_ptr()Yang Yingliang2022-05-201-5/+5
* net: wwan: t7xx: Fix smatch errorsRicardo Martinez2022-05-193-6/+3
* net: wwan: t7xx: Avoid calls to skb_data_area_size()Ricardo Martinez2022-05-162-8/+5
* net: wwan: t7xx: Fix return type of t7xx_dl_add_timedout()YueHaibing2022-05-161-4/+2
* net: wwan: t7xx: Device deep sleep lock/unlockHaijun Liu2022-05-096-15/+158
* net: wwan: t7xx: Runtime PMHaijun Liu2022-05-094-0/+68
* net: wwan: t7xx: Introduce power managementHaijun Liu2022-05-098-1/+700
* net: wwan: t7xx: Add WWAN network interfaceHaijun Liu2022-05-094-1/+489
* net: wwan: t7xx: Add data path interfaceHaijun Liu2022-05-097-0/+2758
* net: wwan: t7xx: Data path HW layerHaijun Liu2022-05-093-0/+1675
* net: wwan: t7xx: Add AT and MBIM WWAN portsChandrashekar Devegowda2022-05-094-0/+198
* net: wwan: t7xx: Add control portHaijun Liu2022-05-099-3/+561
* net: wwan: t7xx: Add port proxy infrastructureHaijun Liu2022-05-097-2/+677
* net: wwan: t7xx: Add core componentsHaijun Liu2022-05-0912-0/+2093
* net: wwan: t7xx: Add control DMA interfaceHaijun Liu2022-05-095-0/+1812