kernel/u-boot.git
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 agonew board (eb_cpux9k2)
Jens Scharsig [Wed, 3 Feb 2010 21:48:09 +0000 (22:48 +0100)]
new board (eb_cpux9k2)

* new board (eb_cpux9k2)
 * support for EB+CPUx9K2 board by BuS Elektronik GmbH & Co. KG
 * select via make eb_cpux9k2_config
 * this also demonstrates, how to use boards with AT91RM9200 cpu
   in at91 arch tree

Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
14 years agonew at91_emac network driver (NET_MULTI api)
Jens Scharsig [Wed, 3 Feb 2010 21:47:57 +0000 (22:47 +0100)]
new at91_emac network driver (NET_MULTI api)

* add's at91_emac (AT91RM9200) network driver (NET_MULTI api)
 * enable driver with CONFIG_DRIVER_AT91EMAC
 * generic PHY initialization
 * modify AT91RM9200 boards to use NET_MULTI driver
 * the drivers has been tested with LXT971 Phy and DM9161 Phy at MII and RMII
   interface

Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
14 years agoprepare joining at91rm9200 into at91
Jens Scharsig [Wed, 3 Feb 2010 21:47:35 +0000 (22:47 +0100)]
prepare joining at91rm9200 into at91

* prepare joining at91 and at91rm9200
 * add modified copy of soc files to cpu/arm920t/at91 to make
   possible to compile at91rm9200 boards in at91 tree instead
   of at91rm9200
 * add header files with c structure defs for AT91 MC, ST and TC
 * the new cpu files are using at91 c structure soc access
 * please read README.soc-at91 for details

Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
14 years agoupdate at91sam9263ek board to new SoC access
Jens Scharsig [Wed, 3 Feb 2010 21:47:18 +0000 (22:47 +0100)]
update at91sam9263ek board to new SoC access

* convert at91sam9263ek board to use c stucture SoC access
 * change gpio access to at91_gpio syntax

Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
14 years agoconvert common files to new SoC access
Jens Scharsig [Wed, 3 Feb 2010 21:46:58 +0000 (22:46 +0100)]
convert common files to new SoC access

* add's a warning to all files, which need update to new SoC access
 * convert common files in cpu/../at91 and a lot of drivers to use
   c stucture SoC access

Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
14 years agoconvert all at91 files to use at91_gpio driver syntax
Jens Scharsig [Wed, 3 Feb 2010 21:46:46 +0000 (22:46 +0100)]
convert all at91 files to use at91_gpio driver syntax

* convert all files cpu/../at91 to use at91_gpio driver syntax
 * change AT91_PINP([A-F])(\d+) to AT91_PIO_PORT\1, \2
   this makes all 160 AT91_PINPxxx defines obsolete
 * AT91_PINPxxx defines and gpio.h can be remove, if all boards converted to new SoC access

Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
14 years agoadd a new AT91 GPIO driver
Jens Scharsig [Wed, 3 Feb 2010 21:46:16 +0000 (22:46 +0100)]
add a new AT91 GPIO driver

* add a real AT91 GPIO driver instead of header inline code
* resolve the mixing of port and pins
* change board config files to use new driver
* add macros to gpio to realize backward compatibility

Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
14 years agoadd c structures for SoC access
Jens Scharsig [Wed, 3 Feb 2010 21:46:01 +0000 (22:46 +0100)]
add c structures for SoC access

* add's c structures for SoC access to pheriperials head files

Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
14 years agoadd new CONFIG_AT91_LEGACY
Jens Scharsig [Wed, 3 Feb 2010 21:45:42 +0000 (22:45 +0100)]
add new CONFIG_AT91_LEGACY

* add's the new temporary CONFIG_AT91_LEGACY to all board configs
 This will need for backward compatiblity, while change the SoC access
 to c structures. If CONFIG_AT91_LEGACY is defined, the deprecated
 SoC is used.

Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
14 years agoDA830 EVM: Enable NAND support on Spectrum Digital EVM
Nick Thompson [Mon, 8 Feb 2010 16:36:16 +0000 (11:36 -0500)]
DA830 EVM: Enable NAND support on Spectrum Digital EVM

The EVM UI extender card has a NAND device. This change will enable
saveenv to work with NAND and Linux to be booted using:

mtdparts default
nboot kernel
bootm

Signed-off-by: Nick Thompson <nick.thompson@ge.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
14 years agoDavinci: Add EMIF-A macros for setting chip select parameters
Nick Thompson [Mon, 8 Feb 2010 16:34:58 +0000 (11:34 -0500)]
Davinci: Add EMIF-A macros for setting chip select parameters

The patch adds EMIF-A macros for setting chip select parameters

Signed-off-by: Nick Thompson <nick.thompson@ge.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
14 years agoOMAP3: Avoid re-write to PRM_CLKSRC_CTRL
Sanjeev Premi [Mon, 8 Feb 2010 16:33:25 +0000 (11:33 -0500)]
OMAP3: Avoid re-write to PRM_CLKSRC_CTRL

In function get_osc_clk_speed(), do not change/ update
the divider for SYS_CLK as it can has cascading effect
on the other derived clocks.

Sudden change in divider value can lead to inconsistent
behavior in the system - often leading to crashes.

The problem was found when working with OMAP3EVM using
DM3730 processor card.

The patch has been tested with OMAP3530 on OMAP3EVM as
well

Signed-off-by: Sanjeev Premi <premi@ti.com>
Signed-off-by: Hiremath Vaibhav <hvaibhav@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
14 years agoSPI: Fix 32 bit transfers in mxc_spi.c
Magnus Lilja [Tue, 9 Feb 2010 21:05:39 +0000 (22:05 +0100)]
SPI: Fix 32 bit transfers in mxc_spi.c

