Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
6a49bb55d208d5b2e98c1843b181b8e89e58aae9
/
include
/
linux
b8429a8
Add isblank
by Jason Hobbs
· Tue Aug 23 11:06:52 2011 +0000
971d9a1
NAND: Really ignore bad blocks when scrubbing
by Marek Vasut
· Mon Sep 12 06:04:06 2011 +0200
ef4aeba
Add missing header for gcc3
by Scott McNutt
· Fri Sep 23 11:42:14 2011 +0000
825223d
Minor coding style cleanup.
by Wolfgang Denk
· Sun Sep 11 21:24:09 2011 +0200
60fbc8d
Convert ISO-8859 files to UTF-8
by Albert ARIBAUD
· Thu Aug 04 18:45:45 2011 +0200
3ab93c3
phylib: Detect link on 10G devices correctly
by Andy Fleming
· Wed May 18 13:44:19 2011 +0000
aecf6fc
Create PHY Lib for U-Boot
by Andy Fleming
· Fri Apr 08 02:10:27 2011 -0500
c98a935
NAND: add support for reading ONFI page table
by Florian Fainelli
· Fri Feb 25 00:01:34 2011 +0000
216c447
USB: Add USB RNDIS gadget protocol
by Vitaly Kuzmichev
· Fri Feb 11 18:18:34 2011 +0300
24fcb47
USB-CDC: Port struct net_device_stats
by Vitaly Kuzmichev
· Fri Feb 11 18:18:32 2011 +0300
4f3391b
lib: add crc7 from Linux
by Thomas Chou
· Tue Jan 11 09:38:20 2011 +0800
75bde94
mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()
by Lei Wen
· Thu Jan 06 09:48:18 2011 +0800
0be92e8
Merge branch 'next' of ../next
by Wolfgang Denk
· Wed Dec 22 21:16:17 2010 +0100
59fb65d
NAND: add NAND_CMD_PARAM (0xec) definition
by Florian Fainelli
· Fri Dec 10 12:16:41 2010 +0000
6c285f6
nand: constify id/manu tables
by Mike Frysinger
· Wed Oct 20 01:15:21 2010 +0000
1162393
Coding style (white space) cleanup.
by Wolfgang Denk
· Fri Dec 17 10:14:09 2010 +0100
0b2cc86
Merge branch 'master' of ../master into next
by Wolfgang Denk
· Thu Dec 16 23:00:53 2010 +0100
fa19f05
include/linux/mii.h: update for supporting GE
by Macpaul Lin
· Fri Dec 03 13:52:34 2010 +0800
2b8a91a
ctype: constify lookup table
by Mike Frysinger
· Wed Oct 20 07:17:45 2010 -0400
1136f69
Coding Style cleanup
by Wolfgang Denk
· Wed Oct 27 22:48:30 2010 +0200
81aa2eb
include/asm-offsets.h: automatically generate assembler constants
by Wolfgang Denk
· Tue Oct 26 00:08:35 2010 +0200
58427f5
Add linux framebuffer header include/linux/fb.h
by Stefano Babic
· Wed Oct 13 12:14:29 2010 +0200
891d81b
mtd: OneNAND: add support for OneNAND manufactured by Numonyx
by Enric Balletbo i Serra
· Mon Oct 11 21:48:03 2010 +0200
50bae73
mtd: add an mtd method for get_len_incl_bad()
by Ben Gardiner
· Tue Aug 31 17:48:01 2010 -0400
da0f439
nand: remove dead code and suspend/resume
by Scott Wood
· Wed Aug 25 17:42:49 2010 -0500
49ed805
USB-CDC: Fix coding style issues
by Vitaly Kuzmichev
· Mon Sep 13 18:37:11 2010 +0400
df06344
Integrate USB gadget layer and USB CDC driver layer
by Remy Bohmer
· Wed Jul 29 18:18:43 2009 +0200
1bab104
x86: Fix support for booting bzImage
by Graeme Russ
· Sat Apr 24 00:05:49 2010 +1000
ebc5404
nios2: add struct stat support in linux/stat.h
by Thomas Chou
· Sat Mar 20 07:05:47 2010 +0800
71f1532
move definition of macros likely and unlikely to compiler.h
by Matthias Kaehlcke
· Tue Dec 22 23:05:45 2009 +0100
f7440cd
add lzop decompression support
by Peter Korsgaard
· Thu Nov 19 11:37:51 2009 +0100
0fe90a4
NAND:Extending the nand_ecclayout structure
by Sandeep Paulraj
· Mon Nov 16 13:31:47 2009 -0500
c32d80f
Merge branch 'master' into next
by Wolfgang Denk
· Sun Nov 15 23:13:40 2009 +0100
ed886a2
Flex-OneNAND driver support
by Amul Kumar Saha
· Fri Nov 06 17:15:31 2009 +0530
eab580c
NAND: Update to support 64 bit device size
by Sandeep Paulraj
· Fri Oct 30 13:51:23 2009 -0400
de881a3
ARM: Use Linux version for unaligned access code
by Remy Bohmer
· Thu Oct 29 12:29:37 2009 +0100
c6cb184
s5pc1xx: SMDKC100: fix compile warnings
by Minkyu Kang
· Thu Oct 15 11:19:15 2009 +0900
52aa4dc
s5pc1xx: support onenand driver
by Minkyu Kang
· Thu Oct 01 17:20:08 2009 +0900
95a3c73
Correct ffs/fls regression for PowerPC etc
by Simon Kagstrom
· Thu Sep 17 15:15:52 2009 +0200
2258cec
Define ffs/fls for all architectures
by Simon Kagstrom
· Mon Aug 24 09:10:12 2009 +0200
13edaf3
Move __set/clear_bit from ubifs.h to bitops.h
by Simon Kagstrom
· Mon Aug 24 09:09:50 2009 +0200
dea4070
MTD:NAND: ADD new ECC mode NAND_ECC_HW_OOB_FIRST
by Sandeep Paulraj
· Mon Aug 10 13:27:56 2009 -0400
883189e
NAND: ADD page Parameter to all read_page/read_page_raw API's
by Sandeep Paulraj
· Mon Aug 10 13:27:46 2009 -0400
9a5fffd
OneNAND: Remove unused read_spareram
by Kyungmin Park
· Tue Jul 21 11:58:04 2009 +0900
8aca720
Replace BCD2BIN and BIN2BCD macros with inline functions
by Albin Tonnerre
· Thu Aug 13 15:31:11 2009 +0200
9866305
Remove legacy NAND and disk on chip code.
by Scott Wood
· Wed Apr 01 15:02:13 2009 -0500
1a3f947
nand: Change NAND_MAX_OOBSIZE to 218 as needed for some 4k page devices
by Stefan Roese
· Thu Jun 04 16:40:36 2009 +0200
1d695be
Coding style cleanup; update CHANGELOG
by Wolfgang Denk
· Tue Jul 07 22:35:02 2009 +0200
586b3a6
mtd: Update MTD infrastructure to support 64bit device size
by Stefan Roese
· Mon May 11 16:03:55 2009 +0200
e0860d4
mtd: Add MTD concat support to concatenate multiple MTD NOR devices
by Stefan Roese
· Tue May 12 14:29:39 2009 +0200
64de8db
Add wait flags to support board/chip specific delays
by Wolfgang Grandegger
· Wed Feb 11 18:38:23 2009 +0100
ac20533
Add support for TQM-specific chip select logic to FSL-UPM
by Wolfgang Grandegger
· Wed Feb 11 18:38:22 2009 +0100
f154044
Add multi chip support to the FSL-UPM driver
by Wolfgang Grandegger
· Wed Feb 11 18:38:21 2009 +0100
2fc10f6
UBIFS: Implement read-only UBIFS support in U-Boot
by Stefan Roese
· Thu Mar 19 15:35:05 2009 +0100
371abe8
Add LZO decompressor support
by Stefan Roese
· Thu Mar 19 15:34:56 2009 +0100
0302550
NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS
by Wolfgang Grandegger
· Fri Jan 16 18:55:54 2009 +0100
db7ce8c
OneNAND: Additional sync with 2.6.27
by Stefan Roese
· Tue Dec 02 11:06:47 2008 +0100
dc7a79c
Sync with 2.6.27
by Kyungmin Park
· Tue Nov 04 09:24:07 2008 +0900
55334c7
Coding style cleanup, update CHANGELOG.
by Wolfgang Denk
· Tue Dec 16 01:02:17 2008 +0100
0bd0c1f
UBI: Add basic UBI support to U-Boot (Part 8/8)
by Kyungmin Park
· Wed Nov 19 16:38:24 2008 +0100
9e8248b
UBI: Add basic UBI support to U-Boot (Part 7/8)
by Kyungmin Park
· Wed Nov 19 16:36:36 2008 +0100
ad7ae36
UBI: Add basic UBI support to U-Boot (Part 6/8)
by Kyungmin Park
· Wed Nov 19 16:32:36 2008 +0100
ab92229
NAND: Allow NAND and OneNAND to coexist
by Alessandro Rubini
· Fri Oct 31 22:33:21 2008 +0100
3628f00
NAND: sync with 2.6.27
by Scott Wood
· Fri Oct 24 16:20:43 2008 -0500
06be5b9
Add Red Black Tree support
by Kyungmin Park
· Wed Oct 08 11:01:17 2008 +0900
9dbbd7b
Coding style cleanup, update CHANGELOG
by Wolfgang Denk
· Sat Sep 13 02:23:05 2008 +0200
8dd070b
update linux/list
by Jean-Christophe PLAGNIOL-VILLARD
· Sun Aug 31 04:24:51 2008 +0200
5d7a01c
Fix OneNAND read_oob/write_oob functions compatability
by Kyungmin Park
· Tue Aug 19 08:42:53 2008 +0900
74e0dde
Coding Style cleanup, update CHANGELOG
by Wolfgang Denk
· Thu Aug 14 14:41:06 2008 +0200
339af52
Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
by Wolfgang Denk
· Thu Aug 14 11:26:22 2008 +0200
396b0c4
Fix OneNAND build break
by Kyungmin Park
· Wed Aug 13 09:11:02 2008 +0900
719bb5f
drivers/mtd/nand: Move conditional compilation to Makefile
by Jean-Christophe PLAGNIOL-VILLARD
· Wed Aug 13 01:40:43 2008 +0200
a2d4dfe
NAND: Scan bad blocks lazily.
by Ilya Yanok
· Mon Jun 30 15:34:40 2008 +0200
6716603
nand: fsl_upm: convert to updated MTD NAND infrastructure
by Anton Vorontsov
· Thu Jun 12 11:10:21 2008 -0500
9e9c2c1
Fixing coding style issues
by William Juul
· Fri Nov 09 13:32:30 2007 +0100
b76ec38
Remove white space at end.
by William Juul
· Thu Nov 08 10:39:53 2007 +0100
52c0796
Update MTD to that of Linux 2.6.22.1
by William Juul
· Wed Oct 31 13:53:06 2007 +0100
df83c47
NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution.
by Scott Wood
· Fri Jun 20 12:38:57 2008 -0500
04fbaa0
NAND: Added support for 128-bit OOB, adapted
by Sergei Poselenov
· Fri Jun 06 15:42:43 2008 +0200
0d3058a
NAND FSL UPM: driver re-write using the hwcontrol callback
by Wolfgang Grandegger
· Thu Jun 05 13:02:29 2008 +0200
2b3c897
NAND: Provide a sane default for NAND_MAX_CHIPS.
by Scott Wood
· Mon May 19 09:30:43 2008 -0500
a1be476
Big white-space cleanup.
by Wolfgang Denk
· Tue May 20 16:00:29 2008 +0200
95ae2f6
sh: Add support stat structure and stat.h
by Nobuhiro Iwamatsu
· Thu Mar 27 15:44:12 2008 +0900
6ab97e9
nand: FSL UPM NAND driver
by Anton Vorontsov
· Mon Jan 14 23:09:32 2008 +0300
0037635
fix various comments
by Marcel Ziswiler
· Sun Dec 30 03:30:56 2007 +0100
af3d11c
OneNAND support (take #2)
by Kyungmin Park
· Mon Sep 10 17:15:14 2007 +0900
4e78832
[PATCH][NAND] Define the Vendor Id for Micron NAND Flash
by Ulf Samuelsson
· Thu May 24 12:12:47 2007 +0200
9cd9ea9
Merge git://www.denx.de/git/u-boot
by Michal Simek
· Tue May 08 00:32:35 2007 +0200
ab34023
[PATCH] MTD partition support, JFFS2 support
by Michal Simek
· Tue Apr 24 23:01:02 2007 +0200
b7ae1cf
Merge with /home/wd/git/u-boot/custodian/u-boot-avr32; code cleanup.
by Wolfgang Denk
· Wed Apr 18 16:53:52 2007 +0200
48b8bb1
Import <linux/mii.h> from the Linux kernel
by Haavard Skinnemoen
· Sun Dec 17 15:46:02 2006 +0100
698d582
AVR32: Provide a definition of struct stat
by Haavard Skinnemoen
· Wed Mar 21 19:44:48 2007 +0100
450c23e
[Blackfin][PATCH-2/2] Common files changed to support bf533 platform
by Aubrey.Li
· Fri Mar 09 13:40:56 2007 +0800
42fbddd
Add support for AMCC Sequoia PPC440EPx eval board
by Stefan Roese
· Thu Sep 07 11:51:23 2006 +0200
c80857e
Code cleanup
by Wolfgang Denk
· Fri Jul 21 11:56:05 2006 +0200
af8c4ca
Scheduled for removal: strnicmp() which is unused
by Wolfgang Denk
· Wed May 03 01:00:39 2006 +0200
f559579
Remove dependencies between DoC code and old legacy NAND driver.
by Marian Balakowicz
· Wed Apr 05 20:46:41 2006 +0200
46d2b52
Add ADI Blackfin support
by Wolfgang Denk
· Sun Mar 12 02:10:00 2006 +0100
67777b9
Minor code cleanup
by Wolfgang Denk
· Mon Mar 06 13:03:37 2006 +0100
582f1a3
Re-factoring the legacy NAND code (legacy NAND now only in board-specific
by Bartlomiej Sieka
· Sun Mar 05 18:57:33 2006 +0100
Next »