- fe68c43 net: ipa: support enhanced channel flow control by Alex Elder · 3 years, 2 months ago
- 4c9d631 net: ipa: introduce channel flow control by Alex Elder · 3 years, 2 months ago
- 7ece9ea net: ipa: GSI only needs one completion by Alex Elder · 3 years, 2 months ago
- 45a42a3 net: ipa: disable GSI interrupts while suspended by Alex Elder · 3 years, 6 months ago
- b176f95 net: ipa: move gsi_irq_init() code into setup by Alex Elder · 3 years, 6 months ago
- 1657d8a net: ipa: have gsi_irq_setup() return an error code by Alex Elder · 3 years, 6 months ago
- a7860a5 net: ipa: move some GSI setup functions by Alex Elder · 3 years, 6 months ago
- 4a4ba48 net: ipa: move version check for channel suspend/resume by Alex Elder · 3 years, 6 months ago
- decfef0 net: ipa: use gsi->version for channel suspend/resume by Alex Elder · 3 years, 6 months ago
- 442d68e net: ipa: kill the remaining conditional validation code by Alex Elder · 3 years, 6 months ago
- bae70a8 net: ipa: introduce gsi_ring_setup() by Alex Elder · 3 years, 7 months ago
- c31d734 net: ipa: inter-EE interrupts aren't always available by Alex Elder · 3 years, 7 months ago
- 6a780f5 net: ipa: fix inter-EE IRQ register definitions by Alex Elder · 3 years, 9 months ago
- 57ab8ca net: ipa: get rid of empty GSI functions by Alex Elder · 3 years, 9 months ago
- 19aaf72 net: ipa: DMA addresses are nicely aligned by Alex Elder · 3 years, 10 months ago
- 2ad6f03 net: ipa: expand GSI channel types by Alex Elder · 3 years, 10 months ago
- 42839f9 net: ipa: update GSI ring size registers by Alex Elder · 3 years, 10 months ago
- d7f3087b net: ipa: reduce IPA version assumptions by Alex Elder · 3 years, 10 months ago
- 437c78f net: ipa: avoid 64-bit modulus by Alex Elder · 3 years, 10 months ago
- 3c54b7b net: ipa: use upper_32_bits() by Alex Elder · 3 years, 10 months ago
- 91306d1 net: ipa: Remove useless error message by Zihao Tang · 3 years, 10 months ago
- 6170b6d net: ipa: introduce gsi_channel_initialized() by Alex Elder · 4 years ago
- 571b1e7 net: ipa: use a separate pointer for adjusted GSI memory by Alex Elder · 4 years ago
- dc9d875 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years ago
- 3f77c92 net: ipa: do not cache event ring state by Alex Elder · 4 years ago
- b175072 net: ipa: synchronize NAPI only for suspend by Alex Elder · 4 years ago
- 63ec9be net: ipa: move mutex calls into __gsi_channel_stop() by Alex Elder · 4 years ago
- 1d23a56 net: ipa: set error code in gsi_channel_setup() by Alex Elder · 4 years ago
- e631692 net: ipa: expand last transaction check by Alex Elder · 4 years ago
- a65c028 net: ipa: don't disable interrupt on suspend by Alex Elder · 4 years ago
- 4fef691 net: ipa: disable interrupt and NAPI after channel stop by Alex Elder · 4 years ago
- bd1ea1e net: ipa: kill gsi_channel_freeze() and gsi_channel_thaw() by Alex Elder · 4 years ago
- 893b838 net: ipa: introduce __gsi_channel_start() by Alex Elder · 4 years ago
- 697e834 net: ipa: introduce gsi_channel_stop_retry() by Alex Elder · 4 years ago
- 6b00a76 net: ipa: don't thaw channel if error starting by Alex Elder · 4 years ago
- d1e1355 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years ago
- e6cdd6d net: ipa: add a missing __iomem attribute by Alex Elder · 4 years ago
- 4ace7a6 net: ipa: pass correct dma_handle to dma_free_coherent() by Dan Carpenter · 4 years ago
- 7bd9785 net: ipa: disable IEOB interrupts before clearing by Alex Elder · 4 years ago
- 5725593 net: ipa: repurpose gsi_irq_ieob_disable() by Alex Elder · 4 years ago
- 223f5b3 net: ipa: have gsi_channel_update() return a value by Alex Elder · 4 years ago
- 148604e net: ipa: heed napi_complete() return value by Alex Elder · 4 years ago
- c80c4a1 net: ipa: count actual work done in gsi_channel_poll() by Alex Elder · 4 years ago
- 057ef63 net: ipa: retry TX channel stop commands by Alex Elder · 4 years ago
- 3d60e15 net: ipa: change stop channel retry delay by Alex Elder · 4 years ago
- 59b5f45 net: ipa: change GSI command timeout by Alex Elder · 4 years ago
- 7440194 net: ipa: use usleep_range() by Alex Elder · 4 years ago
- a60d063 net: ipa: introduce some interrupt helpers by Alex Elder · 4 years ago
- d9cbe81 net: ipa: a few simple renames by Alex Elder · 4 years ago
- 1ddf776 net: ipa: don't return a value from evt_ring_command() by Alex Elder · 4 years, 1 month ago
- 1169318 net: ipa: don't return a value from gsi_channel_command() by Alex Elder · 4 years, 1 month ago
- 428b448 net: ipa: use state to determine event ring command success by Alex Elder · 4 years, 1 month ago
- 6ffddf3 net: ipa: use state to determine channel command success by Alex Elder · 4 years, 1 month ago
- 94ad8f3 net: ipa: clear pending interrupts before enabling by Alex Elder · 4 years, 1 month ago
- cdeee49 net: ipa: adjust GSI register addresses by Alex Elder · 4 years, 2 months ago
- b0b6f0d net: ipa: update gsi registers for IPA v4.5 by Alex Elder · 4 years, 2 months ago
- 9f84819 net: ipa: reverse logic on escape buffer use by Alex Elder · 4 years, 2 months ago
- 1136145 net: ipa: support retries on generic GSI commands by Alex Elder · 4 years, 2 months ago
- f849afc net: ipa: ignore CHANNEL_NOT_RUNNING errors by Alex Elder · 4 years, 2 months ago
- 5d28913 net: ipa: don't reset an ALLOCATED channel by Alex Elder · 4 years, 2 months ago
- f8d3bdd net: ipa: print channel/event ring number on error by Alex Elder · 4 years, 2 months ago
- 4730ab1 net: ipa: use enumerated types for GSI field values by Alex Elder · 4 years, 2 months ago
- cec2076 net: ipa: move GSI command opcode values into "gsi_reg.h" by Alex Elder · 4 years, 2 months ago
- 7b0ac8f net: ipa: move GSI error values into "gsi_reg.h" by Alex Elder · 4 years, 2 months ago
- 9ed8c2a net: ipa: move channel type values into "gsi_reg.h" by Alex Elder · 4 years, 2 months ago
- 46dda53 net: ipa: use common value for channel type and protocol by Alex Elder · 4 years, 2 months ago
- 6c6358c net: ipa: define GSI interrupt types with enums by Alex Elder · 4 years, 2 months ago
- bf795af net: ipa: drop an error message by Alex Elder · 4 years, 2 months ago
- 8194be7 net: ipa: pass a value to gsi_irq_type_update() by Alex Elder · 4 years, 2 months ago
- 352f26a net: ipa: only enable GSI general IRQs when needed by Alex Elder · 4 years, 2 months ago
- 46f748c net: ipa: explicitly disallow inter-EE interrupts by Alex Elder · 4 years, 2 months ago
- 06c8632 net: ipa: only enable GSI IEOB IRQs when needed by Alex Elder · 4 years, 2 months ago
- d6c9e3f net: ipa: only enable generic command completion IRQ when needed by Alex Elder · 4 years, 2 months ago
- b4175f8 net: ipa: only enable GSI event control IRQs when needed by Alex Elder · 4 years, 2 months ago
- b054d4f net: ipa: only enable GSI channel control IRQs when needed by Alex Elder · 4 years, 2 months ago
- 3ca97ff net: ipa: cache last-saved GSI IRQ enabled type by Alex Elder · 4 years, 2 months ago
- 97eb94c net: ipa: disable all GSI interrupt types initially by Alex Elder · 4 years, 2 months ago
- f9b2880 net: ipa: define GSI interrupt types with an enum by Alex Elder · 4 years, 2 months ago
- a054539 net: ipa: rename gsi->event_enable_bitmap by Alex Elder · 4 years, 2 months ago
- 0b8d676 net: ipa: request GSI IRQ later by Alex Elder · 4 years, 2 months ago
- d387c76 net: ipa: eliminate legacy arguments by Alex Elder · 4 years, 2 months ago
- ce54993 net: ipa: use version in gsi_channel_program() by Alex Elder · 4 years, 2 months ago
- 9de4a4c net: ipa: use version in gsi_channel_reset() by Alex Elder · 4 years, 2 months ago
- 56dfe8d net: ipa: use version in gsi_channel_init() by Alex Elder · 4 years, 2 months ago
- 14dbf97 net: ipa: record IPA version in GSI structure by Alex Elder · 4 years, 2 months ago
- 1d0c09d net: ipa: expose IPA version to the GSI layer by Alex Elder · 4 years, 2 months ago
- 993cac1 net: ipa: fix two mild warnings by Alex Elder · 4 years, 4 months ago
- fb980ef net: ipa: share field mask values for GSI general interrupt by Alex Elder · 4 years, 4 months ago
- d61bb71 net: ipa: share field mask values for GSI global interrupt by Alex Elder · 4 years, 4 months ago
- e6580d0 net: ipa: share field mask values for GSI interrupt type by Alex Elder · 4 years, 4 months ago
- 54f7e44 net: ipa: do not enable GSI interrupt for wakeup by Alex Elder · 4 years, 4 months ago
- e3eea08 net: ipa: fix kerneldoc comments by Alex Elder · 4 years, 6 months ago
- 71930d6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
- 8463488 net: ipa: standarize more GSI error messages by Alex Elder · 4 years, 7 months ago
- a442b3c net: ipa: always report GSI state errors by Alex Elder · 4 years, 7 months ago
- 5468cbc net: ipa: always check for stopped channel by Alex Elder · 4 years, 7 months ago
- 8fa54b1 drivers: ipa: fix typoes for ipa by Wang Wenhu · 4 years, 8 months ago
- 13209a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
- 195ef57 net: ipa: do not clear interrupt in gsi_channel_start() by Alex Elder · 4 years, 8 months ago
- f45a7bc net: ipa: don't be a hog in gsi_channel_poll() by Alex Elder · 4 years, 8 months ago