Skip to content

Commit

Permalink
Staging: ipack: move out of staging
Browse files Browse the repository at this point in the history
The ipack subsystem is cleaned up enough to now move out of the staging
tree, and into drivers/ipack.

Cc: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
Cc: Jens Taprogge <jens.taprogge@taprogge.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Greg Kroah-Hartman committed Nov 16, 2012
1 parent 7685972 commit 05e5027
Show file tree
Hide file tree
Showing 19 changed files with 5 additions and 21 deletions.
2 changes: 2 additions & 0 deletions drivers/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,6 @@ source "drivers/pwm/Kconfig"

source "drivers/irqchip/Kconfig"

source "drivers/ipack/Kconfig"

endmenu
1 change: 1 addition & 0 deletions drivers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,4 @@ obj-$(CONFIG_EXTCON) += extcon/
obj-$(CONFIG_MEMORY) += memory/
obj-$(CONFIG_IIO) += iio/
obj-$(CONFIG_VME_BUS) += vme/
obj-$(CONFIG_IPACK_BUS) += ipack/
4 changes: 2 additions & 2 deletions drivers/staging/ipack/Kconfig → drivers/ipack/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ menuconfig IPACK_BUS

if IPACK_BUS

source "drivers/staging/ipack/carriers/Kconfig"
source "drivers/ipack/carriers/Kconfig"

source "drivers/staging/ipack/devices/Kconfig"
source "drivers/ipack/devices/Kconfig"

endif # IPACK
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions drivers/staging/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ source "drivers/staging/ozwpan/Kconfig"

source "drivers/staging/ccg/Kconfig"

source "drivers/staging/ipack/Kconfig"

source "drivers/staging/gdm72xx/Kconfig"

source "drivers/staging/csr/Kconfig"
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ obj-$(CONFIG_OCTEON_ETHERNET) += octeon/
obj-$(CONFIG_VT6655) += vt6655/
obj-$(CONFIG_VT6656) += vt6656/
obj-$(CONFIG_VME_BUS) += vme/
obj-$(CONFIG_IPACK_BUS) += ipack/
obj-$(CONFIG_DX_SEP) += sep/
obj-$(CONFIG_IIO) += iio/
obj-$(CONFIG_ZRAM) += zram/
Expand Down
16 changes: 0 additions & 16 deletions drivers/staging/ipack/TODO

This file was deleted.

0 comments on commit 05e5027

Please sign in to comment.