index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-05
mtd: onenand/samsung: Remove redundant platform_set_drvdata()
Sachin Kamat
1
-1
/
+0
2013-08-05
mtd: onenand/omap2: Remove redundant platform_set_drvdata()
Sachin Kamat
1
-1
/
+0
2013-08-05
mtd: onenand/generic: Remove redundant platform_set_drvdata()
Sachin Kamat
1
-2
/
+0
2013-08-05
mtd: tests: don't print error messages when out-of-memory
Brian Norris
6
-54
/
+18
2013-08-05
mtd: nand: davinci: use devm_ioremap_resource()
Laurent Navet
1
-5
/
+8
2013-08-05
mtd: nand_base: Only use GET/SET FEATURES command on chips that support them.
David Mosberger
1
-2
/
+6
2013-08-05
mtd: nand: fsmc: update of OF support
Mian Yousaf Kaukab
1
-0
/
+18
2013-08-05
mtd: nand: pxa3xx: Move buffer release code to its own function
Ezequiel Garcia
1
-12
/
+14
2013-08-05
mtd: nand: pxa3xx: Check for clk_prepare_enable() return value
Ezequiel Garcia
1
-1
/
+3
2013-08-05
mtd: nand: pxa3xx: Use clk_prepare_enable and clk_disable_unprepare
Ezequiel Garcia
1
-3
/
+3
2013-08-05
mtd: nand: pxa3xx: Use devm_clk_get
Ezequiel Garcia
1
-9
/
+7
2013-08-05
mtd: nand: pxa3xx: Use devm_ioremap_resource
Ezequiel Garcia
1
-27
/
+4
2013-08-05
mtd: nand: pxa3xx: Use devm_kzalloc
Ezequiel Garcia
1
-10
/
+4
2013-08-05
mtd: Convert logging messages
Joe Perches
1
-27
/
+31
2013-08-05
mtd: devices: added the 16MiB winbond device
Girish K S
1
-0
/
+1
2013-08-05
mtd: nand_base: Use io{read, write}*_rep functions for transfer
Alexander Shiyan
1
-15
/
+4
2013-08-05
mtd: nand-gpio: Add missing "owner" field in platform_driver struct
Alexander Shiyan
1
-0
/
+1
2013-08-05
mtd: nand-gpio: Rename internal variables to match functionality
Alexander Shiyan
1
-30
/
+30
2013-08-05
mtd: nand-gpio: Unneeded dependency on ARM removed
Alexander Shiyan
1
-1
/
+1
2013-08-05
mtd: nand-gpio: Use default nand_base {read/write}_buf functions
Alexander Shiyan
1
-56
/
+0
2013-08-05
mtd: nand-gpio: Do not override GPIOs if driver uses platform_data but OF is ...
Alexander Shiyan
1
-0
/
+3
2013-08-05
mtd: nand-gpio: Use default dev_ready function if RDY is missing in configura...
Alexander Shiyan
1
-5
/
+2
2013-08-05
mtd: nand-gpio: Convert driver to using resource-managed functions
Alexander Shiyan
1
-92
/
+38
2013-08-05
mtd: m25p80: correct EN4B/EX4B comment
Brian Norris
1
-1
/
+1
2013-08-05
mtd: m25p80: utilize dedicated 4-byte addressing commands
Brian Norris
1
-7
/
+32
2013-08-05
mtd: fsl_ifc_nand: set NAND_NO_SUBPAGE_WRITE
Scott Wood
1
-1
/
+1
2013-08-05
mtd: devices: convert OMAP BCH to devm_ioremap_resource()
Silviu-Mihai Popescu
1
-3
/
+3
2013-08-05
mtd: m25p80: use spi_get_drvdata() and spi_set_drvdata()
Jingoo Han
1
-2
/
+2
2013-08-05
mtd: dataflash: use spi_get_drvdata() and spi_set_drvdata()
Jingoo Han
1
-4
/
+4
2013-08-05
mtd: sst25l: use spi_get_drvdata() and spi_set_drvdata()
Jingoo Han
1
-3
/
+3
2013-08-05
mtd: cfi_cmdset_0002: print @adr when write timeout occurs
Huang Shijie
1
-2
/
+2
2013-08-05
mtd: spear_smi: add CONFIG_PM_SLEEP to suspend/resume functions
Jingoo Han
1
-4
/
+2
2013-08-05
mtd: fsmc_nand: add CONFIG_PM_SLEEP to suspend/resume functions
Jingoo Han
1
-4
/
+2
2013-08-05
mtd: r852: add CONFIG_PM_SLEEP to suspend/resume functions
Jingoo Han
1
-4
/
+1
2013-08-05
mtd: bcm63xxpart: use nvram for PSI size
Jonas Gorski
1
-2
/
+4
2013-08-05
mtd: bcm63xxpart: use size macro for CFE block size
Jonas Gorski
1
-1
/
+2
2013-08-05
mtd: fsl_ifc_nand: remove incorrect kfree()
Brian Norris
1
-1
/
+0
2013-08-05
mtd: bcm47xxsflash: implement polling chip status
Rafał Miłecki
1
-0
/
+55
2013-08-05
mtd: bcm47xxsflash: implement ChipCommon R/W ops
Rafał Miłecki
2
-0
/
+15
2013-08-04
Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2
-26
/
+68
2013-08-04
drm/radeon: fix 64 bit divide in SI spm code
Alex Deucher
1
-1
/
+1
2013-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
49
-403
/
+665
2013-08-03
qlcnic: Fix for flash update failure on 83xx adapter
Himanshu Madhani
10
-132
/
+231
2013-08-03
qlcnic: Fix link speed and duplex display for 83xx adapter
Rajesh Borundia
1
-9
/
+16
2013-08-03
qlcnic: Fix link speed display for 82xx adapter
Rajesh Borundia
1
-3
/
+7
2013-08-03
qlcnic: Fix external loopback test.
Shahed Shaikh
1
-2
/
+10
2013-08-03
qlcnic: Removed adapter series name from warning messages.
Pratik Pujar
2
-2
/
+2
2013-08-03
qlcnic: Free up memory in error path.
Himanshu Madhani
1
-3
/
+3
2013-08-03
qlcnic: Fix ingress MAC learning
Shahed Shaikh
1
-33
/
+66
2013-08-03
qlcnic: Fix MAC address filter issue on 82xx adapter
Shahed Shaikh
1
-1
/
+1
[next]