kernel/u-boot.git
14 years agos5pc110: neptune: Fix backlight on since board_is_neptune JB15_20100223
Kyungmin Park [Tue, 23 Feb 2010 11:51:53 +0000 (20:51 +0900)]
s5pc110: neptune: Fix backlight on since board_is_neptune

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14 years agos5pc110: kessler: Incorrect board revision check
MyungJoo Ham [Tue, 23 Feb 2010 11:45:11 +0000 (20:45 +0900)]
s5pc110: kessler: Incorrect board revision check

"board" of kessler > C110_MACH_START; thus, if (board<0) works
incorrectly. This patch allows "kessler" to boot.

14 years agos5pc1xx: universal: remove unused file
Minkyu Kang [Tue, 23 Feb 2010 10:24:48 +0000 (19:24 +0900)]
s5pc1xx: universal: remove unused file

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
14 years agos5pc110: kessler: Reduce the board detection codes
Kyungmin Park [Tue, 23 Feb 2010 07:43:51 +0000 (16:43 +0900)]
s5pc110: kessler: Reduce the board detection codes

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14 years agos5pc11x: charger wakes up every 15sec to check the temperature
MyungJoo Ham [Tue, 23 Feb 2010 06:57:54 +0000 (15:57 +0900)]
s5pc11x: charger wakes up every 15sec to check the temperature

Supports "machine_is_kessler() == true" only.

14 years agoMerge branch 'master' of mj.ham@party:/pub/git/u-boot-s5pc1xx
MyungJoo Ham [Tue, 23 Feb 2010 06:57:28 +0000 (15:57 +0900)]
Merge branch 'master' of mj.ham@party:/pub/git/u-boot-s5pc1xx

14 years agos5pc110: adc: invalid register address removed.
MyungJoo Ham [Tue, 23 Feb 2010 06:56:05 +0000 (15:56 +0900)]
s5pc110: adc: invalid register address removed.

14 years agos5pc110: neptune: Enable bd60910gu backlight
Donghwa Lee [Tue, 23 Feb 2010 06:55:05 +0000 (15:55 +0900)]
s5pc110: neptune: Enable bd60910gu backlight

14 years agos5pc1xx: universal: remove compiler warning
Minkyu Kang [Tue, 23 Feb 2010 02:51:59 +0000 (11:51 +0900)]
s5pc1xx: universal: remove compiler warning

universal.c: In function 's5pc1xx_phy_control':
universal.c:2189: warning: no return statement in function returning non-void

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
14 years agos5pc110: Ethernet over USB - disable broken NFS support
Marek Szyprowski [Mon, 22 Feb 2010 13:07:56 +0000 (14:07 +0100)]
s5pc110: Ethernet over USB - disable broken NFS support

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
14 years agos5pc110: enable TFTP over USB support
Marek Szyprowski [Mon, 22 Feb 2010 11:17:22 +0000 (12:17 +0100)]
s5pc110: enable TFTP over USB support

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
14 years agos5pc110: disable support for end points >3 to reduce uboot image size
Marek Szyprowski [Mon, 22 Feb 2010 11:17:05 +0000 (12:17 +0100)]
s5pc110: disable support for end points >3 to reduce uboot image size

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
14 years agos5pc110: USB Ethernet Gadget - enabled and fixed RNDIS mode
Marek Szyprowski [Mon, 22 Feb 2010 11:18:48 +0000 (12:18 +0100)]
s5pc110: USB Ethernet Gadget - enabled and fixed RNDIS mode

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
14 years agos5pc110: support adc JB15_20100222
MyungJoo Ham [Mon, 22 Feb 2010 07:55:17 +0000 (16:55 +0900)]
s5pc110: support adc

14 years agos5pc110: aquila: Enable Dynamic power down, Self refresh, and clock control JB14_20100220
Kyungmin Park [Sat, 20 Feb 2010 00:07:00 +0000 (09:07 +0900)]
s5pc110: aquila: Enable Dynamic power down, Self refresh, and clock control

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14 years agos5pc110 lcd: add safety checks (whether it's malloc'd or not) JB13_20100219
MyungJoo Ham [Fri, 19 Feb 2010 06:50:53 +0000 (15:50 +0900)]
s5pc110 lcd: add safety checks (whether it's malloc'd or not)

