index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
s3cmci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: Convert pr_warning to pr_warn
Joe Perches
2014-09-24
1
-1
/
+2
*
mmc: remove .owner field for drivers using module_platform_driver
Peter Griffin
2014-09-09
1
-1
/
+0
*
mmc: s3cmci: port DMA code to dmaengine API
Vasily Khoruzhick
2014-07-09
1
-130
/
+50
*
mmc: s3cmci: Move to clk_prepare_enable/clk_disable_unprepare
Vasily Khoruzhick
2014-07-09
1
-3
/
+3
*
ARM: s3c24xx: explicit dependency on <plat/gpio-cfg.h>
Linus Walleij
2014-01-14
1
-0
/
+1
*
ARM: S3C[24|64]xx: move includes back under <mach/> scope
Linus Walleij
2014-01-14
1
-1
/
+1
*
ARM: s3c24xx: get rid of custom <mach/gpio.h>
Linus Walleij
2013-12-20
1
-0
/
+1
*
mmc: s3cmci: Remove redundant suspend and resume callbacks
Ulf Hansson
2013-10-30
1
-29
/
+0
*
mmc: s3cmci: moved mach/regs-sdi.h into s3cmci device driver
Kukjin Kim
2013-03-05
1
-2
/
+81
*
mmc: remove use of __devexit
Bill Pemberton
2012-11-28
1
-1
/
+1
*
mmc: remove use of __devinit
Bill Pemberton
2012-11-28
1
-1
/
+1
*
mmc: remove use of __devexit_p
Bill Pemberton
2012-11-28
1
-1
/
+1
*
ARM: samsung: move platform_data definitions
Arnd Bergmann
2012-09-19
1
-1
/
+1
*
mmc: s3cmci: Convert s3cmci driver to gpiolib API
Sylwester Nawrocki
2012-07-22
1
-7
/
+3
*
mmc: Fix typo in s3cmci.c
Masanari Iida
2012-02-05
1
-2
/
+2
*
mmc: convert drivers/mmc/host/* to use module_platform_driver()
Axel Lin
2012-01-11
1
-12
/
+1
*
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2011-11-04
1
-3
/
+3
|
\
|
*
ARM: SAMSUNG: Remove Samsung specific enum type for dma direction
Boojin Kim
2011-09-14
1
-3
/
+3
*
|
mmc: replace printk with appropriate display macro
Girish K S
2011-10-26
1
-2
/
+2
|
/
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-3
/
+3
*
mmc: Remove distinction between hw and phys segments
Martin K. Petersen
2010-10-23
1
-2
/
+1
*
ARM: SAMSUNG: MMC: fix build error when both DMA and PIO mode selected
Jiri Pinkava
2010-09-09
1
-1
/
+1
*
mmc: remove the "state" argument to mmc_suspend_host()
Matt Fleming
2010-05-27
1
-2
/
+1
*
s3cmci: s3cmci_card_present: Use no_detect to decide whether there is a card ...
Lars-Peter Clausen
2010-03-06
1
-1
/
+1
*
s3cmci: initialize default platform data no_wprotect and no_detect with 1
Lars-Peter Clausen
2010-03-06
1
-0
/
+2
*
s3cmci: convert missed s3c2410_gpio calls to gpiolib calls
Ben Dooks
2009-12-15
1
-5
/
+3
*
drivers/mmc: Move dereference after NULL test
Julia Lawall
2009-12-15
1
-1
/
+2
*
const: constify remaining dev_pm_ops
Alexey Dobriyan
2009-12-15
1
-1
/
+1
*
tree-wide: fix assorted typos all over the place
André Goddard Rosa
2009-12-04
1
-1
/
+1
*
s3cmci: add better support for no card detect or write protect available
Ben Dooks
2009-10-01
1
-21
/
+25
*
s3cmci: make SDIO IRQ hardware IRQ support build-time configurable
Ben Dooks
2009-10-01
1
-2
/
+7
*
s3cmci: DMA fixes
Ben Dooks
2009-10-01
1
-15
/
+47
*
s3cmci: Kconfig selection for PIO/DMA/Both
Ben Dooks
2009-10-01
1
-8
/
+31
*
s3cmci: add SDIO IRQ support
Ben Dooks
2009-10-01
1
-10
/
+151
*
s3cmci: add debugfs support for examining driver and hardware state
Ben Dooks
2009-10-01
1
-0
/
+126
*
s3cmci: fix direct write to interrupt mask
Ben Dooks
2009-10-01
1
-3
/
+3
*
s3cmci: change to use dev_pm_ops
Ben Dooks
2009-10-01
1
-11
/
+18
*
s3cmci: change GPIO to gpiolib from S3C24XX specific calls
Ben Dooks
2009-10-01
1
-18
/
+69
*
s3cmci: update probe to use new platform id list
Ben Dooks
2009-10-01
1
-47
/
+24
*
s3cmci: use resource_size() instead of local macro
Ben Dooks
2009-10-01
1
-6
/
+4
*
s3cmci: fix dma configuration call
Ben Dooks
2009-06-21
1
-1
/
+1
*
[ARM] S3C24XX: Merge devel-gpio
Ben Dooks
2009-05-21
1
-1
/
+2
|
\
|
*
[ARM] S3C24XX: GPIO: Move gpio functions out of <mach/hardware.h>
Ben Dooks
2009-05-18
1
-1
/
+2
*
|
[ARM] S3C24XX: Remove hardware specific registers from DMA
Ben Dooks
2009-05-01
1
-1
/
+1
|
/
*
mmc: s3cmci: fix s3c2410_dma_config() arguments.
Ben Dooks
2009-03-12
1
-2
/
+1
*
s3cmci: Fix hangup in do_pio_write()
Yauhen Kharuzhy
2009-02-18
1
-1
/
+1
*
[ARM] 5365/1: s3cmci: Use new include path of dma.h
Ramax Lo
2009-01-24
1
-1
/
+1
*
[ARM] S3C24XX: Move mci.h to arch/arm/plat-s3c24xx/include/plat
Ben Dooks
2008-10-30
1
-1
/
+1
*
s3cmci: Add Ben Dooks/Simtec Electronics to header & copyright
ben@fluff.org.uk
2008-10-15
1
-1
/
+4
*
s3cmci: fix continual accesses to host->pio_ptr
ben@fluff.org.uk
2008-10-15
1
-2
/
+8
[next]