summaryrefslogtreecommitdiffstats
path: root/drivers/net/wwan/iosm
Commit message (Expand)AuthorAgeFilesLines
* wwan: iosm: use a flexible array rather than allocate short objectsJakub Kicinski2022-05-201-4/+1
* net: wwan: iosm: remove pointless null checkJakub Kicinski2022-05-191-10/+0
* net: wwan: iosm: drop debugfs dev referenceM Chetan Kumar2022-02-142-2/+5
* net: wwan: iosm: Enable M.2 7360 WWAN card supportM Chetan Kumar2022-02-1310-78/+1033
* Revert "net: wwan: iosm: Keep device at D0 for s2idle case"M Chetan Kumar2022-01-041-3/+0
* net: wwan: iosm: Keep device at D0 for s2idle caseKai-Heng Feng2021-12-271-0/+3
* net: wwan: iosm: Let PCI core handle PCI power transitionKai-Heng Feng2021-12-271-47/+2
* net: wwan: iosm: correct open parenthesis alignmentM Chetan Kumar2021-12-101-1/+1
* net: wwan: iosm: removed unused function declM Chetan Kumar2021-12-101-10/+0
* net: wwan: iosm: release data channel in case no active IP sessionM Chetan Kumar2021-12-104-21/+27
* net: wwan: iosm: set tx queue lenM Chetan Kumar2021-12-101-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-093-18/+19
|\
| * net: wwan: iosm: fixes unable to send AT command during mbim txM Chetan Kumar2021-12-093-10/+0
| * net: wwan: iosm: fixes net interface nonfunctional after fw flashM Chetan Kumar2021-12-093-1/+8
| * net: wwan: iosm: fixes unnecessary doorbell sendM Chetan Kumar2021-12-091-7/+11
* | net: wwan: make debugfs optionalSergey Ryazanov2021-12-086-5/+36
* | net: wwan: iosm: move debugfs knobs into a subdirSergey Ryazanov2021-12-086-8/+49
* | net: wwan: iosm: allow trace port be uninitializedSergey Ryazanov2021-12-083-5/+11
* | net: wwan: iosm: consolidate trace port init codeSergey Ryazanov2021-12-084-21/+9
* | net: wwan: iosm: device trace collection using relayfsM Chetan Kumar2021-11-228-13/+271
|/
* net: wwan: iosm: fix compilation warningM Chetan Kumar2021-11-111-2/+0
* net: wwan: iosm: correct devlink extra paramsM Chetan Kumar2021-10-023-98/+69
* net: wwan: iosm: Move devlink_register to be last devlink commandLeon Romanovsky2021-09-271-5/+2
* net: iosm: Use hrtimer_forward_now()Thomas Gleixner2021-09-241-2/+2
* net: wwan: iosm: fw flashing and cd improvementsM Chetan Kumar2021-09-226-103/+87
* devlink: Make devlink_register to be voidLeon Romanovsky2021-09-221-7/+1
* net: wwan: iosm: fw flashing & cd collection infrastructure changesM Chetan Kumar2021-09-201-1/+4
* net: wwan: iosm: transport layer support for fw flashing/cdM Chetan Kumar2021-09-206-30/+464
* net: wwan: iosm: coredump collection supportM Chetan Kumar2021-09-202-0/+185
* net: wwan: iosm: fw flashing supportM Chetan Kumar2021-09-202-0/+832
* net: wwan: iosm: devlink registrationM Chetan Kumar2021-09-202-0/+570
* Revert "net: wwan: iosm: firmware flashing and coredump collection"Jakub Kicinski2021-09-1613-2053/+31
* net: wwan: iosm: fix linux-next build errorM Chetan Kumar2021-09-141-1/+0
* net: wwan: iosm: firmware flashing and coredump collectionM Chetan Kumar2021-09-1313-31/+2054
* Merge tag 'net-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-09-071-14/+16
|\
| * net: wwan: iosm: Unify IO accessors used in the driverAndy Shevchenko2021-09-061-10/+12
| * net: wwan: iosm: Replace io.*64_lo_hi() with regular accessorsAndy Shevchenko2021-09-061-4/+4
* | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-031-1/+0
|\ \ | |/ |/|
| * isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-191-1/+0
* | net: wwan: iosm: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-232-12/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-191-4/+3
|\ \
| * | net: iosm: Prevent underflow in ipc_chnl_cfg_get()Dan Carpenter2021-08-161-4/+3
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-055-8/+8
|\|
| * net: wwan: iosm: fix recursive lock acquire in unregisterM Chetan Kumar2021-08-051-1/+1
| * net: wwan: iosm: correct data protocol mask bitM Chetan Kumar2021-08-051-2/+2
| * net: wwan: iosm: endianness type correctionM Chetan Kumar2021-08-052-3/+3
| * net: wwan: iosm: fix lkp buildbot warningM Chetan Kumar2021-08-051-2/+2
* | net: wwan: iosm: Switch to use module_pci_driver() macroAndy Shevchenko2021-07-211-18/+1
|/
* net: wwan: iosm: set default mtuM Chetan Kumar2021-07-011-0/+1
* net: wwan: iosm: fix netdev tx statsM Chetan Kumar2021-07-011-1/+5