dahdi-linux/drivers/dahdi
Sylvain Munaut 43332acadb icE1usb: Show accumulated error count from GPSDO state in sysfs
Change-Id: Idc4ff2a3a7411df758a432fc4c6fe5a88963b626
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2024-05-01 12:44:27 +00:00
..
datamods Makefile: SUBDIRS -> KBUILD_EXTMOD 2019-05-08 11:33:05 -05:00
firmware wcxb: Fix "I/O error reported by firmware" followed by underruns 2015-03-30 13:18:12 -05:00
hpec Update Digium copyright on files changed since beginning of the year. 2012-03-21 18:56:05 +00:00
icE1usb icE1usb: Show accumulated error count from GPSDO state in sysfs 2024-05-01 12:44:27 +00:00
oct612x oct612x: timeval -> ktime 2019-05-08 11:33:05 -05:00
trunkdev frame_fifo: add missing declaration 2024-05-01 14:39:47 +02:00
voicebus kernel 6.1 API change: netif_napi_add() uses weight==64 by default 2022-11-30 16:57:16 +01:00
vpmadt032_loader Add #include <linux/slab.h> to all files that call kzalloc|kmalloc|kfree. 2014-05-20 11:36:23 -05:00
wcb4xxp wcb4xxp: Add support for Swyx 4xS0 SX2-Express QuadBRI 2022-04-30 15:26:20 +02:00
wct4xxp How did this ever work... stdbool.h is not in the kernel. 2022-04-24 18:06:56 +02:00
wctc4xxp kernel 6.1 API change: netif_napi_add() uses weight==64 by default 2022-11-30 16:57:16 +01:00
wctdm24xxp Revert "Remove support for wctdm800, wcaex800, wctdm410, wcaex410." 2022-05-01 09:24:43 +00:00
wcte12xp How did this ever work... stdbool.h is not in the kernel. 2022-04-24 18:06:56 +02:00
xpp strlcpy() was removed with linux kernel commit d26270061ae6 use strscpy() instead. 2024-05-01 00:48:43 +02:00
zaphfc zaphfc: Port support for HFC-S cards 2022-04-24 18:06:56 +02:00
Kbuild Introduce virtual DAHDI trunk device 2023-08-09 15:55:31 +00:00
Kconfig Introduce virtual DAHDI trunk device 2023-08-09 15:55:31 +00:00
adt_lec.c wct4xxp: Moving the transmit short detection behind debug module param. 2010-08-27 21:59:27 +00:00
adt_lec.h wct4xxp: Moving the transmit short detection behind debug module param. 2010-08-27 21:59:27 +00:00
arith.h wct4xxp: Moving the transmit short detection behind debug module param. 2010-08-27 21:59:27 +00:00
biquad.h wct4xxp: Moving the transmit short detection behind debug module param. 2010-08-27 21:59:27 +00:00
dahdi-base.c strlcpy() was removed with linux kernel commit d26270061ae6 use strscpy() instead. 2024-05-01 00:48:43 +02:00
dahdi-sysfs-chan.c compatibility with class_create API change in 6.4-rc1 2023-06-06 14:51:55 +02:00
dahdi-sysfs.c Support kernel >= 6.3.0 (bus_type.uevent() const struct device) 2023-06-06 14:29:58 +02:00
dahdi-sysfs.h Remove CLASS_DEV_CREATE / CLASS_DEV_DESTROY macros. 2019-05-08 11:33:05 -05:00
dahdi-version.c dahdi: Do not rebuild dahdi-base.c when only updating the version. 2011-02-28 14:19:09 +00:00
dahdi.h Update Digium copyright on files changed since beginning of the year. 2012-03-21 18:56:05 +00:00
dahdi_dummy.c dahdi_dummy: 'struct timespec' -> ktime_t 2019-05-08 11:33:05 -05:00
dahdi_dynamic.c strlcpy() was removed with linux kernel commit d26270061ae6 use strscpy() instead. 2024-05-01 00:48:43 +02:00
dahdi_dynamic_eth.c strlcpy() was removed with linux kernel commit d26270061ae6 use strscpy() instead. 2024-05-01 00:48:43 +02:00
dahdi_dynamic_ethmf.c strlcpy() was removed with linux kernel commit d26270061ae6 use strscpy() instead. 2024-05-01 00:48:43 +02:00
dahdi_dynamic_loc.c dahdi_dynamic_loc: Change and check the dyn->pvt pointer under lock. 2012-04-03 19:44:45 +00:00
dahdi_echocan_jpah.c Update Digium copyright on files changed since beginning of the year. 2012-03-21 18:56:05 +00:00
dahdi_echocan_kb1.c Update Digium copyright on files changed since beginning of the year. 2012-03-21 18:56:05 +00:00
dahdi_echocan_mg2.c Update Digium copyright on files changed since beginning of the year. 2012-03-21 18:56:05 +00:00
dahdi_echocan_oslec.c code cleanup - refactor module_printk() 2012-02-09 15:24:40 +00:00
dahdi_echocan_sec.c code cleanup: remove unused debug_printk() 2012-02-09 15:25:03 +00:00
dahdi_echocan_sec2.c code cleanup: remove unused debug_printk() 2012-02-09 15:25:03 +00:00
dahdi_transcode.c strlcpy() was removed with linux kernel commit d26270061ae6 use strscpy() instead. 2024-05-01 00:48:43 +02:00
ecdis.h wct4xxp: Moving the transmit short detection behind debug module param. 2010-08-27 21:59:27 +00:00
fir.h wct4xxp: Moving the transmit short detection behind debug module param. 2010-08-27 21:59:27 +00:00
fxo_modes.h wctdm24xxp, wctdm: Reduce memory used by fxo_modes array. 2011-04-04 16:26:00 +00:00
makefw.c wct4xxp: Moving the transmit short detection behind debug module param. 2010-08-27 21:59:27 +00:00
proslic.h wct4xxp: Moving the transmit short detection behind debug module param. 2010-08-27 21:59:27 +00:00
wcaxx-base.c Fix -Wimplicit-fallthrough=5 warnings 2022-04-24 19:28:34 +02:00
wcte11xp.c wcte11xp: Fix BLUE (AIS) alarm detection 2022-04-24 18:06:56 +02:00
wcte13xp-base.c wcte13xp: Fix missing break statement when setting J1 line mode 2022-04-24 19:23:43 +02:00
wcte43x-base.c How did this ever work... stdbool.h is not in the kernel. 2022-04-24 18:06:56 +02:00
wcxb.c How did this ever work... stdbool.h is not in the kernel. 2022-04-24 18:06:56 +02:00
wcxb.h Remove support for kernels older than 2.6.27 2019-05-08 11:33:05 -05:00
wcxb_flash.c wcaxx: New driver for A4A/A4B/A8A/A8B analog cards. 2013-11-11 14:39:19 -06:00
wcxb_flash.h wcaxx: New driver for A4A/A4B/A8A/A8B analog cards. 2013-11-11 14:39:19 -06:00
wcxb_spi.c Add #include <linux/slab.h> to all files that call kzalloc|kmalloc|kfree. 2014-05-20 11:36:23 -05:00
wcxb_spi.h How did this ever work... stdbool.h is not in the kernel. 2022-04-24 18:06:56 +02:00