All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: ath6kl: Eliminating the symlink to 2.0 header files
@ 2010-09-08 22:19 Vipin Mehta
  2010-09-09  4:27 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Vipin Mehta @ 2010-09-08 22:19 UTC (permalink / raw)
  To: greg; +Cc: linux-wireless, vmehta, devel

Moving the AR6002 hw 2.0 specific register definitions files from
the hw.0 directory to a new directory, 'hw' within hw2.0.

Signed-off-by: Vipin Mehta <vmehta@atheros.com>
---
 .../staging/ath6kl/include/common/AR6002/hw2.0/hw  |    1 -
 .../AR6002/{hw.0 => hw2.0/hw}/analog_intf_reg.h    |    0
 .../common/AR6002/{hw.0 => hw2.0/hw}/analog_reg.h  |    0
 .../common/AR6002/{hw.0 => hw2.0/hw}/apb_map.h     |    0
 .../common/AR6002/{hw.0 => hw2.0/hw}/gpio_reg.h    |    0
 .../AR6002/{hw.0 => hw2.0/hw}/mbox_host_reg.h      |    0
 .../common/AR6002/{hw.0 => hw2.0/hw}/mbox_reg.h    |    0
 .../common/AR6002/{hw.0 => hw2.0/hw}/rtc_reg.h     |    0
 .../common/AR6002/{hw.0 => hw2.0/hw}/si_reg.h      |    0
 .../common/AR6002/{hw.0 => hw2.0/hw}/uart_reg.h    |    0
 .../common/AR6002/{hw.0 => hw2.0/hw}/vmc_reg.h     |    0
 11 files changed, 0 insertions(+), 1 deletions(-)
 delete mode 120000 drivers/staging/ath6kl/include/common/AR6002/hw2.0/hw
 rename drivers/staging/ath6kl/include/common/AR6002/{hw.0 => hw2.0/hw}/analog_intf_reg.h (100%)
 rename drivers/staging/ath6kl/include/common/AR6002/{hw.0 => hw2.0/hw}/analog_reg.h (100%)
 rename drivers/staging/ath6kl/include/common/AR6002/{hw.0 => hw2.0/hw}/apb_map.h (100%)
 rename drivers/staging/ath6kl/include/common/AR6002/{hw.0 => hw2.0/hw}/gpio_reg.h (100%)
 rename drivers/staging/ath6kl/include/common/AR6002/{hw.0 => hw2.0/hw}/mbox_host_reg.h (100%)
 rename drivers/staging/ath6kl/include/common/AR6002/{hw.0 => hw2.0/hw}/mbox_reg.h (100%)
 rename drivers/staging/ath6kl/include/common/AR6002/{hw.0 => hw2.0/hw}/rtc_reg.h (100%)
 rename drivers/staging/ath6kl/include/common/AR6002/{hw.0 => hw2.0/hw}/si_reg.h (100%)
 rename drivers/staging/ath6kl/include/common/AR6002/{hw.0 => hw2.0/hw}/uart_reg.h (100%)
 rename drivers/staging/ath6kl/include/common/AR6002/{hw.0 => hw2.0/hw}/vmc_reg.h (100%)

