index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
8250
/
8250_exar.c
Age
Commit message (
Expand
)
Author
2019-09-04
serial: 8250_exar: Replace msleep(1) with usleep_range()
Andy Shevchenko
2019-09-04
serial: 8250_exar: Consolidate callback assignments in default_setup()
Andy Shevchenko
2019-09-04
serial: 8250_exar: Absorb remaining 8250_port INT0 support
Aaron Sierra
2019-09-04
serial: 8250_exar: Clear buffer before shutdown
Robert Middleton
2019-09-04
serial: 8250_exar: Move custom divisor support out from 8250_port
Andy Shevchenko
2019-09-04
serial: 8250_exar: Extract PM routine from 8250_port
Andy Shevchenko
2019-09-04
serial: 8250_exar: No need to autoconfigure Exar ports
Andy Shevchenko
2019-09-04
serial: 8250_exar: Use struct_size() helper
Andy Shevchenko
2019-09-04
serial: 8250: Use dev_get_drvdata where possible
Chuhong Yuan
2019-04-25
serial: 8250_exar: Adjust IOT2000 matching
Su Bao Cheng
2018-08-02
serial: 8250_exar: Read INT0 from slave device, too
Aaron Sierra
2018-07-23
serial: 8250_exar: Drop unused variable in pci_xr17v35x_setup()
Andy Shevchenko
2018-07-21
serial: 8250_exar: Describe all members in struct exar8250_board
Andy Shevchenko
2018-07-21
serial: 8250_exar: Remove useless has_slave member
Andy Shevchenko
2018-06-28
tty: serial: exar: generalize RS485 setup
Daniel Golle
2018-01-25
tty: serial: exar: Relocate sleep wake-up handling
Aaron Sierra
2017-11-08
tty: serial: Remove redundant license text
Greg Kroah-Hartman
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-08-14
Merge 4.13-rc5 into tty-next
Greg Kroah-Hartman
2017-08-01
gpio: exar: Use correct property prefix and document bindings
Jan Kiszka
2017-07-30
tty: serial: exar: constify pci_device_id.
Arvind Yadav
2017-07-07
Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
2017-07-03
serial: exar: Add support for IOT2040 device
Jan Kiszka
2017-07-03
gpio-exar/8250-exar: Make set of exported GPIOs configurable
Jan Kiszka
2017-07-03
serial: exar: Factor out platform hooks
Jan Kiszka
2017-07-03
gpio-exar/8250-exar: Rearrange gpiochip parenthood
Jan Kiszka
2017-07-03
gpio-exar/8250-exar: Do not even instantiate a GPIO device for Commtech cards
Jan Kiszka
2017-06-20
gpio-exar/8250-exar: Fix passing in of parent PCI device
Jan Kiszka
2017-06-09
serial: exar: Leave MPIOs as output for Commtech adapters
Jan Kiszka
2017-05-18
serial: exar: Preconfigure xr17v35x MPIOs as output
Jan Kiszka
2017-05-18
serial: 8250_exar: Remove duplicate assignment
Andy Shevchenko
2017-03-14
serial: 8250_exar: Fix spelling of "driver"
Andy Shevchenko
2017-02-10
serial: exar: Enable MSI support
Jan Kiszka
2017-02-10
serial: exar: Move register defines from uapi header to consumer site
Jan Kiszka
2017-02-10
serial: exar: Move Commtech adapters to 8250_exar as well
Jan Kiszka
2017-02-10
serial: exar: Fix initialization of EXAR registers for ports > 0
Jan Kiszka
2017-02-10
serial: exar: Fix mapping of port I/O resources
Jan Kiszka
2017-02-03
serial: exar: split out the exar code from 8250_pci
Sudip Mukherjee