aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pcmcia
AgeCommit message (Expand)AuthorFilesLines
2004-08-22[PATCH] gcc-3.5 fixesAndi Kleen1-1/+1
2004-08-12[PCMCIA] pd6729: add MODULE_DESCRIPTION and MODULE_AUTHOR, fix comment styleRussell King1-13/+27
2004-08-01[PATCH] remove outdated reference to Documentation/arm/SA1100/PCMCIAAdrian Bunk1-4/+0
2004-07-12[PATCH] sparse: assorted drivers/* NULL noise removalAlexander Viro1-1/+1
2004-07-11[PCMCIA] Clean up class device attribute registration and fix build errorRussell King1-14/+17
2004-07-11[PCMCIA] Use a class interface to provide sysfs attributes.Dominik Brodowski3-14/+26
2004-07-06[PCMCIA] card insert / ejectDominik Brodowski3-8/+42
2004-07-06[PCMCIA] card vpp / vccDominik Brodowski1-0/+20
2004-07-06[PCMCIA] card voltageDominik Brodowski1-0/+17
2004-07-06[PCMCIA] core socket sysfs support, export card typeDominik Brodowski4-1/+87
2004-07-05[PCMCIA] check for proper registration with device coreDominik Brodowski1-3/+8
2004-06-25Merge bk://bk.arm.linux.org.uk/linux-2.6-pcmciaLinus Torvalds13-55/+843
2004-06-26[PCMCIA] Fix bogus align valueRussell King1-3/+3
2004-06-21[PCMCIA] 05-nonbusyRussell King1-3/+3
2004-06-20[PCMCIA] 04-memresRussell King9-41/+53
2004-06-20[PATCH] pcmcia: enable read prefetch on o2micro bridges to fix HDSPDaniel Ritz3-2/+35
2004-06-19[PCMCIA] 03-memwinRussell King1-6/+4
2004-06-19[PCMCIA] 02-validatememRussell King4-8/+18
2004-06-19[PCMCIA] Add Cirrus PD6729 PCMCIA bridge support.Russell King4-0/+768
2004-06-17[PATCH] Check return status of register calls in i82365Herbert Xu1-4/+10
2004-06-15[PCMCIA] Add TI1620 device IDs and tell yenta about it.Russell King1-0/+1
2004-06-04[PCMCIA] Add sparse annotations to ds.cRussell King1-8/+9
2004-06-03Merge bk://bk.arm.linux.org.uk/linux-2.6-pcmciaLinus Torvalds4-163/+127
2004-06-03[ARM PATCH] 1890/2: Consolidate CPUFREQ handling in SOC PCMCIA driverIan Campbell4-163/+127
2004-06-03[ARM PATCH] 1910/1: rework Mainstone and IDP include filesNicolas Pitre1-0/+2
2004-06-03[ARM] Don't include lubbock.h in asm/arch/hardware.hRussell King1-0/+1
2004-06-02[ARM PATCH] 1896/2: distinguish between memory and LCD clock on PXANicolas Pitre1-6/+6
2004-05-31[PCMCIA] Fix up SOC PCMCIA socket timing calculationsRussell King4-38/+48
2004-05-29[ARM PATCH] 1869/1: PCMCIA support for MainstoneNicolas Pitre2-0/+177
2004-05-24Merge bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds3-157/+172
2004-05-25[ARM] Fix lubbock PCMCIA driver.Russell King3-157/+172
2004-05-23Merge bk://bk.arm.linux.org.uk/linux-2.6-pcmciaLinus Torvalds3-25/+54
2004-05-18Fixed mismerge of cpufreq and pcmcia updatesLinus Torvalds1-0/+3
2004-05-19[PCMCIA] Convert IO resource allocation to use struct resource.Russell King3-15/+48
2004-05-18[PCMCIA] Fix a couple of resource bugs.Russell King1-10/+6
2004-05-11[ARM PATCH] 1843/2: supress PCMCIA build warningsNicolas Pitre2-4/+7
2004-05-11[ARM PATCH] 1830/2: PCMCIA support for Lubbock (PXA2xx based)Nicolas Pitre4-0/+225
2004-05-11[ARM PATCH] 1829/1: base support for PCMCIA on the Intel PXA2xx chipNicolas Pitre4-0/+347
2004-05-11[ARM PATCH] 1828/2: rework SA11xx PCMCIA code structure for better sharing of...Nicolas Pitre30-666/+747
2004-05-10[PATCH] pcmcia/tcic.c warning fix.Andrew Morton1-1/+1
2004-05-10[PATCH] pcmcia/i82365.c warning fixAndrew Morton1-1/+1
2004-05-04[PCMCIA] add EnE specific initialization to fix HDSPDaniel Ritz1-0/+21
2004-04-18[PATCH] Rename PF_IOTHREAD to PF_NOFREEZEAndrew Morton1-1/+1
2004-04-17[PCMCIA] Conversion to module_paramPavel Roskin5-40/+43
2004-04-14[PATCH] yenta: interrupt routing for TI brigesDaniel Ritz3-54/+365
2004-04-12[PATCH] pcmcia/rsrc_mgr.c warning fix.Andrew Morton1-1/+1
2004-04-12Merge bk://bk.arm.linux.org.uk/linux-2.6-pcmciaLinus Torvalds3-124/+169
2004-04-12[PCMCIA] init_pcmcia_cs() to return error from class_register()Randy Dunlap1-2/+1
2004-04-12[PATCH] remove concatenation with __FUNCTION__ drivers/*Andrew Morton4-11/+11
2004-04-11[PCMCIA] Fix warning about truncated integer.Russell King2-2/+2
2004-04-10[PCMCIA] Use kernel resource core as primary resource allocator.Russell King1-79/+131
2004-04-10[PCMCIA] Remove racy check_io_resource()Russell King1-41/+9
2004-04-10[PCMCIA] Fix resource handling for memory probeRussell King1-12/+38
2004-03-30[PATCH] double semicolon cleanupAlexander Stohr1-1/+1
2004-03-25[PCMCIA] attack of the clonesDaniel Ritz1-0/+5
2004-03-14[PCMCIA] socket user operations should take pcmcia_socketRussell King2-24/+8
2004-03-14[PCMCIA] move pcmcia_report_error and cs_errorRussell King2-127/+126
2004-03-14[PCMCIA] move_pcmcia_bind_mtdRussell King2-37/+39
2004-03-14[PCMCIA] move_pcmcia_bind_deviceRussell King2-36/+46
2004-03-14[PCMCIA] Rename driver services constants.Russell King1-19/+19
2004-03-14[PCMCIA] Clean up socket state handling around shutdownRussell King1-2/+2
2004-03-14[PCMCIA] Add, fix, update PCMCIA debugging.Russell King14-202/+262
2004-02-22[ARM] Dynamically allocate SA1100 PCMCIA sockets.Russell King2-21/+29
2004-02-22[ARM] Update SA1111 Neponset code to use safe GPIO functionality.Russell King3-29/+28
2004-02-03[PATCH] gcc-3.5: PCMCIAAndrew Morton1-1/+1
2004-01-27[ARM PATCH] 1748/1: SA Cerfcube update (base+pcmica)Frank Becker1-28/+17
2004-01-21Merge bk://bk.arm.linux.org.uk/linux-2.6-pcmciaLinus Torvalds1-47/+70
2004-01-18[PATCH] final CardServices() removal patchesAndrew Morton1-144/+0
2004-01-18[PCMCIA] Remove unused variable warnings.Russell King1-10/+5
2004-01-18[PCMCIA] Remove write-only socket_devRussell King1-2/+0
2004-01-18[PCMCIA] Get rid of racy interruptible_sleep_on()Russell King1-14/+13
2004-01-18[PCMCIA] Add refcounting to struct pcmcia_bus_socketRussell King1-21/+52
2003-12-30[PATCH] strip out PCI cruft from i82365 driverAndrew Morton1-43/+23
2003-12-30[PATCH] reduce kernel stack usage in PCMCIA CIS parsingAndrew Morton1-24/+46
2003-12-30[PATCH] fix for 16-bit PCMCIA interrupt selectionAndrew Morton1-12/+8
2003-12-30[PATCH] fix yenta printk logging levelsAndrew Morton1-4/+4
2003-12-29Merge kroah.com:/home/greg/linux/BK/bleed-2.5Greg Kroah-Hartman1-1/+0
2003-12-29[PATCH] Fix init_i82365 sysfs ordering oopsAndrew Morton1-0/+4
2003-12-18[PATCH] I2C: removed #include <linux/i2c.h> from sa1100_stork.c as it's not n...Greg Kroah-Hartman1-1/+0
2003-10-27[PCMCIA] Fix card detection.Russell King1-1/+5
2003-10-22Make yenta allocate IO resource windows in same range as in 2.4.xLinus Torvalds1-1/+5
2003-10-08[PATCH] Fix pcmcia_tcic.c if PCMCIA_DEBUG is defined.Rusty Russell1-5/+5
2003-10-05Fix PCMCIA cut-and-paste cs.c bug introduced by the recentLinus Torvalds1-2/+2
2003-09-28[PCMCIA] Socket quiescing changesRussell King6-19/+18
2003-09-27[PCMCIA] remove unneeded includesRandy Hron2-2/+0
2003-09-27[PCMCIA] Add missing ZV partsDaniel Ritz1-1/+3
2003-09-27[PCMCIA] kill useless CS_RELEASE printingChristoph Hellwig4-6/+5
2003-09-24Manual merge of Kconfig file module commentsLinus Torvalds1-5/+2
2003-09-24[PATCH] Kconfig fixes for modules.txtRusty Russell1-5/+2
2003-09-21Merge bk://bk.arm.linux.org.uk/linux-2.6-pcmciaLinus Torvalds2-77/+62
2003-09-21[PCMCIA] Fix deadlocks caused between PCMCIA card fix and device modelRussell King1-66/+51
2003-09-20[ARM] Fix up includesRussell King2-1/+1
2003-09-17[PCMCIA] Fix bug in PCMCIA resource management memory probingRussell King1-11/+11
2003-09-11PCI: fix up some pci drivers that had marked their probe functions with __initGreg Kroah-Hartman1-1/+1
2003-09-10Merge bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds1-7/+6
2003-09-10[ARM PATCH] 1654/1: Simpad PCMCIA resubmitHolger Freyther1-7/+6
2003-09-07[PCMCIA] Remove editor droppings.Russell King1-1/+1
2003-09-06Fix PCMCIA typo (extra 'R') that broke the compile.Linus Torvalds1-1/+1
2003-09-07[PCMCIA] Remove incorrect/misleading/old comments from cardbus.cRussell King1-9/+2
2003-09-07[PCMCIA] Drop level argument from pcmcia_socket_dev_* calls.Russell King8-25/+80
2003-09-07[PCMCIA] Remove a set of unused definitions.Russell King1-3/+0
2003-09-06[PCMCIA] Remove SS_DEBOUNCED.Russell King3-8/+1
2003-09-06[PCMCIA] RL5C4XX_16BIT_MEM_0 was wrong.Andrew Morton1-1/+1
2003-09-06[PCMCIA] Fix race condition causing cards to be incorrectly recognisedRussell King2-15/+41
2003-09-06[PCMCIA] Use "yenta" instead of pci_name() when allocating irq.Russell King1-1/+1
2003-09-06[PCMCIA] Fix cs.c debugging.Russell King1-7/+7
2003-09-05[PATCH] ide: fix imbalance preempt count with taskfile PIOBartlomiej Zolnierkiewicz0-0/+0
2003-09-01Merge bk://bk.arm.linux.org.uk/linux-2.6-pcmciaLinus Torvalds6-301/+460
2003-08-31Merge bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds1-27/+34
2003-08-30[PATCH] dev_t handling cleanups (10/12)Alexander Viro1-6/+6
2003-08-27[PCMCIA] Don't add CIS cache entries on failure.Russell King1-9/+11
2003-08-27[PCMCIA] Add ToPIC97 and ToPIC100 support.Daniel Ritz2-15/+67
2003-08-27[PCMCIA] Move more controllers to the more advanced quirks.Russell King1-7/+9
2003-08-27[PCMCIA] Put socket initialisation to where it should be.Russell King1-107/+110
2003-08-27[PCMCIA] Move PM restore from socket initialisation.Russell King2-59/+73
2003-08-27[PCMCIA] Add generic and per-controller power management handling.Russell King4-27/+85
2003-08-25[PCMCIA] Move socket initialisation to the quirk table.Russell King4-46/+43
2003-08-25[PCMCIA] Clean up yenta overridesRussell King2-54/+85
2003-08-25[PCMCIA] Use #define'd constants in ZV code where possible.Russell King1-3/+3
2003-08-24Merge http://linux.bkbits.net/linux-2.5Russell King1-27/+34
2003-08-24[ARM] Update SA1111 suspend/resume model.Russell King1-27/+34
2003-08-18Merge bk://bk.arm.linux.org.uk/linux-2.5-pcmciaLinus Torvalds4-35/+0
2003-08-19[PCMCIA] kill remaining cardservices version checkingChristoph Hellwig4-35/+0
2003-08-14Remove usage of struct device.name from pcmcia layerGreg Kroah-Hartman3-7/+1
2003-08-13[PATCH] PCMCIA copy_*_user fixes.Dave Jones1-4/+4
2003-08-07[PCMCIA] Report subsystem vendor/device IDsRussell King1-1/+6
2003-08-07[PCMCIA] Disable IRQ steering and don't change the IRQ MUX register.Russell King1-0/+4
2003-08-07[PCMCIA] Fix cardbus init failure paths.Russell King1-9/+36
2003-08-06[PCMCIA] Fix PnP Probing in i82365.cAdam Belay1-4/+2
2003-08-05[PCMCIA] don't call functions twiceDaniel Ritz1-2/+0
2003-08-03[PCMCIA] Convert cs.c and rsrc_mgr.c to use named initialisers.Russell King2-4/+8
2003-08-03Merge flint.arm.linux.org.uk:/usr/src/linux-bk-2.5/linux-2.5Russell King2-2/+2
2003-08-01[PATCH] janitor: convert to pci_name()Randy Dunlap1-2/+2
2003-07-31mergeGreg Kroah-Hartman1-1/+1
2003-07-31[PATCH] fix pcmcia_cs without ISAAlan Cox1-0/+3
2003-07-31[PATCH] PCI: pci_device_id can not be marked __devinitdata.Greg Kroah-Hartman1-1/+1
2003-07-17Manual mergeLinus Torvalds3-5/+120
2003-07-17[PATCH] forward port 2.4 Zoom video supportAlan Cox3-5/+120
2003-07-15[PCMCIA] Fix suspend for yenta_socket and i82092.Russell King2-2/+2
2003-07-13[PATCH] PCMCIA: Update hd64465 driverPaul Mundt1-173/+88
2003-07-14Merge Linus' tree into PCMCIA tree.Russell King12-91/+64
2003-07-14[PCMCIA] Fix hangs when PCMCIA modules loaded.Russell King1-9/+14
2003-07-12Disable TI cardbus PCI IRQ routing code that was forward-portedLinus Torvalds1-0/+4
2003-07-10[PATCH] Fix yenta-socket oopsAndrew Morton1-4/+10
2003-07-10[PATCH] yenta-socket initialisation fixAndrew Morton1-3/+3
2003-07-07[PCMCIA] rename ss_entry to opsDominik Brodowski12-45/+45
2003-07-07[PCMCIA] don't hide calls to socket driversDominik Brodowski1-61/+28
2003-07-07[PCMCIA] Prevent PCMCIA oops during socket driver initialisation.Russell King1-4/+6
2003-06-30[PCMCIA] Remove now obsolete work queues, spinlocks and variables.Russell King7-135/+17
2003-06-30[PCMCIA] Allow socket drivers call pcmcia_parse_events directly.Russell King9-122/+17
2003-06-30[PCMCIA] Add work-around for bouncy card detect signals.Russell King1-11/+33
2003-06-30[PCMCIA] Remove original module use accounting in register_callback.Russell King1-8/+1
2003-06-30[PCMCIA] Ref-count the socket driver module on card insertion/removal.Russell King1-6/+19
2003-06-30[PCMCIA] Move "owner" field to pcmcia_socket.Russell King6-10/+7
2003-06-30Merge bk://bk.arm.linux.org.uk/linux-2.5-pcmciaLinus Torvalds0-0/+0
2003-06-23Merge bk://bk.arm.linux.org.uk/linux-2.5-pcmciaLinus Torvalds2-9/+48
2003-06-22[PATCH] Alchemy updateRalf Bächle2-0/+1113
2003-06-22Merge flint.arm.linux.org.uk:/usr/src/linux-bk-2.5/linux-2.5Russell King2-9/+48
2003-06-21[PCMCIA] ti113x - fall back to PCI interrupt (from 2.4.-ac)Dominik Brodowski1-0/+21
2003-06-21[PCMCIA] TI1520 cardbus patch for 2.4.x..Dominik Brodowski2-9/+27
2003-06-21[PATCH] fix sysfs bogosity in i82365.cArnaldo Carvalho de Melo1-3/+4
2003-06-17[PCMCIA] Prevent duplicate insertion events calling socket_insert()Russell King1-1/+2
2003-06-16[PCMCIA] Move SS_CAP_PAGE_REGS test into find_mem_region()Russell King4-9/+9
2003-06-16[PCMCIA] Remove check_mem_resource()Russell King1-59/+94
2003-06-16[PCMCIA] Rename yenta to yenta_socket.Russell King3-3/+3
2003-06-15[PCMCIA] Prevent class_device related oops.Russell King1-0/+12
2003-06-15[PCMCIA] fix yenta unload oopsDaniel Ritz1-1/+3
2003-06-15[PCMCIA] Remove inquire_socket method from sa11xx_core.cRussell King1-46/+6
2003-06-15[PCMCIA] Remove inquire_socketDominik Brodowski10-130/+87
2003-06-15[PCMCIA] move creation of /proc/pccard to ds.cDominik Brodowski3-22/+6
2003-06-15[PCMCIA] Move socket /proc to sysfsDominik Brodowski13-165/+38
2003-06-14[PCMCIA] Fix class device name.Dominik Brodowski1-1/+1
2003-06-12[PCMCIA] Rename tcic.c socket_info_tDominik Brodowski1-9/+9
2003-06-12[PCMCIA] rename i82365.c socket_info_tDominik Brodowski1-19/+19
2003-06-12[PCMCIA] i82365 depends on ISA.Dominik Brodowski2-66/+4
2003-06-12[PCMCIA] Remove socket_info_tDominik Brodowski6-99/+96
2003-06-12[PCMCIA] unify yenta.c and pci_socket.cDominik Brodowski8-500/+288
2003-06-12[PCMCIA] Make ds.c use pcmcia_socket->sock rather than local version.Dominik Brodowski1-6/+4
2003-06-11[PCMCIA] Replace more socket numbers with pcmcia_socketDominik Brodowski2-5/+5
2003-06-11[PCMCIA] socket reference in client_tDominik Brodowski3-16/+14
2003-06-11[PCMCIA] sa11xx driver now takes pcmcia_socket instead of int socket.Russell King1-20/+22
2003-06-11[PCMCIA] Callbacks use pcmcia_socket not integer.Dominik Brodowski9-86/+109
2003-06-11[PCMCIA] Update SA11xx PCMCIA support for recent changes.Russell King4-25/+39
2003-06-11[PCMCIA] registerDominik Brodowski7-231/+192
2003-06-11[PCMCIA] split_initDominik Brodowski1-74/+83
2003-06-11[PCMCIA] True driver module lockingDominik Brodowski1-15/+7
2003-06-10[PCMCIA] Remove socket_tableDominik Brodowski5-58/+46
2003-06-10[PCMCIA] Move get_socket_info_by_nrDominik Brodowski2-29/+46
2003-06-10[PCMCIA] Move socket_info_tDominik Brodowski2-73/+4
2003-06-10Merge flint.arm.linux.org.uk:/usr/src/linux-bk-2.5/linux-2.5Russell King3-35/+24
2003-06-10[PCMCIA] Convert sa11xx platforms to use new class code.Russell King3-27/+15
2003-06-09[PCMCIA] Fix sa11xx_core.c oops when changing cpu frequency.Russell King1-8/+9
2003-05-29[PATCH] Fix suspend with pccardd runningAndrew Morton1-0/+4
2003-05-28Merge flint.arm.linux.org.uk:/usr/src/linux-bk-2.5/linux-2.5Russell King2-50/+1
2003-05-28[PATCH] Fix crash when unloading yenta_socket in Linux 2.5.69Pavel Roskin1-1/+1
2003-05-25[PATCH] drivers/* strlcpy conversionsBen Collins6-10/+8
2003-05-18[PATCH] kill register_pccard_driverChristoph Hellwig1-49/+0
2003-05-13Merge bk://bk.arm.linux.org.uk/linux-2.5-rmkLinus Torvalds1-2/+3
2003-05-13[ARM] Update a variety of ARM drivers to use irqreturn_t.Russell King1-2/+3
2003-05-13[PCMCIA] Add per-socket thread to process socket events.Russell King2-312/+418