aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/stackusage
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2023-02-13 09:56:17 +0000
committerDavid S. Miller <davem@davemloft.net>2023-02-13 09:56:17 +0000
commit8024edf3590c83f467374857d7c3082d4b3bf079 (patch)
tree0ad0626f0c7ba6a37d01ea2161082b40b1542f69 /scripts/stackusage
parentnet/sched: fix error recovery in qdisc_create() (diff)
parentnet: ipa: define IPA remaining GSI register offsets (diff)
downloadlinux-8024edf3590c83f467374857d7c3082d4b3bf079.tar.gz
linux-8024edf3590c83f467374857d7c3082d4b3bf079.zip
Merge branch 'net-ipa-GSI-regs'
Alex Elder says: ==================== net: ipa: determine GSI register offsets differently This series changes the way GSI register offset are specified, using the "reg" mechanism currently used for IPA registers. A follow-on series will extend this work so fields within GSI registers are also specified this way. The first patch rearranges the GSI register initialization code so it is similar to the way it's done for the IPA registers. The second identifies all the GSI registers in an enumerated type. The third introduces "gsi_reg-v3.1.c" and uses the "reg" code to define one GSI register offset. The second-to-last patch just adds "gsi_reg-v3.5.1.c", because that version introduces a new register not previously defined. All the rest just define the rest of the GSI register offsets using the "reg" mechanism. Note that, to have continued lines align with an open parenthesis, new files created in this series cause some checkpatch warnings. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions
etions'>-2/+8 2013-08-27msm_serial: Switch clock consumer strings and simplify codeStephen Boyd4-21/+12 2013-08-27tty: serial: vt8500: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar1-0/+2 2013-08-27tty: serial: sirfsoc: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar1-0/+3 2013-08-27tty: serial: tegra: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar1-2/+8 2013-08-27tty: serial: samsung: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar1-1/+4 2013-08-27tty: serial: sa1100: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar1-0/+3 2013-08-27tty: serial: rp2: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar1-0/+2 2013-08-27tty: serial: pnx8xxx: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar1-0/+3 2013-08-27tty: serial: nwpserial: drop uart_port->lock before calling tty_flip_buffer_p...Viresh Kumar1-0/+3 2013-08-27tty: serial: netx: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar1-2/+4 2013-08-27tty: serial: msm: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar1-0/+5 2013-08-27tty: serial: mpsc: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar1-3/+8 2013-08-27tty: serial: mfd: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar1-4/+10 2013-08-27tty: serial: mcf: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar1-0/+2 2013-08-27tty: serial: m32r_sio: drop uart_port->lock before calling tty_flip_buffer_pu...Viresh Kumar1-0/+3 2013-08-27tty: serial: lpc32xx_hs: drop uart_port->lock before calling tty_flip_buffer_...Viresh Kumar1-0/+3 2013-08-27tty: serial: lpc32xx_hs: don't call tty_flip_buffer_push() twiceViresh Kumar1-3/+1 2013-08-27tty: serial: icom: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar1-0/+3 2013-08-27tty: serial: efm32: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar1-2/+2 2013-08-27tty: serial: bfin_sport: drop uart_port->lock before calling tty_flip_buffer_...Viresh Kumar1-2/+3 2013-08-27tty: serial: bcm63xx: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar1-0/+2 2013-08-27tty: serial: arc: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar1-0/+2 2013-08-27tty: serial: ar933x: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar1-0/+2 2013-08-27tty: serial: apbuart: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar1-0/+2 2013-08-27tty: serial: altera: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar1-0/+2 2013-08-27tty: serial: altera_jtag: drop uart_port->lock before calling tty_flip_buffer...Viresh Kumar1-0/+2 2013-08-27Revert "OMAP: UART: Keep the TX fifo full when possible"Greg Kroah-Hartman2-3/+1 2013-08-27Revert "serial: omap: Fix IRQ handling return value"Greg Kroah-Hartman1-1/+3 2013-08-19serial: sirf: add DMA support using dmaengine APIsQipan Li2-56/+615 2013-08-19serial: sirf: fix the namespace of startup_uart entryQipan Li1-29/+23 2013-08-19serial: sirf: fix the typo for rts/cts gpioQipan Li1-5/+5 2013-08-19serial: st-asc: replace devm_request_and_ioremap by devm_ioremap_resourceJulia Lawall1-12/+6 2013-08-19serial: 8250_dw: Report CTS asserted for auto flowTim Kryger1-8/+26 2013-08-15OMAP: serial: Remove incorrect disabling of IER interruptMark Jackson1-3/+0 2013-08-14serial: pch_uart: fix compilation warningLuis Henriques1-0/+2