diff --git a/drivers/staging/ath6kl/include/common/AR6002/hw2.0/hw b/drivers/staging/ath6kl/include/common/AR6002/hw2.0/hw
deleted file mode 120000
index 8fae5c6..0000000
--- a/drivers/staging/ath6kl/include/common/AR6002/hw2.0/hw
+++ /dev/null
@@ -1 +0,0 @@
-../hw.0
\ No newline at end of file
diff --git a/drivers/staging/ath6kl/include/common/AR6002/hw.0/analog_intf_reg.h b/drivers/staging/ath6kl/include/common/AR6002/hw2.0/hw/analog_intf_reg.h
similarity index 100%
rename from drivers/staging/ath6kl/include/common/AR6002/hw.0/analog_intf_reg.h
rename to drivers/staging/ath6kl/include/common/AR6002/hw2.0/hw/analog_intf_reg.h
diff --git a/drivers/staging/ath6kl/include/common/AR6002/hw.0/analog_reg.h b/drivers/staging/ath6kl/include/common/AR6002/hw2.0/hw/analog_reg.h
similarity index 100%
rename from drivers/staging/ath6kl/include/common/AR6002/hw.0/analog_reg.h
rename to drivers/staging/ath6kl/include/common/AR6002/hw2.0/hw/analog_reg.h
diff --git a/drivers/staging/ath6kl/include/common/AR6002/hw.0/apb_map.h b/drivers/staging/ath6kl/include/common/AR6002/hw2.0/hw/apb_map.h
similarity index 100%
rename from drivers/staging/ath6kl/include/common/AR6002/hw.0/apb_map.h
rename to drivers/staging/ath6kl/include/common/AR6002/hw2.0/hw/apb_map.h
diff --git a/drivers/staging/ath6kl/include/common/AR6002/hw.0/gpio_reg.h b/drivers/staging/ath6kl/include/common/AR6002/hw2.0/hw/gpio_reg.h
similarity index 100%
rename from drivers/staging/ath6kl/include/common/AR6002/hw.0/gpio_reg.h
rename to drivers/staging/ath6kl/include/common/AR6002/hw2.0/hw/gpio_reg.h
diff --git a/drivers/staging/ath6kl/include/common/AR6002/hw.0/mbox_host_reg.h b/drivers/staging/ath6kl/include/common/AR6002/hw2.0/hw/mbox_host_reg.h
similarity index 100%
rename from drivers/staging/ath6kl/include/common/AR6002/hw.0/mbox_host_reg.h
rename to drivers/staging/ath6kl/include/common/AR6002/hw2.0/hw/mbox_host_reg.h
diff --git a/drivers/staging/ath6kl/include/common/AR6002/hw.0/mbox_reg.h b/drivers/staging/ath6kl/include/common/AR6002/hw2.0/hw/mbox_reg.h
similarity index 100%
rename from drivers/staging/ath6kl/include/common/AR6002/hw.0/mbox_reg.h
rename to drivers/staging/ath6kl/include/common/AR6002/hw2.0/hw/mbox_reg.h
diff --git a/drivers/staging/ath6kl/include/common/AR6002/hw.0/rtc_reg.h b/drivers/staging/ath6kl/include/common/AR6002/hw2.0/hw/rtc_reg.h
similarity index 100%
rename from drivers/staging/ath6kl/include/common/AR6002/hw.0/rtc_reg.h
rename to drivers/staging/ath6kl/include/common/AR6002/hw2.0/hw/rtc_reg.h
diff --git a/drivers/staging/ath6kl/include/common/AR6002/hw.0/si_reg.h b/drivers/staging/ath6kl/include/common/AR6002/hw2.0/hw/si_reg.h
similarity index 100%
rename from drivers/staging/ath6kl/include/common/AR6002/hw.0/si_reg.h
rename to drivers/staging/ath6kl/include/common/AR6002/hw2.0/hw/si_reg.h
diff --git a/drivers/staging/ath6kl/include/common/AR6002/hw.0/uart_reg.h b/drivers/staging/ath6kl/include/common/AR6002/hw2.0/hw/uart_reg.h
similarity index 100%
rename from drivers/staging/ath6kl/include/common/AR6002/hw.0/uart_reg.h
rename to drivers/staging/ath6kl/include/common/AR6002/hw2.0/hw/uart_reg.h
diff --git a/drivers/staging/ath6kl/include/common/AR6002/hw.0/vmc_reg.h b/drivers/staging/ath6kl/include/common/AR6002/hw2.0/hw/vmc_reg.h
similarity index 100%
rename from drivers/staging/ath6kl/include/common/AR6002/hw.0/vmc_reg.h
rename to drivers/staging/ath6kl/include/common/AR6002/hw2.0/hw/vmc_reg.h
-- 
1.6.3.3


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

* Re: [PATCH] staging: ath6kl: Eliminating the symlink to 2.0 header files
  2010-09-08 22:19 [PATCH] staging: ath6kl: Eliminating the symlink to 2.0 header files Vipin Mehta
@ 2010-09-09  4:27 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2010-09-09  4:27 UTC (permalink / raw)
  To: Vipin Mehta; +Cc: linux-wireless, devel

On Wed, Sep 08, 2010 at 03:19:48PM -0700, Vipin Mehta wrote:
> Moving the AR6002 hw 2.0 specific register definitions files from
> the hw.0 directory to a new directory, 'hw' within hw2.0.

That worked, thanks.

greg k-h

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

end of thread, other threads:[~2010-09-09  5:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-08 22:19 [PATCH] staging: ath6kl: Eliminating the symlink to 2.0 header files Vipin Mehta
2010-09-09  4:27 ` Greg KH

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.