From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v6 0/9] Add support for keystone2 SoC and K2HK EVM
Date: Fri, 18 Apr 2014 09:24:14 -0400 [thread overview]
Message-ID: <20140418132414.GX5698@bill-the-cat> (raw)
In-Reply-To: <1396631815-5735-1-git-send-email-m-karicheri2@ti.com>
On Fri, Apr 04, 2014 at 01:16:46PM -0400, Murali Karicheri wrote:
> This patch set add support for Keystone2 SoC and K2HK EVM.
>
> Change history:
> v6
> - Moved arch_timer.c to arch/arm/cpu/armv7 as per comments
> - Added Acked-By Heiko to patch #6
> - Fixed some minor white space issues.
> v5
> - Rebased to v2014.04-rc3
> - Replaced reg_rmw() with clrsetbits_le32()
> - i2c Makefile update to add davinci_i2c sorted
> - simplified spi_cs_is_valid() in davinci_spi driver
>
> v4
> - Added multibus support in i2c driver. Tested only on Keystone
> - Added comments to fdt patch
>
> v3
> - Seperated network driver patches from the original series and
> and is now a different set as there are outstanding issues to be
> discussed and sorted out. Also the original series is ready
> for merge to upstream IMO.
> - Review comments incorporated. Following are the major comments
> addressed
> - Added KBUILD target for u-boot-spi.gph
> - Added bootup and flashing instructions in README
> - Cleaned up manually replacing #define <tab> with #define <space>
> - Cleaned up k2hk_evm.h include file to remove unnecessary options
> v2
> - Review comments incorporated. Following are major comments
> addressed
> - split network driver to navigator driver + ethernet
> driver
> - replaced register base + offset implemenation with struct
> based register access implementation
> - Added Readme for NAND no subpage write option
> - re-use code for davinci i2c driver on keystone2 with updates
> - clock-k2hk.c merged to clock.c
> - currently keeping board specific getclk() command. See the thread
> for the rational.
> - Added update to davinci spi driver to re-use on keystone
>
> v1
> - added separate patch for sorting tools/Makefile entries
> - reworked gpimage patch to allow more re-use across omapimage/gpimage
> - dropped patch related to ubifs file size
> - added keystone SoC and K2HK EVM support
>
> v0
> - preparatory patch for keystone
>
> Murali Karicheri (5):
> tools: mkimage: add support for gpimage format
> NAND: DaVinci: allow forced disable of subpage writes
> i2c, davinci: move i2c_defs.h to the drivers/i2c directory
> spi: davinci: add support for multiple bus and chip select
> k2hk-evm: add configuration for spi1 and spi2 support
>
> Vitaly Andrianov (4):
> fdt: call ft_board_setup_ex() at the end of image_setup_libfdt()
> arm: add support for arch timer
> i2c, davinci: convert driver to new mutlibus/mutliadapter framework
> k2hk: add support for k2hk SOC and EVM
Applied to u-boot-ti/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140418/09467c9e/attachment.pgp>
prev parent reply other threads:[~2014-04-18 13:24 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-04 17:16 [U-Boot] [PATCH v6 0/9] Add support for keystone2 SoC and K2HK EVM Murali Karicheri
2014-04-04 17:16 ` [U-Boot] [PATCH v6 1/9] fdt: call ft_board_setup_ex() at the end of image_setup_libfdt() Murali Karicheri
2014-04-04 17:16 ` [U-Boot] [PATCH v6 2/9] tools: mkimage: add support for gpimage format Murali Karicheri
2014-04-04 20:45 ` Wolfgang Denk
2014-04-07 13:21 ` Gerhard Sittig
2014-04-07 13:55 ` Tom Rini
2014-04-07 17:01 ` Wolfgang Denk
2014-04-04 17:16 ` [U-Boot] [PATCH v6 3/9] arm: add support for arch timer Murali Karicheri
2014-04-04 17:16 ` [U-Boot] [PATCH v6 4/9] NAND: DaVinci: allow forced disable of subpage writes Murali Karicheri
2014-04-04 17:16 ` [U-Boot] [PATCH v6 5/9] i2c, davinci: move i2c_defs.h to the drivers/i2c directory Murali Karicheri
2014-04-04 17:16 ` [U-Boot] [PATCH v6 6/9] i2c, davinci: convert driver to new mutlibus/mutliadapter framework Murali Karicheri
2014-04-04 17:16 ` [U-Boot] [PATCH v6 7/9] k2hk: add support for k2hk SOC and EVM Murali Karicheri
2014-04-04 17:16 ` [U-Boot] [PATCH v6 8/9] spi: davinci: add support for multiple bus and chip select Murali Karicheri
2014-04-07 7:09 ` Jagan Teki
2014-04-04 17:16 ` [U-Boot] [PATCH v6 9/9] k2hk-evm: add configuration for spi1 and spi2 support Murali Karicheri
2014-04-18 13:24 ` Tom Rini [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140418132414.GX5698@bill-the-cat \
--to=trini@ti.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox