Age | Commit message (Expand) | Author | Files | Lines |
2016-03-08 | Revert "sc16is7xx: implemented get_mctrl" | Greg Kroah-Hartman | 1 | -10/+4 |
2016-02-15 | sc16is7xx: implemented get_mctrl | Maarten Brock | 1 | -4/+10 |
2016-02-15 | sc16is7xx: implemented set_mctrl | Maarten Brock | 1 | -2/+10 |
2016-02-07 | sc16is7xx: fix incorrect register bits macro | Wills Wang | 1 | -6/+6 |
2016-01-17 | Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -1/+1 |
2015-12-14 | sc16is7xx: Fix TX buffer overrun caused by wrong tx fifo level read-out | Florian Achleitner | 1 | -0/+13 |
2015-11-19 | gpio: change member .dev to .parent | Linus Walleij | 1 | -1/+1 |
2015-11-06 | Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Linus Torvalds | 1 | -1/+0 |
2015-10-28 | spi: Drop owner assignment from spi_drivers | Andrew F. Davis | 1 | -1/+0 |
2015-10-04 | sc16is7xx: null ptr check | Sean Nyekjaer | 1 | -0/+6 |
2015-10-04 | serial: sc16is7xx: Remove unnecessary MODULE_ALIAS() | Javier Martinez Canillas | 1 | -1/+0 |
2015-08-05 | sc16is7xx: constify devtype | Jakub Kicinski | 1 | -4/+4 |
2015-08-05 | sc16is7xx: support multiple devices | Jakub Kicinski | 1 | -24/+49 |
2015-08-05 | sc16is7xx: save and use per-chip line number | Jakub Kicinski | 1 | -10/+21 |
2015-07-27 | Merge 4.2-rc4 into tty-next | Greg Kroah-Hartman | 1 | -7/+23 |
2015-07-24 | tty: serial: Drop owner assignment from i2c_driver | Krzysztof Kozlowski | 1 | -1/+0 |
2015-07-24 | sc16is7xx: fix FIFO address of secondary UART | Bo Svangård | 1 | -7/+23 |
2015-06-01 | sc16is7xx: use kworker for RS-485 configuration | Jakub Kicinski | 1 | -12/+29 |
2015-06-01 | sc16is7xx: use kworker to update ier bits | Jakub Kicinski | 1 | -10/+19 |
2015-06-01 | sc16is7xx: use kworker for md_proc | Jakub Kicinski | 1 | -16/+31 |
2015-06-01 | sc16is7xx: move RTS delay to workqueue | Jakub Kicinski | 1 | -8/+6 |
2015-06-01 | sc16is7xx: use kthread_worker for tx_work and irq | Jakub Kicinski | 1 | -23/+43 |
2015-06-01 | sc16is7xx: use LSR_TEMT_BIT in .tx_empty() | Jakub Kicinski | 1 | -3/+2 |
2015-06-01 | sc16is7xx: add missing compatible strings | Jakub Kicinski | 1 | -0/+4 |
2015-06-01 | sc16is7xx: remove RS-485 delay RTS handling | Jakub Kicinski | 1 | -15/+8 |
2015-06-01 | sc16is7xx: spi interface is added | Rama Kiran Kumar Indrakanti | 1 | -1/+104 |
2015-04-10 | sc16is7xx: expose RTS inversion in RS-485 mode | Jakub Kicinski | 1 | -9/+25 |
2015-03-27 | sc16is7xx: enable the clock | Jakub Kicinski | 1 | -0/+1 |
2015-03-27 | sc16is7xx: don't wipe out port configuration on shutdown | Jakub Kicinski | 1 | -3/+5 |
2015-03-27 | sc16is7xx: remove ports on probe error path | Jakub Kicinski | 1 | -0/+3 |
2014-11-07 | serial/sc16is7xx: Use the rs485 functions on serial_core | Ricardo Ribalda Delgado | 1 | -41/+12 |
2014-11-06 | serial/sc16is7xx: Remove obsolete #ifset TIOC[SG]RS485 | Ricardo Ribalda Delgado | 1 | -4/+0 |
2014-09-23 | tty: sc16is7xx: remove retval from gpiochip_remove() | Linus Walleij | 1 | -8/+5 |
2014-07-27 | serial: sc16is7xx: Correct initialization of s->clk | Jon Ringle | 1 | -5/+4 |
2014-07-10 | serial: treewide: Remove empty implementations of enable_ms() | Alexander Shiyan | 1 | -1/+0 |
2014-05-28 | serial: sc16is7xx: dynamically allocate tx/rx buffer | Jon Ringle | 1 | -9/+8 |
2014-05-28 | serial: sc16is7xx: compile I2C when REGMAP_I2C is module | Jan Moskyto Matejka | 1 | -2/+0 |
2014-04-26 | serial: sc16is7xx: fix implicit decl of func copy_{to,from}_user | Jon Ringle | 1 | -0/+1 |
2014-04-25 | serial: sc16is7xx | Jon Ringle | 1 | -0/+1279 |