All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] MIPS: lantiq: various fixes
@ 2014-10-10 22:02 John Crispin
  2014-10-10 22:02 ` [PATCH 01/10] MIPS: lantiq: handle vmmc memory reservation John Crispin
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: John Crispin @ 2014-10-10 22:02 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-mips

This is the firt lot of patches that have been staged inside openwrt for a
while. There are also fixes for pinctrl, serial and gpio coming up and 2 new
drivers for nand and i2c on falcon.

John Crispin (10):
  MIPS: lantiq: handle vmmc memory reservation
  MIPS: lantiq: add reset-controller api support
  MIPS: lantiq: reboot gphy on restart
  MIPS: lantiq: add support for xrx200 firmware depending on soc type
  MIPS: lantiq: export soc type
  MIPS: lantiq: move eiu init after irq_domain register
  MIPS: lantiq: copy the commandline from the devicetree
  MIPS: lantiq: the detection of the gpe clock is broken
  MIPS: lantiq: add missing spi clock on falcon SoC
  MIPS: lantiq: refactor the falcon sysctrl code

 arch/mips/Kconfig                          |    2 +
 arch/mips/include/asm/mach-lantiq/lantiq.h |    2 +
 arch/mips/lantiq/falcon/sysctrl.c          |  108 ++++++++++++----------------
 arch/mips/lantiq/irq.c                     |   48 ++++++-------
 arch/mips/lantiq/prom.c                    |    7 ++
 arch/mips/lantiq/xway/Makefile             |    2 +
 arch/mips/lantiq/xway/reset.c              |   70 +++++++++++++++++-
 arch/mips/lantiq/xway/vmmc.c               |   69 ++++++++++++++++++
 arch/mips/lantiq/xway/xrx200_phy_fw.c      |   23 +++++-
 9 files changed, 244 insertions(+), 87 deletions(-)
 create mode 100644 arch/mips/lantiq/xway/vmmc.c

-- 
1.7.10.4

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-11-11 18:01 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-10 22:02 [PATCH 00/10] MIPS: lantiq: various fixes John Crispin
2014-10-10 22:02 ` [PATCH 01/10] MIPS: lantiq: handle vmmc memory reservation John Crispin
2014-10-10 22:02 ` [PATCH 02/10] MIPS: lantiq: add reset-controller api support John Crispin
2014-10-10 22:02 ` [PATCH 03/10] MIPS: lantiq: reboot gphy on restart John Crispin
2014-10-10 22:02 ` [PATCH 04/10] MIPS: lantiq: add support for xrx200 firmware depending on soc type John Crispin
2014-10-10 22:02 ` [PATCH 05/10] MIPS: lantiq: export " John Crispin
2014-10-10 22:02 ` [PATCH 06/10] MIPS: lantiq: move eiu init after irq_domain register John Crispin
2014-10-10 22:02 ` [PATCH 07/10] MIPS: lantiq: copy the commandline from the devicetree John Crispin
2014-10-10 22:02 ` [PATCH 08/10] MIPS: lantiq: the detection of the gpe clock is broken John Crispin
2014-10-10 22:02 ` [PATCH 09/10] MIPS: lantiq: add missing spi clock on falcon SoC John Crispin
2014-10-10 22:02 ` [PATCH 10/10] MIPS: lantiq: refactor the falcon sysctrl code John Crispin
2014-11-11 18:01   ` Ralf Baechle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.