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
/
mtd
/
maps
/
pcmciamtd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-27
mtd: maps: pcmciamtd: fix possible sleep-in-atomic-context bugs in pcmciamtd_...
Jia-Ju Bai
1
-4
/
+3
2016-01-04
drivers/mtd/maps/pcmciamtd.c: __iomem annotations
Al Viro
1
-14
/
+14
2015-09-29
pcmciamtd: Add id for PRETEC 4MB SRAM
Tom Englund
1
-0
/
+1
2014-08-19
mtd: use NULL instead of 0 for an address
Martin Kepplinger
1
-1
/
+1
2012-03-31
Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6
Linus Torvalds
1
-1
/
+12
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
1
-1
/
+0
2012-03-27
mtd: maps: pcmciamtd: Add reference counter to set_vpp()
Paul Parsons
1
-1
/
+12
2011-09-11
mtd: cleanup last uses of MTD_DEBUG config macros
Brian Norris
1
-4
/
+0
2011-09-11
mtd: pcmciamtd: remove custom DEBUG() function
Brian Norris
1
-68
/
+52
2011-05-28
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
1
-2
/
+2
2011-05-25
mtd: convert remaining users to mtd_device_register()
Jamie Iles
1
-2
/
+2
2011-05-06
pcmcia: Convert pcmcia_device_id declarations to const
Joe Perches
1
-1
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2010-10-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Woodhouse
1
-67
/
+35
2010-10-25
mtd: pcmciamtd: remove dead code
Dan Carpenter
1
-4
/
+0
2010-09-29
pcmcia: remove obsolete and wrong comments
Dominik Brodowski
1
-21
/
+0
2010-09-29
pcmcia: avoid messages on module (un)loading
Dominik Brodowski
1
-2
/
+0
2010-09-29
pcmcia: move driver name to struct pcmcia_driver
Dominik Brodowski
1
-3
/
+1
2010-09-29
pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device
Dominik Brodowski
1
-5
/
+1
2010-09-29
pcmcia: move config_{base,index,regs} to struct pcmcia_device
Dominik Brodowski
1
-1
/
+1
2010-09-29
pcmcia: simplify IntType
Dominik Brodowski
1
-2
/
+0
2010-09-29
pcmcia: move Vpp setup to struct pcmcia_device
Dominik Brodowski
1
-2
/
+2
2010-09-29
pcmcia: split up modify_configuration() into two fixup functions
Dominik Brodowski
1
-7
/
+1
2010-09-29
pcmcia: do not use win_req_t when calling pcmcia_request_window()
Dominik Brodowski
1
-24
/
+29
2010-08-03
pcmcia: use struct resource for PCMCIA devices, part 2
Dominik Brodowski
1
-1
/
+0
2010-08-03
pcmcia: remove memreq_t
Dominik Brodowski
1
-7
/
+6
2010-07-30
pcmcia: remove cs_types.h
Dominik Brodowski
1
-1
/
+0
2010-05-21
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
1
-38
/
+50
2010-05-17
mtd/maps/pcmciamtd: Fix printk format for ssize_t in debug messages
David Woodhouse
1
-4
/
+4
2010-05-14
pcmciamtd: add another ID
Dominik Brodowski
1
-0
/
+1
2010-05-14
pcmciamtd: coding style cleanups
Alexander Kurz
1
-22
/
+33
2010-05-14
pcmciamtd: fixing obvious errors
Alexander Kurz
1
-16
/
+16
2010-05-10
mtd: maps: Eliminate use after free
Julia Lawall
1
-1
/
+1
2010-05-10
pcmcia: dev_node removal (write-only drivers)
Dominik Brodowski
1
-3
/
+0
2009-11-28
pcmcia: pcmcia_request_window() doesn't need a pointer to a pointer
Dominik Brodowski
1
-1
/
+1
2009-11-28
pcmcia: Pass struct pcmcia_device to pcmcia_map_mem_page()
Magnus Damm
1
-1
/
+1
2009-11-28
pcmcia: Pass struct pcmcia_device to pcmcia_release_window()
Magnus Damm
1
-1
/
+1
2009-11-09
pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (misc drivers)
Dominik Brodowski
1
-12
/
+2
2009-11-08
pcmcia: convert pcmciamtd driver to use new CIS helpers
Dominik Brodowski
1
-84
/
+93
2008-08-31
pcmcia: remove unused argument to pcmcia_parse_tuple()
Dominik Brodowski
1
-6
/
+1
2008-08-23
pcmcia: deprecate CS_SUCCESS
Dominik Brodowski
1
-9
/
+8
2008-08-23
pcmcia: remove remaining in-kernel pcmcia_get_configuration_info() users
Dominik Brodowski
1
-11
/
+1
2008-07-25
Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6
David Woodhouse
1
-7
/
+2
2008-06-24
pcmcia: (re)move {pcmcia,pccard}_get_status
Dominik Brodowski
1
-3
/
+1
2008-06-24
pcmcia: simplify pccard_validate_cis
Dominik Brodowski
1
-4
/
+1
2008-06-04
MTD/JFFS2: remove CVS keywords
Adrian Bunk
1
-4
/
+1
2008-04-22
[MTD] replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-1
/
+1
2006-11-29
[MTD] replace kmalloc+memset with kzalloc
Burman Yan
1
-2
/
+1
2006-09-22
ioremap balanced with iounmap for drivers/mtd subsystem
Amol Lad
1
-0
/
+4
2006-05-17
[PCMCIA MTD] Fix leak and crash on reboot
Sean Young
1
-0
/
+1
[next]