index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
serial-tegra.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-18
serial: tegra: Use port lock wrappers
Thomas Gleixner
1
-16
/
+16
2023-08-22
serial: tegra: handle clk prepare error in tegra_uart_hw_init()
Yi Yang
1
-1
/
+5
2023-07-25
serial: tegra: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-7
/
+2
2023-07-25
serial: tegra: Don't print error on probe deferral
Jon Hunter
1
-4
/
+2
2023-07-25
tty: Explicitly include correct DT includes
Rob Herring
1
-1
/
+0
2023-07-25
serial: drivers: switch ch and flag to u8
Jiri Slaby
1
-4
/
+3
2023-01-19
serial: tegra: Add missing clk_disable_unprepare() in tegra_uart_hw_init()
Yi Yang
1
-1
/
+6
2022-11-03
serial: tegra: Read DMA status before terminating
Kartik
1
-2
/
+4
2022-11-03
serial: tegra: Use uart_xmit_advance()
Ilpo Järvinen
1
-2
/
+1
2022-09-25
Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/...
Greg Kroah-Hartman
1
-3
/
+2
2022-09-07
serial: tegra: Use uart_xmit_advance(), fixes icount.tx accounting
Ilpo Järvinen
1
-3
/
+2
2022-08-30
serial: tegra: Remove custom frame size calculation
Ilpo Järvinen
1
-9
/
+3
2022-08-30
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
1
-1
/
+2
2022-06-27
drivers: tty: serial: Add missing of_node_put() in serial-tegra.c
Liang He
1
-0
/
+1
2022-06-10
serial: tegra: fix typos in comments
Julia Lawall
1
-2
/
+2
2022-02-28
tty: serial: make use of UART_LCR_WLEN() + tty_get_char_size()
Jiri Slaby
1
-18
/
+4
2021-11-25
serial: tegra: Change lower tolerance baud rate limit for tegra20 and tegra30
Patrik John
1
-2
/
+2
2021-08-26
serial: tegra: Use of_device_get_match_data
Tang Bin
1
-4
/
+2
2021-07-21
serial: tegra: Only print FIFO error message when an error occurs
Jon Hunter
1
-2
/
+4
2021-05-13
serial: tegra: Fix a mask operation that is always true
Colin Ian King
1
-1
/
+1
2020-11-06
tty: serial: serial-tegra: Provide some missing struct member descriptions
Lee Jones
1
-0
/
+5
2020-11-06
tty: serial: serial-tegra: Struct headers should start with 'struct <name>'
Lee Jones
1
-1
/
+1
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-27
Merge 5.8-rc7 into tty-next
Greg Kroah-Hartman
1
-9
/
+7
2020-07-21
serial: tegra: drop bogus NULL tty-port checks
Johan Hovold
1
-9
/
+4
2020-07-21
serial: tegra: fix CREAD handling for PIO
Johan Hovold
1
-2
/
+5
2020-06-27
serial: serial-tegra: reduce irq-latency after rx errors
Randolph Maaßen
1
-3
/
+3
2020-02-10
tty: serial: tegra: Handle RX transfer in PIO mode if DMA wasn't started
Dmitry Osipenko
1
-19
/
+16
2020-01-14
tty: serial: tegra: Optimize DMA buffer synchronization
Dmitry Osipenko
1
-7
/
+9
2020-01-14
tty: serial: tegra: Activate RX DMA transfer by request
Dmitry Osipenko
1
-32
/
+46
2019-11-13
tty: serial: tegra: Use dma_request_chan() directly for channel request
Peter Ujfalusi
1
-2
/
+1
2019-09-05
serial: tegra: Add PIO mode support
Krishna Yarlagadda
1
-31
/
+86
2019-09-05
serial: tegra: report clk rate errors
Krishna Yarlagadda
1
-2
/
+57
2019-09-05
serial: tegra: add support to adjust baud rate
Krishna Yarlagadda
1
-0
/
+68
2019-09-05
serial: tegra: add support to use 8 bytes trigger
Krishna Yarlagadda
1
-2
/
+11
2019-09-05
serial: tegra: set maximum num of uart ports to 8
Krishna Yarlagadda
1
-2
/
+17
2019-09-05
serial: tegra: check for FIFO mode enabled status
Krishna Yarlagadda
1
-6
/
+46
2019-09-05
serial: tegra: report error to upper tty layer
Krishna Yarlagadda
1
-3
/
+16
2019-09-05
serial: tegra: flush the RX fifo on frame error
Shardar Shariff Md
1
-0
/
+14
2019-09-05
serial: tegra: avoid reg access when clk disabled
Ahung Cheng
1
-6
/
+11
2019-09-05
serial: tegra: add support to ignore read
Shardar Shariff Md
1
-0
/
+12
2019-09-04
serial: tegra: protect IER against LCR.DLAB
Ahung Cheng
1
-0
/
+3
2019-09-04
serial: tegra: add internal loopback functionality
Andreas Abel
1
-4
/
+22
2019-09-04
tty: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
1
-3
/
+1
2018-11-09
serial: tegra: fix some spelling mistakes
Marcel Ziswiler
1
-5
/
+5
2017-11-08
tty: serial: Remove redundant license text
Greg Kroah-Hartman
1
-12
/
+0
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
1
-0
/
+1
2017-07-30
serial: tegra: explicitly request exclusive reset control
Philipp Zabel
1
-1
/
+1
2017-01-27
tty: serial: constify uart_ops structures
Bhumika Goyal
1
-1
/
+1
2016-06-25
TTY: serial, handle platform_get_irq retval properly
Jiri Slaby
1
-1
/
+6
[next]