14 years agos5pc110: sleep code clean (less logs, less unnecessary codes)
MyungJoo Ham [Fri, 19 Feb 2010 06:48:43 +0000 (15:48 +0900)]
s5pc110: sleep code clean (less logs, less unnecessary codes)

14 years agos5pc110: charger: charger mode sleep alternatively sleeps and wakes up.
MyungJoo Ham [Fri, 19 Feb 2010 06:33:52 +0000 (15:33 +0900)]
s5pc110: charger: charger mode sleep alternatively sleeps and wakes up.

- TODO: full batt check and temperature check.

14 years agos5pc110: fb: possible memory leak (un-free'd malloc)
MyungJoo Ham [Fri, 19 Feb 2010 06:29:46 +0000 (15:29 +0900)]
s5pc110: fb: possible memory leak (un-free'd malloc)

This is dangerous for sleep/wakeup of u-boot.

14 years agos5pc110: fb: got a memory leakage (un-free'd malloc).
MyungJoo Ham [Fri, 19 Feb 2010 05:32:14 +0000 (14:32 +0900)]
s5pc110: fb: got a memory leakage (un-free'd malloc).

This is dangerous for the sleep-wakeup in u-boot.

14 years agos5pc110: aquila: Disable TFTPBOOT over USB JB12_20100218
Kyungmin Park [Thu, 18 Feb 2010 08:14:51 +0000 (17:14 +0900)]
s5pc110: aquila: Disable TFTPBOOT over USB

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14 years agos5pc110: USB Ethernet Gadget: RNDIS port
Kyungmin Park [Thu, 18 Feb 2010 08:02:30 +0000 (17:02 +0900)]
s5pc110: USB Ethernet Gadget: RNDIS port

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14 years agoUSB: added RNDIS files
Kyungmin Park [Thu, 18 Feb 2010 08:00:25 +0000 (17:00 +0900)]
USB: added RNDIS files

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14 years agos5pc110: Add S5PC110 S3C UDC OTG driver and enable CDC Ethernet networking (tftp)
Kyungmin Park [Thu, 18 Feb 2010 07:59:35 +0000 (16:59 +0900)]
s5pc110: Add S5PC110 S3C UDC OTG driver and enable CDC Ethernet networking (tftp)

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14 years agos5pc110: copy&paste S3C UDC OTG driver from Linux Kernel tree
Kyungmin Park [Thu, 18 Feb 2010 07:50:51 +0000 (16:50 +0900)]
s5pc110: copy&paste S3C UDC OTG driver from Linux Kernel tree

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14 years agoEnable the use of Ethernet over USB (CDC) for the AT91SAM9261EK board.
Kyungmin Park [Thu, 18 Feb 2010 07:49:57 +0000 (16:49 +0900)]
Enable the use of Ethernet over USB (CDC) for the AT91SAM9261EK board.

Signed-off-by: Thomas Smits <ts.smits@gmail.com>
Signed-off-by: Remy Bohmer <linux@bohmer.net>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14 years agoConnect the AT91 UDC to USB CDC-ethernet support
Kyungmin Park [Thu, 18 Feb 2010 07:49:05 +0000 (16:49 +0900)]
Connect the AT91 UDC to USB CDC-ethernet support

This patch implements the low-level part of the USB CDC layer for AT91
Other boards can use this patch as an example to connect their own.

It does not enable the use of CDC ethernet for any of the AT91 boards.
Separate patches are required for that. Some boards also use network-
drivers that do not support CONFIG_NET_MULTI, which is mandatory for this
patch to work.

Signed-off-by: Thomas Smits <ts.smits@gmail.com>
Signed-off-by: Remy Bohmer <linux@bohmer.net>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14 years agoIntegrate USB gadget layer and USB CDC driver layer
Kyungmin Park [Thu, 18 Feb 2010 07:33:31 +0000 (16:33 +0900)]
Integrate USB gadget layer and USB CDC driver layer

Signed-off-by: Thomas Smits <ts.smits@gmail.com>
Signed-off-by: Remy Bohmer <linux@bohmer.net>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14 years agoUSB: Prepare the TFTP over USB
Kyungmin Park [Thu, 18 Feb 2010 07:31:15 +0000 (16:31 +0900)]
USB: Prepare the TFTP over USB

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14 years agoMerge branch 'master' of kmpark@party:/pub/git/u-boot-s5pc1xx
Kyungmin Park [Thu, 18 Feb 2010 02:41:48 +0000 (11:41 +0900)]
Merge branch 'master' of kmpark@party:/pub/git/u-boot-s5pc1xx

14 years agos5pc110: neptune: Neptune board detect support
Kyungmin Park [Thu, 18 Feb 2010 02:41:43 +0000 (11:41 +0900)]
s5pc110: neptune: Neptune board detect support

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14 years agos5pc1xx: gpio: use upper case macro
Minkyu Kang [Thu, 18 Feb 2010 02:32:02 +0000 (11:32 +0900)]
s5pc1xx: gpio: use upper case macro

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
14 years agoMerge branch 'master' of http://git.denx.de/u-boot
Kyungmin Park [Thu, 18 Feb 2010 02:02:21 +0000 (11:02 +0900)]
Merge branch 'master' of http://git.denx.de/u-boot

Conflicts:

cpu/arm_cortexa8/s5pc1xx/Makefile
cpu/arm_cortexa8/s5pc1xx/cache.c
lib_ppc/reloc.S
onenand_ipl/board/samsung/universal/u-boot-onenand.lds

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14 years agos5pc110: p1: modify onenand write address JB11_20100217
jinmo.sung [Tue, 16 Feb 2010 12:05:13 +0000 (21:05 +0900)]
s5pc110: p1: modify onenand write address

Signed-off-by: jinmo.sung <jm0302.sung@samsung.com>
14 years agos5pc110: kessler: fixed omitted conditions (LCD/MAX17040 for rev 0.9) JB10_20100212
MyungJoo Ham [Thu, 11 Feb 2010 12:51:39 +0000 (21:51 +0900)]
s5pc110: kessler: fixed omitted conditions (LCD/MAX17040 for rev 0.9)

14 years agos5pc110: kessler: code cleanup JB09_20100211
Kyungmin Park [Thu, 11 Feb 2010 11:25:22 +0000 (20:25 +0900)]
s5pc110: kessler: code cleanup

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14 years agos5pc110: kessler: Use the kessler name instead of aries
Kyungmin Park [Thu, 11 Feb 2010 11:16:55 +0000 (20:16 +0900)]
s5pc110: kessler: Use the kessler name instead of aries

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14 years agos5pc110: aquila: Use correct aquila machine id
Kyungmin Park [Thu, 11 Feb 2010 10:44:36 +0000 (19:44 +0900)]
s5pc110: aquila: Use correct aquila machine id

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14 years agos5pc110: bt: Restore control method of gpio related to BT when resume/suspend
ChanWoo Choi [Thu, 11 Feb 2010 07:54:45 +0000 (16:54 +0900)]
s5pc110: bt: Restore control method of gpio related to BT when resume/suspend

14 years agos5pc110: aquila: adjust mtd partition
Minkyu Kang [Thu, 11 Feb 2010 06:36:09 +0000 (15:36 +0900)]
s5pc110: aquila: adjust mtd partition

0: bootloader          0x00040000 0x00000000 0
1: params              0x00040000 0x00040000 0
2: config              0x00380000 0x00080000 0
3: csa                 0x00800000 0x00400000 0
4: kernel              0x00700000 0x00c00000 0
5: log                 0x00100000 0x01300000 0
6: modem               0x00c00000 0x01400000 0
7: qboot               0x02000000 0x02000000 0
8: UBI                 0x1c000000 0x04000000 0

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
14 years agos5pc110: rtc.h omitted endif
MyungJoo Ham [Thu, 11 Feb 2010 02:15:07 +0000 (11:15 +0900)]
s5pc110: rtc.h omitted endif

14 years agos5pc110: rtc registers structured.
MyungJoo Ham [Thu, 11 Feb 2010 02:10:21 +0000 (11:10 +0900)]
s5pc110: rtc registers structured.

14 years agos5pc110: RTC registers added (will be used for charger)
MyungJoo Ham [Thu, 11 Feb 2010 01:44:10 +0000 (10:44 +0900)]
s5pc110: RTC registers added (will be used for charger)

14 years agos5pc110: aquila: fix mtd partition and remove csa migration
Minkyu Kang [Thu, 11 Feb 2010 00:55:53 +0000 (09:55 +0900)]
s5pc110: aquila: fix mtd partition and remove csa migration

 #: name size offset mask_flags
0: bootloader          0x00040000 0x00000000 0
1: params              0x00040000 0x00040000 0
2: config              0x00380000 0x00080000 0
3: csa                 0x00800000 0x00400000 0
4: kernel              0x00600000 0x00c00000 0
5: log                 0x00100000 0x01200000 0
6: modem               0x00c00000 0x01300000 0
7: qboot               0x01e00000 0x01f00000 0
8: UBI                 0x1c300000 0x03d00000 0

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
14 years agos5pc110: sleep: remove warning JB08_20100210
Minkyu Kang [Wed, 10 Feb 2010 09:48:59 +0000 (18:48 +0900)]
s5pc110: sleep: remove warning

sleep.c: In function 's5pc110_sleep':
sleep.c:353: warning: implicit declaration of function 'board_sleep_init_late'

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
14 years agos5pc110: p1p2: fix onenand_ipl build for EVT1
Minkyu Kang [Wed, 10 Feb 2010 05:28:50 +0000 (14:28 +0900)]
s5pc110: p1p2: fix onenand_ipl build for EVT1

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
14 years agocharger: wakeup and start booting if TA is out while charging/sleeping.
MyungJoo Ham [Wed, 10 Feb 2010 02:48:15 +0000 (11:48 +0900)]
charger: wakeup and start booting if TA is out while charging/sleeping.

14 years agos5pc110: usbd: remove warnings
Minkyu Kang [Wed, 10 Feb 2010 02:36:45 +0000 (11:36 +0900)]
s5pc110: usbd: remove warnings

usb_downloader.c: In function 'usb_stop':
usb_downloader.c:113: warning: implicit declaration of function 's5pc_fimd_lcd_off'
usb_downloader.c:114: warning: implicit declaration of function 's5pc_fimd_window_off'
usb_downloader.c: At top level:
usb_downloader.c:58: warning: 's5p_usb_clear_upfile_info' defined but not used

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
14 years agovideo: remove warning
Minkyu Kang [Wed, 10 Feb 2010 02:27:43 +0000 (11:27 +0900)]
video: remove warning

font_8x16.c:4629: warning: pointer targets in initialization differ in signedness

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
14 years agos5pc110: p1: change ubi.mtd
jinmo.sung [Tue, 9 Feb 2010 12:36:23 +0000 (21:36 +0900)]
s5pc110: p1: change ubi.mtd

Signed-off-by: jinmo.sung <jm0302.sung@samsung.com>
14 years agos5pc110: p1: divide cpu revision between evt0 and evt1.
jinmo.sung [Tue, 9 Feb 2010 12:21:13 +0000 (21:21 +0900)]
s5pc110: p1: divide cpu revision between evt0 and evt1.

Signed-off-by: jinmo.sung <jm0302.sung@samsung.com>
14 years agos5pc110: p1: change mtd partition.
jinmo.sung [Tue, 9 Feb 2010 12:19:01 +0000 (21:19 +0900)]
s5pc110: p1: change mtd partition.

Signed-off-by: jinmo.sung <jm0302.sung@samsung.com>
14 years agos5pc110: gpio pdn setting: remove keep_state for CODEC/FM JB07_20100209
Joonyoung Shim [Tue, 9 Feb 2010 05:42:44 +0000 (14:42 +0900)]
s5pc110: gpio pdn setting: remove keep_state for CODEC/FM

Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
14 years agos5pc110: Fix typo
Joonyoung Shim [Tue, 9 Feb 2010 05:09:22 +0000 (14:09 +0900)]
s5pc110: Fix typo

Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
14 years agos5pc110: gpio pdn setting: turn on/off keep_state.
MyungJoo Ham [Tue, 9 Feb 2010 04:42:58 +0000 (13:42 +0900)]
s5pc110: gpio pdn setting: turn on/off keep_state.

14 years agos5pc110: neptune: code clean unused bit for MADCTL
Donghwa Lee [Tue, 9 Feb 2010 03:12:24 +0000 (12:12 +0900)]
s5pc110: neptune: code clean unused bit for MADCTL

14 years agos5pc110: neptune: Correct RGB/BGR order
Donghwa Lee [Tue, 9 Feb 2010 03:07:46 +0000 (12:07 +0900)]
s5pc110: neptune: Correct RGB/BGR order

14 years agos5pc110: Remove unused functions and use the common header file
Kyungmin Park [Tue, 9 Feb 2010 01:38:10 +0000 (10:38 +0900)]
s5pc110: Remove unused functions and use the common header file

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14 years agoMerge branch 'master' of git://git.denx.de/u-boot-net
Wolfgang Denk [Mon, 8 Feb 2010 21:09:24 +0000 (22:09 +0100)]
Merge branch 'master' of git://git.denx.de/u-boot-net

14 years agokgdb: cpu/mpc* cpu/74xx: include kgdb.h when needed
Mike Frysinger [Mon, 8 Feb 2010 20:30:16 +0000 (15:30 -0500)]
kgdb: cpu/mpc* cpu/74xx: include kgdb.h when needed

Commit cbb0cab1d929839d broke some platforms which used kgdb code but
didn't actually include kgdb.h.  So include kgdb.h in all the relevant
traps code.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14 years agos5pc110: p1: home key usb download available
Sang-youl Ha [Mon, 8 Feb 2010 18:05:21 +0000 (03:05 +0900)]
s5pc110: p1: home key usb download available

Signed-off-by: Sang-youl Ha <sy1004.ha@samsung.com>
14 years agos5pc110: aquila: Can modify console for wmg160 JB06_20100208
Kyungmin Park [Mon, 8 Feb 2010 11:55:50 +0000 (20:55 +0900)]
s5pc110: aquila: Can modify console for wmg160

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14 years agos5pc110: fb: changed lcd info name.
daeinki [Mon, 8 Feb 2010 11:25:08 +0000 (20:25 +0900)]
s5pc110: fb: changed lcd info name.

Signed-off-by: daeinki <inki.dae@samsung.com>
14 years agos5pc110: fb: code clean.
daeinki [Mon, 8 Feb 2010 10:24:28 +0000 (19:24 +0900)]
s5pc110: fb: code clean.

Signed-off-by: daeinki <inki.dae@samsung.com>
14 years agos5pc110: lcd: reversed lcd panel for Cypress and bug fix.
daeinki [Mon, 8 Feb 2010 08:01:24 +0000 (17:01 +0900)]
s5pc110: lcd: reversed lcd panel for Cypress and bug fix.

Signed-off-by: daeinki <inki.dae@samsung.com>
14 years agos5pc110: aquila: fix wrong commit
Minkyu Kang [Mon, 8 Feb 2010 06:06:07 +0000 (15:06 +0900)]
s5pc110: aquila: fix wrong commit

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
14 years agos5pc110: aquila: increase the log partition
Minkyu Kang [Mon, 8 Feb 2010 05:47:05 +0000 (14:47 +0900)]
s5pc110: aquila: increase the log partition

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
14 years agos5pc110: fb: changed fimd clock to sclk_fimd.
daeinki [Mon, 8 Feb 2010 05:48:49 +0000 (14:48 +0900)]
s5pc110: fb: changed fimd clock to sclk_fimd.

Signed-off-by: daeinki <inki.dae@samsung.com>
14 years agos5pc110: p1p2: No LCD support & No MMC support
Jeong-Seok Yang [Mon, 8 Feb 2010 03:56:10 +0000 (12:56 +0900)]
s5pc110: p1p2: No LCD support & No MMC support

Signed-off-by: Jeong-Seok Yang <jseok.yang@samsung.com>
14 years agos5pc110: clock: move PLL defines
Minkyu Kang [Mon, 8 Feb 2010 03:08:44 +0000 (12:08 +0900)]
s5pc110: clock: move PLL defines

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
14 years agos5pc110: universal: add factory off usb to auto download mode
Minkyu Kang [Mon, 8 Feb 2010 02:08:52 +0000 (11:08 +0900)]
s5pc110: universal: add factory off usb to auto download mode

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
14 years agos5pc110: universal: fix typo
Minkyu Kang [Mon, 8 Feb 2010 01:12:06 +0000 (10:12 +0900)]
s5pc110: universal: fix typo

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
14 years agos5pc110: don't use fb functions when lcd is not supported
Minkyu Kang [Mon, 8 Feb 2010 01:11:15 +0000 (10:11 +0900)]
s5pc110: don't use fb functions when lcd is not supported

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
14 years agos5pc110: aquila: Fix compiler warning since typo
Kyungmin Park [Mon, 8 Feb 2010 01:02:13 +0000 (10:02 +0900)]
s5pc110: aquila: Fix compiler warning since typo

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14 years agonet: Use 0.5 sec timeout in miiphy_reset() instead of counting loop
Stefan Roese [Tue, 2 Feb 2010 12:43:48 +0000 (13:43 +0100)]
net: Use 0.5 sec timeout in miiphy_reset() instead of counting loop

This patch fixes a problem I've notived on a buggy PPC4xx system. This
system has problems with the PHY MDIO communication and seemed to be
stuck/crashed in miiphy_reset(). But degugging revealed, that the CPU
didn't crash, but "only" hung in this counting loop for about 2 minutes.

This patch now uses a real timeout of 0.5 seconds (as mentioned in the
comment in miiphy_reset).

Signed-off-by: Stefan Roese <sr@denx.de>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14 years agofec_mxc: add support for MX51 processor
Stefano Babic [Mon, 1 Feb 2010 13:51:30 +0000 (14:51 +0100)]
fec_mxc: add support for MX51 processor

The patch add support for the Freescale mx51 processor
to the FEC ethernet driver.

Signed-off-by: Stefano Babic <sbabic@denx.de>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14 years agoNET: kirkwood-egiga smi access fix
Siddarth Gore [Tue, 19 Jan 2010 05:39:07 +0000 (11:09 +0530)]
NET: kirkwood-egiga smi access fix

Although the datasheet mentions seperate smi registers for each
port, using Port 1 smi register to access ethernet phys does not
work. Hence only Port 0 smi register should be used to access all
devices connected to the smi bus. This behavior is consistant with
the mv643xx driver in the linux kernel.

Signed-off-by: Siddarth Gore <gores@marvell.com>
Acked-by: Prafulla Wadaskar <prafulla@marvell.com>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14 years agoRevert "s5pc110: wmg160: Workaround comments because of wrong board detection" JB05_20100206 JB05_20100207
Joonyoung Shim [Sat, 6 Feb 2010 03:19:18 +0000 (12:19 +0900)]
Revert "s5pc110: wmg160: Workaround comments because of wrong board detection"

This reverts commit 643344ab72cadd769be981653672cc1e21fd5e61.

14 years agos5pc110: Fix keypad codes
Joonyoung Shim [Sat, 6 Feb 2010 03:15:27 +0000 (12:15 +0900)]
s5pc110: Fix keypad codes

Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
14 years agos5pc110: wmg160: Workaround comments because of wrong board detection
Joonyoung Shim [Sat, 6 Feb 2010 01:20:22 +0000 (10:20 +0900)]
s5pc110: wmg160: Workaround comments because of wrong board detection

Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
14 years agoMerge branch 'master' of kmpark@party:/pub/git/u-boot-s5pc1xx
Kyungmin Park [Sat, 6 Feb 2010 01:04:23 +0000 (10:04 +0900)]
Merge branch 'master' of kmpark@party:/pub/git/u-boot-s5pc1xx

14 years agos5pc110: aquila: Workaround for key usb download
Kyungmin Park [Sat, 6 Feb 2010 01:04:18 +0000 (10:04 +0900)]
s5pc110: aquila: Workaround for key usb download

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14 years agousbd: check mmc is supported
Minkyu Kang [Fri, 5 Feb 2010 12:31:59 +0000 (21:31 +0900)]
usbd: check mmc is supported

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
14 years agos5pc110: wmg160: USB support JB04_20100205
Kyungmin Park [Fri, 5 Feb 2010 12:07:31 +0000 (21:07 +0900)]
s5pc110: wmg160: USB support

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14 years agoMerge branch 'master' of kmpark@party:/pub/git/u-boot-s5pc1xx
Kyungmin Park [Fri, 5 Feb 2010 11:51:06 +0000 (20:51 +0900)]
Merge branch 'master' of kmpark@party:/pub/git/u-boot-s5pc1xx

14 years agos5pc110: wmg160: Board detection with GPH3[0:4]
Kyungmin Park [Fri, 5 Feb 2010 11:51:02 +0000 (20:51 +0900)]
s5pc110: wmg160: Board detection with GPH3[0:4]

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14 years agos5pc110: wmg160: No MMC support
Minkyu Kang [Fri, 5 Feb 2010 11:45:22 +0000 (20:45 +0900)]
s5pc110: wmg160: No MMC support

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
14 years agos5pc110: wmg160: Fixme board detection
Kyungmin Park [Fri, 5 Feb 2010 11:36:52 +0000 (20:36 +0900)]
s5pc110: wmg160: Fixme board detection

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14 years agos5pc110: wmg160: Fix wrong machine detection
Kyungmin Park [Fri, 5 Feb 2010 11:19:38 +0000 (20:19 +0900)]
s5pc110: wmg160: Fix wrong machine detection

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14 years agos5pc110: wmg160: No MMC & LCD support
Kyungmin Park [Fri, 5 Feb 2010 11:08:01 +0000 (20:08 +0900)]
s5pc110: wmg160: No MMC & LCD support

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14 years agos5pc110: wmg160: GPIO I2C support
Kyungmin Park [Fri, 5 Feb 2010 10:52:48 +0000 (19:52 +0900)]
s5pc110: wmg160: GPIO I2C support

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14 years agos5pc110: wmg160: Display EVT0 when CPU is EVT0
Kyungmin Park [Fri, 5 Feb 2010 10:33:35 +0000 (19:33 +0900)]
s5pc110: wmg160: Display EVT0 when CPU is EVT0

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14 years agos5pc110: wmg160: initial support
Kyungmin Park [Fri, 5 Feb 2010 10:30:14 +0000 (19:30 +0900)]
s5pc110: wmg160: initial support

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14 years agos5pc110: wmg160: Add machine ID
Kyungmin Park [Fri, 5 Feb 2010 09:35:48 +0000 (18:35 +0900)]
s5pc110: wmg160: Add machine ID

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14 years agoRevert "s5pc110: aries: GPIO PDA_ACTIVE is not "OUTPUT-HIGH""
MyungJoo Ham [Fri, 5 Feb 2010 09:26:45 +0000 (18:26 +0900)]
Revert "s5pc110: aries: GPIO PDA_ACTIVE is not "OUTPUT-HIGH""

This reverts commit 0d7a106f48488a48180441086648536f12fc4117.

PDA_ACTIVE OUTPUT-HIGH is for "IDLE" not for "SLEEP"

Wait until H/W confirms about this and use the old values.

14 years agos5pc110: aquila: set KEEP_STATE at FM_RST gpio
Joonyoung Shim [Fri, 5 Feb 2010 04:54:33 +0000 (13:54 +0900)]
s5pc110: aquila: set KEEP_STATE at FM_RST gpio

Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
14 years agos5pc110: aquila: Set CODEC_LDO_EN gpio to KEEP_STATE
Joonyoung Shim [Fri, 5 Feb 2010 03:01:46 +0000 (12:01 +0900)]
s5pc110: aquila: Set CODEC_LDO_EN gpio to KEEP_STATE

Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
14 years agos5pc110: aries: GPIO PDA_ACTIVE is not "OUTPUT-HIGH"
MyungJoo Ham [Fri, 5 Feb 2010 01:38:47 +0000 (10:38 +0900)]
s5pc110: aries: GPIO PDA_ACTIVE is not "OUTPUT-HIGH"

H/W requested this setting. Modem should follow this change in
order to prevent sleep current leakage.

14 years agos5pc110: lcd: code clean
Donghwa Lee [Fri, 5 Feb 2010 00:52:43 +0000 (09:52 +0900)]
s5pc110: lcd: code clean

14 years agos5pc110: lcd: code clean
Donghwa Lee [Fri, 5 Feb 2010 00:21:18 +0000 (09:21 +0900)]
s5pc110: lcd: code clean