Commit f9b6a1575d9f1ca192e4cb60e547aa66f08baa3f,  "i.MX31: fix SPI
driver for shorter than 32 bit" broke 32 bit transfers. This patch
makes single 32 bit transfer work again.

Transfer lengths that are known not to work will abort and print
an error message.

Tested on i.MX31 Litekit and i.MX31 PDK using 32 bit transfers to
the MC13783/ATLAS chip (using the 'date' command).

Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
14 years agoedb93xx: enable the uart in devicecfg register
Alessandro Rubini [Sat, 6 Feb 2010 19:54:05 +0000 (20:54 +0100)]
edb93xx: enable the uart in devicecfg register

printf goes to uart1, but it will block forever waiting for
busy to go off unless the uart is enabled first.

Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
14 years agoedb93xx: change calculation un early_udelay.h
Alessandro Rubini [Sat, 6 Feb 2010 19:53:54 +0000 (20:53 +0100)]
edb93xx: change calculation un early_udelay.h

Previous code compiled with gcc-4.2.2 makes a call to
__aeabi_uidiv to divide by 20. As a side effect it was
not inline any more, and so sdram_cfg used the stack
as well, but this is early code that has no stack yet.
The patch explicitly removes the division, so no stack is used.

The calculation of the counter calls a division by 20

Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
14 years agoEP93xx: fix syscon_regs definition
Alessandro Rubini [Sat, 6 Feb 2010 19:53:43 +0000 (20:53 +0100)]
EP93xx: fix syscon_regs definition

The structure was missing a reserved entry (not listed in the manual,
actually), so the last registers had a wrong offset. This prevented
all swlocked registers to be modified as swlock is last in the structure.

Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
14 years agoARM: Add support for EP93xx SoCs
Matthias Kaehlcke [Mon, 1 Feb 2010 20:29:39 +0000 (21:29 +0100)]
ARM: Add support for EP93xx SoCs

Add support for the Cirrus EP93xx platform

Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
Acked-by: Tom <Tom.Rix@windriver.com>
14 years agoAdd support for EDB93xx boards
Matthias Kaehlcke [Mon, 1 Feb 2010 20:29:48 +0000 (21:29 +0100)]
Add support for EDB93xx boards

Added support for the following EDB93xx boards:

EDB9301
EDB9302
EDB9302A
EDB9307
EDB9307A
EDB93012
EDB9315
EDB9315A

Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
14 years agoNetStar: Remove debug junk leaked into eeprom utility
Ladislav Michl [Wed, 27 Jan 2010 16:12:28 +0000 (11:12 -0500)]
NetStar: Remove debug junk leaked into eeprom utility

This patch removes debug junk leaked into eeprom utility.

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
14 years agoNetStar: make crcit utility more readable
Ladislav Michl [Wed, 27 Jan 2010 16:12:23 +0000 (11:12 -0500)]
NetStar: make crcit utility more readable

This patch makes the crcit utility more readable

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
14 years agoNetStar: Disable CONFIG_CMD_JFFS2
Ladislav Michl [Wed, 27 Jan 2010 16:12:08 +0000 (11:12 -0500)]
NetStar: Disable CONFIG_CMD_JFFS2

This patch removes "CONFIG_CMD_JFFS" from the board config

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
14 years agoOMAP3 Move declaration of gpmc_cfg.
Tom Rix [Wed, 27 Jan 2010 16:11:55 +0000 (11:11 -0500)]
OMAP3 Move declaration of gpmc_cfg.

Every omap3 board config file declared the global variable gpmc_cfg.
This changes moves the declaration to a better location in the
arch dependent header file cpu.h.

Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
14 years agoOvero GPMC registers
Scott Ellis [Wed, 27 Jan 2010 16:11:46 +0000 (11:11 -0500)]
Overo GPMC registers

Use appropriate GPMC timings for the LAN9221 controller on the
Gumstix Overo expansion boards not the values in arch-omap3/mem.h
which are for a different ethernet controller.

Signed-off-by: Scott Ellis <scott@jumpnowtek.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
14 years agoda830evm: Use table driven pin mux configuration
Nick Thompson [Wed, 27 Jan 2010 16:11:28 +0000 (11:11 -0500)]
da830evm: Use table driven pin mux configuration

Tidyup the pin muxer configuration using the Davinci table driven
pinmux configuration function and data tables.

Signed-off-by: Nick Thompson <nick.thompson@ge.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
14 years agoTI DaVinci: Driver for the davinci SPI controller
Sekhar Nori [Wed, 27 Jan 2010 16:10:40 +0000 (11:10 -0500)]
TI DaVinci: Driver for the davinci SPI controller

This adds a driver for the SPI controller found on davinci
based SoCs from Texas Instruments.

Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Sudhakar Rajashekhara <sudhakar.raj@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
14 years agoat91: Add esd gmbh OTC570 board support
Daniel Gorsulowski [Mon, 25 Jan 2010 09:50:41 +0000 (10:50 +0100)]
at91: Add esd gmbh OTC570 board support

This patch adds support for esd gmbh OTC570 board.
The OTC570 is based on an Atmel AT91SAM9263 SoC.

Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
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

14 years agos5pc110: aries: Add LDO_CODEC_EN comments
Kyungmin Park [Thu, 4 Feb 2010 23:21:11 +0000 (08:21 +0900)]
s5pc110: aries: Add LDO_CODEC_EN comments

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>