Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
c20850fdc6623d1bbd5edfbc9a565118ee5a7190
/
drivers
c20850f
drivers/net/ks8695eth.c: Fix compile warning
by Joe Hershberger
· Mon May 21 14:45:29 2012 +0000
0e5566f
drivers/net/ftmac100.c: Fix compile warning
by Joe Hershberger
· Mon May 21 14:45:28 2012 +0000
7c31bd1
drivers/net/fec_mxc.c: Fix compile warning
by Joe Hershberger
· Mon May 21 14:45:27 2012 +0000
59d13e0
drivers/net/enc28j60.c: Fix compile warning
by Joe Hershberger
· Mon May 21 14:45:26 2012 +0000
c5a889a
drivers/net/eepro100.c: Fix compile warning
by Joe Hershberger
· Mon May 21 14:45:25 2012 +0000
8efe831
drivers/net/dnet.c: Fix compile warning
by Joe Hershberger
· Mon May 21 14:45:24 2012 +0000
ab1ac41
drivers/net/dm9000x.c: Fix compile warning
by Joe Hershberger
· Mon May 21 14:45:23 2012 +0000
cfb0cee
drivers/net/dc2114x.c: Fix compile warning
by Joe Hershberger
· Mon May 21 14:45:22 2012 +0000
c4905d4
drivers/net/cs8900.c: Fix compile warning
by Joe Hershberger
· Mon May 21 14:45:21 2012 +0000
4aeb03b
drivers/net/calxedaxgmac.c: Fix compile warning
by Joe Hershberger
· Mon May 21 14:45:20 2012 +0000
1926375
drivers/net/at91_emac.c: Fix compile warning
by Joe Hershberger
· Mon May 21 14:45:19 2012 +0000
5e0f61e
drivers/net/armada100_fec.c: Fix compile warning
by Joe Hershberger
· Mon May 21 14:45:18 2012 +0000
df2893b
drivers/net/4xx_enet.c: Fix build warning
by Anatolij Gustschin
· Mon May 21 10:48:18 2012 +0000
3fae9a5
davinci: Fix Ethernet driver interface warning
by Joe Hershberger
· Mon May 21 05:54:01 2012 +0000
5d289fe
ppc: Fix warning in TSEC Ethernet driver
by Joe Hershberger
· Mon May 21 09:46:36 2012 +0000
1fdf5c2
drivers/net/mpc512x_fec.c: Fix build warning
by Anatolij Gustschin
· Mon May 21 09:13:52 2012 +0000
28ca379
drivers/usb/eth/asix.c: Fix build warning
by Anatolij Gustschin
· Sun May 20 12:22:59 2012 +0000
2f48ba7
drivers/net/mpc5xxx_fec.c: Fix build warning
by Anatolij Gustschin
· Sun May 20 12:22:57 2012 +0000
df93c8e
drivers/usb/eth/smsc95xx.c: Fix GCC 4.6 warning
by Anatolij Gustschin
· Sun May 20 12:22:56 2012 +0000
8c6f60a
drivers/net/smc911x.c: Fix GCC 4.6 warning
by Anatolij Gustschin
· Sun May 20 12:22:55 2012 +0000
2920add
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Wolfgang Denk
· Sun May 20 22:51:41 2012 +0200
460b156
Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
by Wolfgang Denk
· Sun May 20 22:47:40 2012 +0200
7be5b04
Merge branch 'master' of git://git.denx.de/u-boot-net
by Wolfgang Denk
· Sun May 20 22:33:44 2012 +0200
7464703
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Wolfgang Denk
· Sun May 20 21:31:26 2012 +0200
9b4ae50
USB: S5P: Add ehci support
by Rajeshwari Shinde
· Wed May 02 19:18:51 2012 +0530
8fb78fd
usb:udc:samsung Add functions for storing private gadget data in UDC driver
by Lukasz Majewski
· Wed May 02 13:11:38 2012 +0200
1dc6a67
usb:gadget:composite USB composite gadget support
by Lukasz Majewski
· Wed May 02 17:47:02 2012 +0200
0dfeb00
usb:udc:samsung:cleanup Replace DEBUG_* macros with debug_cond() calls
by Lukasz Majewski
· Wed May 02 13:11:35 2012 +0200
373cc99
usb:udc: Remove duplicated USB definitions from include/linux/usb/ch9.h file
by Lukasz Majewski
· Wed May 02 13:11:34 2012 +0200
285c8b3
USB: Document the QH and qTD antics in EHCI-HCD
by Marek Vasut
· Mon Apr 09 04:13:00 2012 +0200
ff24dc3
USB: Drop cache flush bloat in EHCI-HCD
by Marek Vasut
· Mon Apr 09 04:07:46 2012 +0200
4f66831
USB: Drop ehci_alloc/ehci_free in ehci-hcd
by Marek Vasut
· Sun Apr 08 23:32:05 2012 +0200
0643e43
NAND: Remove ONFI detection message to from bootup log
by Stefan Roese
· Mon May 07 21:29:30 2012 +0000
ae25e88
driver/mtd:IFC: Fix possible memory leak
by Prabhakar Kushwaha
· Tue Apr 10 22:48:27 2012 +0000
f31cf53
driver/mtd: IFC NAND: Add support of ONFI NAND flash
by Prabhakar Kushwaha
· Sun Apr 08 18:57:18 2012 +0000
435d351
mtd, nand: move some printfs to debug output.
by Heiko Schocher
· Tue Feb 14 22:34:05 2012 +0000
de95b32
nand_util: correct YAFFS image write function
by Liu, Wentao
· Tue Jan 17 19:55:02 2012 +0000
107b3d0
net: cosmetic: netconsole.c checkpatch compliance
by Joe Hershberger
· Tue May 15 08:59:13 2012 +0000
382abbd
tegra: Add tegra keyboard driver
by Rakesh Iyer
· Tue Apr 17 09:01:35 2012 +0000
757342a
input: Add support for keyboard matrix decoding from an fdt
by Bernie Thompson
· Tue Apr 17 09:01:31 2012 +0000
ec9fe92
input: Add generic keyboard input handler
by Simon Glass
· Tue Apr 17 09:01:30 2012 +0000
a0d0b76
tegra: i2c: Add function to find DVC bus
by Simon Glass
· Mon Apr 02 13:19:01 2012 +0000
7bbdecd
i2c: Add TPS6586X driver
by Simon Glass
· Mon Apr 02 13:18:44 2012 +0000
eae8e7e
Add abs() macro to return absolute value
by Simon Glass
· Thu May 10 11:37:35 2012 +0000
336ff28
i.MX28: Check if WP detection is implemented at all
by Marek Vasut
· Tue May 01 11:09:52 2012 +0000
335cbd2
FEC: Abstract out register setup
by Marek Vasut
· Tue May 01 11:09:41 2012 +0000
d7bc6b0
spi: mxs: Allow other chip selects to work
by Fabio Estevam
· Mon Apr 23 08:30:50 2012 +0000
179fe4b
spi: mxs: Introduce spi_cs_is_valid()
by Fabio Estevam
· Mon Apr 23 08:30:49 2012 +0000
7a63a55
pmic: dialog: Avoid name conflicts
by Fabio Estevam
· Mon May 07 10:25:58 2012 +0000
c79d225
imx: usb: There is no such register
by Timo Ketola
· Wed Apr 18 22:55:33 2012 +0000
63e29f6
i.MX25: usb: Set PORTSCx register
by Timo Ketola
· Wed Apr 18 22:55:32 2012 +0000
ad85f95
imx: nand: Support flash based BBT
by Timo Ketola
· Wed Apr 18 22:55:31 2012 +0000
4fce1db
i.MX25: This architecture has a GPIO4 too
by Timo Ketola
· Wed Apr 18 22:55:29 2012 +0000
5d113ca
USB: ehci-mx6: Fix broken IO access
by Wolfgang Grandegger
· Wed May 02 04:36:39 2012 +0000
978923e
pmic: Add support for the Dialog DA9053 PMIC
by Fabio Estevam
· Tue Mar 20 11:40:06 2012 +0000
771bfd1
SATA: add driver for MX5 / MX6 SOCs
by Stefano Babic
· Wed Feb 22 00:24:39 2012 +0000
d622817
NET: fec_mxc.c: Add a way to disable auto negotiation
by Stefano Babic
· Wed Feb 22 00:24:35 2012 +0000
2386f45
EXYNOS: Change bits per pixel value proper for u-boot.
by Donghwa Lee
· Mon Apr 23 15:37:05 2012 +0000
19632c4
LCD: support S6E8AX0 amoled driver based on EXYNOS MIPI DSI
by Donghwa Lee
· Fri Apr 06 14:24:01 2012 +0900
d84f783
EXYNOS: support EXYNOS MIPI DSI interface driver.
by Donghwa Lee
· Thu Apr 05 19:36:21 2012 +0000
0112fed
EXYNOS: support EXYNOS framebuffer and FIMD display drivers.
by Donghwa Lee
· Thu Apr 05 19:36:17 2012 +0000
e2ec82c
misc:pmic:max8997 MAX8997 support for PMIC driver
by Łukasz Majewski
· Thu Mar 29 01:29:17 2012 +0000
d9cf836
omap5: pbias ldo9 turn on
by Balaji T K
· Mon Mar 12 02:25:49 2012 +0000
beb407e
power: twl6035: add palmas PMIC support
by SRICHARAN R
· Mon Mar 12 02:25:48 2012 +0000
20c372f
OMAP4/5: Make the sysctrl structure common
by SRICHARAN R
· Mon Mar 12 02:25:42 2012 +0000
a9b0556
ARM:OMAP+:MMC: Add parameters to MMC init
by Jonathan Solnit
· Fri Feb 24 11:30:18 2012 +0000
8597d07
serial: add LPC32X0 high-speed UART devices support
by Vladimir Zapolskiy
· Thu Apr 19 04:33:09 2012 +0000
b0b0c9d
mmc: support the sdhci instead of s5p_mmc for samsung-soc
by Jaehoon Chung
· Mon Apr 23 02:36:28 2012 +0000
53889ed
mmc: add the quirk to use the sdhci for samsung-soc
by Jaehoon Chung
· Mon Apr 23 02:36:26 2012 +0000
89237a8
mmc: sdhci: add the quirk for broken r1b response
by Jaehoon Chung
· Mon Apr 23 02:36:25 2012 +0000
67f3897
i.MX28: Lower the amount of blocks transfered in one DMA cycle
by Marek Vasut
· Sun Apr 08 18:50:18 2012 +0000
d8552d6
mmc: fsl_esdhc: Poll until card is not busy anymore
by Dirk Behme
· Mon Mar 26 03:13:05 2012 +0000
ddde188
mmc: omap: handle controller errors properly
by Grazvydas Ignotas
· Mon Mar 19 12:12:06 2012 +0000
8927ac9
mmc: omap: improve stat wait message
by Grazvydas Ignotas
· Mon Mar 19 12:11:43 2012 +0000
ef2b729
mmc: omap: follow TRM procedure to power on cards
by Grazvydas Ignotas
· Mon Mar 19 03:50:53 2012 +0000
b6fe0dc
mmc:fix: Set mmc width according to MMC host capabilities
by Łukasz Majewski
· Mon Mar 12 22:07:18 2012 +0000
629f718
Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging
by Wolfgang Denk
· Mon Apr 30 18:19:28 2012 +0200
1f19e3f
lin_gadget: use common linux/compat.h
by Mike Frysinger
· Thu Apr 26 02:34:44 2012 +0000
11d1a09
linux/compat.h: rename from linux/mtd/compat.h
by Mike Frysinger
· Mon Apr 09 13:39:55 2012 +0000
a0c2ae1
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
by Wolfgang Denk
· Mon Apr 30 16:45:56 2012 +0200
63d2271
Merge branch 'master' of git://git.denx.de/u-boot-i2c
by Wolfgang Denk
· Mon Apr 30 16:43:49 2012 +0200
1e08458
powerpc/corenet_ds: Slave module for boot from SRIO
by Liu Gang
· Thu Mar 08 00:33:18 2012 +0000
631e693
i2c:designware Turn off the ctrl when setting the speed
by Armando Visconti
· Thu Mar 29 20:10:17 2012 +0000
3f64acb
i2c: Add support for designware i2c controller
by Vipin KUMAR
· Sun Feb 26 23:13:29 2012 +0000
52bc236
sh: i2c: Add support I2C controller of SH7734
by Nobuhiro Iwamatsu
· Thu Mar 01 17:56:35 2012 +0000
d8e8a6b
Blackfin: bfin_sdh: drop dos part hardcode
by Mike Frysinger
· Sun Feb 26 13:50:45 2012 -0500
c537ea7
net: ll_temac: drop obsolete "NAMESIZE" define
by Stephan Linz
· Tue Apr 10 06:20:57 2012 +0000
c9cb4a9
mmc: Fix warning if CONFIG_MMC_TRACE is enabled
by Dirk Behme
· Thu Mar 08 02:35:34 2012 +0000
2addcfd
ehci-omap: fix for enabling the correct usb port
by Jeroen Hofstee
· Thu Apr 19 11:25:18 2012 +0000
b3efbbf
GCC4.6: Squash warnings in onenand_base.c
by Wolfgang Denk
· Thu Apr 19 01:14:17 2012 +0000
97753b1
Prepare v2012.04-rc2; minor Coding Style cleanup
by Wolfgang Denk
· Mon Apr 16 23:13:51 2012 +0200
c035b7d
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Wolfgang Denk
· Mon Apr 16 23:01:12 2012 +0200
93541b4
DMA: Split the APBH DMA init into block and channel init
by Marek Vasut
· Sun Apr 08 17:34:46 2012 +0000
c0a17fe
imx: Return gpio_set_value in gpio_direction_output
by Vikram Narayanan
· Tue Apr 10 04:26:30 2012 +0000
fbdf6bc
imx: Use GPIO_TO_PORT macro in the gpio driver instead of (gpio >> 5)
by Vikram Narayanan
· Tue Apr 10 04:26:20 2012 +0000
10999cf
imx: Add GPIO_TO_PORT macro in the mxc_gpio driver
by Vikram Narayanan
· Tue Apr 10 04:26:08 2012 +0000
dac199b
i.MX28: Allow coexistence of PIO and DMA mode for SD/MMC
by Marek Vasut
· Thu Apr 05 03:30:35 2012 +0000
4a7b54e
drivers/mtd/spr_smi.c: Fix build warning
by Anatolij Gustschin
· Wed Mar 28 04:27:54 2012 +0000
01221f0
Merge branch 'master' of git://git.denx.de/u-boot-net
by Wolfgang Denk
· Mon Apr 09 17:10:01 2012 +0200
470e884
net/designware: Change timeout loop implementation
by Amit Virdi
· Mon Mar 26 00:09:59 2012 +0000
Next »