Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
02fa9f0451ac639a687bfc145eefe58703ff220e
/
drivers
/
mtd
/
maps
ab2020f
Merge git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 14 years ago
236cdc7
of: make drivers depend on CONFIG_OF instead of CONFIG_PPC_OF
by Rob Herring
· 14 years ago
f9a5279
mtd: maps: Use printf extension %pR for struct resource
by Joe Perches
· 14 years ago
ce4a37f
mtd: remove unnecessary casts of void ptr returning alloc function return values
by Jesper Juhl
· 14 years ago
3345cc4
mtd: bcm963xx-flash: try JEDEC probe if CFI fails
by Guillaume LECERF
· 14 years ago
f9d1bf7
ARM: pxa: fix pxa2xx-flash section mismatch
by Marek Vasut
· 14 years ago
6757792
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
by David Woodhouse
· 14 years ago
51f00a4
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 14 years ago
ebd71e3
mtd: maps: gpio-addr-flash: fix warnings and make more portable
by Mike Frysinger
· 14 years ago
940fe28
mtd: physmap_of: Loop through all "reg" tuples for mapping
by Stefan Roese
· 14 years ago
766f271
mtd: Fix endianness issues from device tree
by Ian Munsie
· 14 years ago
bc49c28
mtd: add Broadcom BCM63xx image tag partition parser
by Florian Fainelli
· 14 years ago
a41ccf5
mtd: pcmciamtd: remove dead code
by Dan Carpenter
· 14 years ago
229aebb
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
631dd1a
Update broken web addresses in the kernel.
by Justin P. Mattock
· 14 years ago
2262054
pcmcia: remove obsolete and wrong comments
by Dominik Brodowski
· 14 years ago
06b3a1d
pcmcia: avoid messages on module (un)loading
by Dominik Brodowski
· 14 years ago
2e9b981
pcmcia: move driver name to struct pcmcia_driver
by Dominik Brodowski
· 14 years ago
1ac71e5
pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device
by Dominik Brodowski
· 14 years ago
7feabb6
pcmcia: move config_{base,index,regs} to struct pcmcia_device
by Dominik Brodowski
· 14 years ago
37979e1
pcmcia: simplify IntType
by Dominik Brodowski
· 14 years ago
e8405f0
pcmcia: move Vpp setup to struct pcmcia_device
by Dominik Brodowski
· 14 years ago
fb49fa5
pcmcia: split up modify_configuration() into two fixup functions
by Dominik Brodowski
· 14 years ago
cdb1380
pcmcia: do not use win_req_t when calling pcmcia_request_window()
by Dominik Brodowski
· 14 years ago
2548558
of: MTD: Fix OF probing on little-endian systems
by Michal Simek
· 14 years ago
7a50d06
of: fix missing headers for of_address_to_resource() in MTD and SysACE drivers
by Graeme Smecher
· 14 years ago
58d4ea6
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 14 years ago
e8a89ce
Merge git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 14 years ago
78ef7fa
mtd-physmap: add support users can assign the probe type in board files
by Barry Song
· 15 years ago
73ee576
mtd: remove redwood map driver
by Christian Dietrich
· 14 years ago
1685e63
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
by Linus Torvalds
· 14 years ago
2dc1158
of/device: Replace struct of_device with struct platform_device
by Grant Likely
· 14 years ago
03c0c29
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 14 years ago
68640c2
mtd: ixp4xx: add support for static flash partitions
by Richard Cochran
· 14 years ago
0ca724d
pcmcia: use struct resource for PCMCIA devices, part 2
by Dominik Brodowski
· 14 years ago
b5cb259
pcmcia: remove memreq_t
by Dominik Brodowski
· 14 years ago
1d90d2c
mtd: physmap: use resource_size()
by H Hartley Sweeten
· 14 years ago
ac8b422
pcmcia: remove cs_types.h
by Dominik Brodowski
· 14 years ago
c76986c
Remove REDWOOD_[456] config options and conditional code
by Christian Dietrich
· 14 years ago
1ab1d63
of/platform: remove all of_bus_type and of_platform_bus_type references
by Grant Likely
· 14 years ago
00b275d
drivers/mtd/maps: introduce missing kfree
by Julia Lawall
· 14 years ago
fbae3fb
i2c: Remove all i2c_set_clientdata(client, NULL) in drivers
by Wolfram Sang
· 14 years ago
cf9b59e
Merge remote branch 'origin' into secretlab/next-devicetree
by Grant Likely
· 14 years ago
4018294
of: Remove duplicate fields from of_platform_driver
by Grant Likely
· 15 years ago
05ec7dd
Merge git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 14 years ago
61c7a08
of: Always use 'struct device.of_node' to get device node pointer.
by Grant Likely
· 15 years ago
11c9360
mtd/maps/pcmciamtd: Fix printk format for ssize_t in debug messages
by David Woodhouse
· 15 years ago
b2321ac
pcmciamtd: add another ID
by Dominik Brodowski
· 15 years ago
9bdde16
pcmciamtd: coding style cleanups
by Alexander Kurz
· 15 years ago
f6763c98
pcmciamtd: fixing obvious errors
by Alexander Kurz
· 15 years ago
9d5da3a
mtd: extend physmap_of to let the device tree specify the parition probe
by Jason Gunthorpe
· 15 years ago
2bfefa4
drivers/mtd: Use kzalloc
by Julia Lawall
· 15 years ago
0ae28a3
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Woodhouse
· 15 years ago
258006d
mtd: maps: Eliminate use after free
by Julia Lawall
· 15 years ago
317b6d6
pcmcia: dev_node removal (write-only drivers)
by Dominik Brodowski
· 15 years ago
1ca5d2f
mtd/maps/physmap: catch failure to register MTD_PHYSMAP_COMPAT device
by H Hartley Sweeten
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
329f905
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Woodhouse
· 15 years ago
395b228
mtd/maps/pismo: remove dangling pointer and a leak
by Wolfram Sang
· 15 years ago
17cf444
Delete zero-length file drivers/mtd/maps/omap_nor.c
by Jeff Garzik
· 15 years ago
c32da02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 15 years ago
91e0138
Merge branch 'master' into for-linus
by Russell King
· 15 years ago
318ae2e
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
d702d12
Merge with mainline to remove plat-omap/Kconfig conflict
by Tony Lindgren
· 15 years ago
1d40ddd
MTD: fix pismo build error
by Russell King
· 15 years ago
206aa6c
MIPS: Alchemy: physmap-flash for all devboards
by Manuel Lauss
· 15 years ago
a779053
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Woodhouse
· 15 years ago
9a5dea7
mtd: maps: ceiva: do not return random numbers
by Artem Bityutskiy
· 15 years ago
4335c10
mtd: maps: Blackfin async: rename local funcs to avoid common clashes
by Mike Frysinger
· 15 years ago
53f2b1c
mtd: ixp4xx: fix reading from half-word boundary
by Jon Ringle
· 15 years ago
cc87edb
MTD: remove no longer used OMAP flash map
by Ladislav Michl
· 15 years ago
947af29
Fix spelling of 'platform' in comments and doc
by Stefan Weil
· 15 years ago
b8be634
Merge git://git.infradead.org/~dwmw2/mtd-2.6.33
by Linus Torvalds
· 15 years ago
f6a8c60
mtd: Really add ARM pismo support
by Russell King - ARM Linux
· 15 years ago
e026255
mtd: physmap_of: Correct the size argument to kzalloc
by Julia Lawall
· 15 years ago
a695bc6
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 15 years ago
60d9aa7
Merge git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 15 years ago
ccaf5f0
ARM: 5848/1: kill flush_ioremap_region()
by Nicolas Pitre
· 15 years ago
4ef58d4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 15 years ago
1c49678
Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6
by Linus Torvalds
· 15 years ago
d014d04
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
d9b2c4d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
by Linus Torvalds
· 15 years ago
86185af
mtd: Fix comment in Kconfig
by Krzysztof Halasa
· 15 years ago
7cb777a
mtd: add ARM pismo support
by Russell King - ARM Linux
· 15 years ago
895fb49
mtd: error return -EIO instead of EIO
by Roel Kluin
· 15 years ago
d6587fe
mtd: ixp4xx map: use resource_size
by Tobias Klauser
· 15 years ago
6838b03
pcmcia: pcmcia_request_window() doesn't need a pointer to a pointer
by Dominik Brodowski
· 15 years ago
868575d
pcmcia: Pass struct pcmcia_device to pcmcia_map_mem_page()
by Magnus Damm
· 18 years ago
f5560da
pcmcia: Pass struct pcmcia_device to pcmcia_release_window()
by Magnus Damm
· 18 years ago
a76df42
Merge 7xx-iosplit-plat-merge with omap-fixes
by Tony Lindgren
· 15 years ago
782e571
mtd: vmu-flash: Use hweight_long
by Akinobu Mita
· 15 years ago
927585f
ARM: Fix warning in sa1100-flash.c
by Russell King
· 15 years ago
52cb014
mtd/maps: Fix accidental removal in Makefile
by Atsushi Nemoto
· 15 years ago
fa30123
Kconfig: Remove useless and sometimes wrong comments
by Michael Roth
· 15 years ago
9b44de2
pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (misc drivers)
by Dominik Brodowski
· 15 years ago
18b61b9
pcmcia: convert pcmciamtd driver to use new CIS helpers
by Dominik Brodowski
· 15 years ago
4397989
Merge git://git.infradead.org/users/dwmw2/mtd-2.6.32
by Linus Torvalds
· 15 years ago
8ce110a
mtd: Fix compile failure and error path in physmap.c
by H Hartley Sweeten
· 15 years ago
ce491cf
omap: headers: Move remaining headers from include/mach to include/plat
by Tony Lindgren
· 15 years ago
4b56ffc
mtd: Fix kernel NULL pointer dereference in physmap.c
by H Hartley Sweeten
· 15 years ago
Next »