index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
isdn
/
hardware
Age
Commit message (
Expand
)
Author
Files
Lines
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
3
-3
/
+0
2007-02-12
[PATCH] mark struct file_operations const 3
Arjan van de Ven
4
-4
/
+4
2007-02-12
[PATCH] isdn-eicon: Use ARRAY_SIZE macro when appropriate
Ahmed S. Darwish
3
-31
/
+26
2007-02-12
[PATCH] drivers/isdn/hardware/eicon/: convert to generic boolean-values
Richard Knutsson
5
-200
/
+192
2007-02-12
[PATCH] ISDN: Rename some debugging macros to not resemble CONFIG options
Robert P. J. Day
2
-15
/
+15
2006-12-08
[PATCH] isdn: replace kmalloc+memset with kzalloc
Burman Yan
2
-9
/
+4
2006-12-08
[PATCH] drivers/isdn/*: trivial vsnprintf() conversion
Alexey Dobriyan
1
-1
/
+1
2006-12-08
[PATCH] isdn: fix missing unregister_capi_driver
Akinobu Mita
1
-0
/
+1
2006-12-08
[PATCH] drivers/isdn: Handcrafted MIN/MAX Macro removal
Amol Lad
5
-17
/
+9
2006-12-05
[PATCH] pcmcia: conf.ConfigBase and conf.Present consolidation
Dominik Brodowski
1
-22
/
+0
2006-12-05
[PATCH] pcmcia: remove prod_id indirection
Dominik Brodowski
1
-11
/
+3
2006-11-30
Fix misc .c/.h comment typos
Matt LaPlante
1
-1
/
+1
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
7
-11
/
+8
2006-10-04
Fix several typos in drivers/
Matt LaPlante
1
-1
/
+1
2006-10-01
[PATCH] EICON ISDN: Removed unused definitions for OS_SEEK_*
Josef 'Jeff' Sipek
1
-3
/
+0
2006-08-06
[PATCH] eicon: fix define conflict with ptrace
Alexey Dobriyan
1
-1
/
+0
2006-07-03
[PATCH] irq-flags: isdn: Use the new IRQF_ constants
Thomas Gleixner
5
-6
/
+6
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
11
-11
/
+0
2006-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6
Linus Torvalds
3
-9
/
+0
2006-06-29
[PATCH] i4l make PCMCIA for all cards working with shared IRQ
Karsten Keil
1
-1
/
+1
2006-06-26
[PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree
Greg Kroah-Hartman
3
-3
/
+0
2006-06-26
[PATCH] devfs: Remove devfs_remove() function from the kernel tree
Greg Kroah-Hartman
3
-3
/
+0
2006-06-26
[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel tree
Greg Kroah-Hartman
3
-3
/
+0
2006-03-31
[PATCH] pcmcia: use bitfield instead of p_state and state
Dominik Brodowski
1
-10
/
+2
2006-03-31
[PATCH] pcmcia: add return value to _config() functions
Dominik Brodowski
1
-11
/
+10
2006-03-31
[PATCH] pcmcia: remove dev_link_t and client_handle_t indirection
Dominik Brodowski
1
-32
/
+28
2006-03-31
[PATCH] pcmcia: embed dev_link_t into struct pcmcia_device
Dominik Brodowski
1
-29
/
+16
2006-03-31
[PATCH] pcmcia: remove unneeded Vcc pseudo setting
Dominik Brodowski
1
-1
/
+0
2006-03-31
[PATCH] pcmcia: default suspend and resume handling
Dominik Brodowski
1
-38
/
+0
2006-03-31
[PATCH] pcmcia: convert remaining users of pcmcia_release_io and _irq
Dominik Brodowski
1
-5
/
+5
2006-03-31
[PATCH] pcmcia: add pcmcia_disable_device
Dominik Brodowski
1
-10
/
+2
2006-03-26
[PATCH] Dead code in drivers/isdn/avm/avmcard.h
Eric Sesterhenn
1
-3
/
+1
2006-03-25
[PATCH] Remove MODULE_PARM
Rusty Russell
4
-7
/
+7
2006-01-09
[PATCH] drivers/isdn/hardware/eicon/os_4bri.c: correct the xdiLoadFile() sign...
Adrian Bunk
1
-1
/
+2
2006-01-09
[PATCH] drivers/isdn/: add missing #includes
Adrian Bunk
2
-0
/
+2
2006-01-06
[PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe ca...
Dominik Brodowski
1
-44
/
+12
2006-01-06
[PATCH] pcmcia: remove dev_list from drivers
Dominik Brodowski
1
-20
/
+1
2006-01-06
[PATCH] pcmcia: unify detach, REMOVAL_EVENT handlers into one remove callback
Dominik Brodowski
1
-27
/
+7
2006-01-06
[PATCH] pcmcia: new suspend core
Dominik Brodowski
1
-14
/
+24
2005-11-07
[PATCH] kfree cleanup: drivers/isdn
Jesper Juhl
1
-4
/
+1
2005-09-29
[PATCH] proc_mkdir() should be used to create procfs directories
Al Viro
2
-5
/
+3
2005-07-08
[PATCH] pcmcia: remove references to pcmcia/version.h
Dominik Brodowski
1
-1
/
+0
2005-07-08
[PATCH] pcmcia: move event handler
Dominik Brodowski
1
-5
/
+1
2005-06-29
[PATCH] drivers/isdn/: make some code static
Adrian Bunk
1
-1
/
+1
2005-06-28
[PATCH] pcmcia: id_table for avm_cs.c
Dominik Brodowski
1
-0
/
+9
2005-06-26
[PATCH] drivers/isdn/hardware/avm/: misc cleanups
Adrian Bunk
3
-6
/
+6
2005-04-17
Linux-2.6.12-rc2
Linus Torvalds
98
-0
/
+48238